# Log in to the robot (if using wireless, you need to replace it with the actual wireless IP of your robot)
ssh booster@192.168.10.2
cd ~/Workspace/Booster_K1_3v3_Demo/
# Navigate to the scripts folder and grant file permissions.
# Delete build and install first
sudo rm -r /build /install # If not, you can compile directly
# Compile robocup related modules
# Synchronise camera time
tar -zxvf chrony_patch.tar.gz
#Restart the robot after completed
cd ~/Workspace/Booster_K1_3v3_Demo/
# At this time, brain_node, vision_node and game_controller_node will be started in the background
# You can view the program running status through brain.log, vision.log, game_controller.log
#./scripts/stop.sh # If you need to stop the program, you can execute ./scripts/stop.sh