Manual Mode - kristiana-rendon/Swarmathon-ROS GitHub Wiki
Setting up Manual Mode
Gist from swarmathon guide book
- SSH into the rover. Consult the "Connecting to Rover" Wiki
- Edit the .bashrc with an editor of your choice. command: "vim /home/swarmie/.bashrc"
- Go the the last 11 lines of the code. "page down button"
- Put a # in front of the line to comment out in bash
- Comment out the last 11 lines of the code with pound tags.
Running code in manual mode
In manual mode, robot does not run ROS on boot.
- SSH into the rover.
- Change directory to rover_workspace. command "cd /home/swarmie/rover_workspace/"
- Run roscore. command "nohup roscore &"
- Open a second terminal and login to the rover. Or use screen or tmux.
- Change directory to misc. command "cd /home/swarmie/misc/"
- Run rover_onboard_node_launch.sh. command "./rover_onboard_node_launch.sh localhost"
- Flip the motor controller switch to the up position if it is not already on.