I am at home, and did the "try viam" route. I was able to see the rover on camera, and watch it move as i used the arrows on the keyboard.
I wanted to try to write code in Python to control the Viam-connected robot, Viam Rover, so I thought that this tutorial was the way to go:
https://docs.viam.com/tutorials/get-started/try-viam-sdk/
I did the steps found here https://python.viam.dev/ to install the Viam Python SDK (including the installing from the source steps to be sure)
Then I try to configure the client application at app.viam.com.. I get to the part of the Setup tab where I try to start the Viam-server on my mac. When I run:
viam-server -config ~/Downloads/viam-bitter-haze-main.json
the server starts but then I get these errors (in screenshot attached).
Any idea what I am missing? Or are there steps I should be following that I am not that come to mind? Thank you!