The code for our 2017 robot for the Pigmice for Hide and Seek.
- Clone this repo.
git clone https://github.com/Pigmice2733/Bunnybot-2017
- Install python3 and pip3. Get these from your OS's package manager.
- Install pipenv:
pip3 install pipenv
- Run
pipenv install
in this directory to download and install the dependencies - Whenever you want to work on this project, run
pipenv shell
to configure python to use these dependencies
- Connect to the robot
- Run
./robot.py deploy
(Linux/Mac), orpy -3 robot.py deploy
(Windows)
- Run
./robot.py test
(Linux/Mac), orpy -3 robot.py test
(Windows)
- Run
./robot.py sim
(Linux/Mac), orpy -3 robot.py sim
(Windows)
Rendering test motion profiles can be useful for debugging to see the whole motion profile at once.
- Run
./render_motion_profiles.py
(Linux/Mac), orpy -3 render_motion_profiles.py
(Windows)