pip install virtualenv python -m virtualenv --python=<path_to_python=python> <environment_name=spot_env>
source spot_env/bin/activate (.\spot_env\Scripts\activate on Windows)
python -m pip install --upgrade bosdyn-client bosdyn-mission bosdyn-choreography-client pip list --format=columns | findstr bosdyn
ping 192.168.80.3
Holding down button on left (blue - power button), then press button on right (red - motor control)
- Turn on controller (middle button on the top)
- Log on to admin account
Go to admin console (must be in admin account)
- Press stand on controller and move it out of docking station
- Press '+' button on controller
- Have SPOT's back-side facing the QR code on the docking station
- Press 'dock' on the controller
- Connect computer to SPOT wifi
- Go to python/examples/wasd directory in the SDK
- Type 'python wasd.py 192.168.80.3' in the terminal
- Press 'space' first to turn off ESTOP and 'tab' to terminate
- Open Terminal
- Connect to the virtual environment (Windows:
.\my_spot_env\Scripts\activate.bat) (Linux:source my_spot_env/bin/activate) python -m pip install labelImg(if you have not yet - must not be on python3.10)- Run
labelImg