Updating Rover's code with github - kristiana-rendon/Swarmathon-ROS GitHub Wiki
Updating rover's code with github
- get a github account.
- git push the code to the repo. Consult the Dummy's guide to github.
- login to the robot. Consult the log in to the rover wiki
- Change directory to /home/swarmie . command "cd /home/swarmie/"
- back up existing rover_workspace folder. command "mv rover_workspace rover_workspace_backup"
- get fetch [your github url]
- move the new directory to rover_workspace. command "mv Swarmathon-PCC/ rover_workspace"
- change directory to rover_workspace command "cd rover_workspace"
- git submodule init
- git submodule update
- compile the new code. Command "catkin_make"
automatic mode
- reboot the rover. command "sudo reboot"
- flip the motor controller switch to up position
manual mode
Consult the manual mode wiki.