Instructions and Code for the Meow Machine Robot for the Robot Studio course at Duke University
Boot up the Raspberry pi while connected to a monitor and run
hostname -I
This will output the IP address
From the command prompt run:
ssh jessica@"IP Address"
Input the password when prompted
Cd to the Meow_Machine directory and run:
python3 -m venv .venv
source .venv/bin/activate
sudo usermod -a -G tty jessica
sudo usermod -a -G dialout jessica
Restart the raspberry pi
From now on, every time the raspberry pi restarts cd to the Meow_Machine directory and run:
source .venv/bin/activate
While in the virtual environment run:
python3 dancing_robot_rpi.py
While in the virtual environment run:
python3 walking_robot_rpi.py