My dabblings with the XGO robotic dog.
This code uses the xgo_python library
To setup the virtual environment, from the terminal type:
python3 -m venv venv
Then activate the Virtual Environment:
source venv/bin/activate
To install the xgo_python library type:
pip install xgo_python
Then deactivate the Virtual Environment:
deactivate