High-Level SDK 🧑🏽💻
cd robo-playground/ && . venv39/bin/activate
pip install -r requirements.txt
python3 [goalkeeper.py](<http://goalkeeper.py/>) --ip='192.168.2.1' --max-width=2 --xy-speed=1
python3 [goalkeeper.py](<http://goalkeeper.py/>) --help
Usage: [goalkeeper.py](<http://goalkeeper.py/>) [OPTIONS]
Options:
--ip TEXT (Optional) IP of Robomaster EP
--timeout FLOAT (Optional) Timeout for commands
--max-width FLOAT (Optional) Field width
--max-depth FLOAT (Optional) Field depth
--xy-speed FLOAT (Optional) Speed in x and y direction
--z-speed FLOAT (Optional) Speed in z direction(chassis roll)
--help Show this message and exit.