Rover Tools are a new set of tools to help users quickly and easily install the required software to run a Rover robot. Rover tools are targetted for provisioning Ubuntu.
The first time you run rover tools run these commands to install necessary dependancies
cd ~/
git clone https://github.com/roverrobotics/rover_tools -b 1.1.1
cd ~/rover_tools
./install.sh
cd ~/rover_tools
./start.sh
- Install
- pro_ros1
- zero2_ros1
- mini_ros1
- pro2_ros1
- Return to Rover Tools
- Calibrate
- pro_2WD_ros1
- pro_4WD_ros1
- zero2_2WD_ros1
- zero2_4WD_ros1
- pro2_2WD_ros1
- mini_2WD_ros1
- Return to Rover Tools
- Test
- pro_2WD_ros1
- pro_4WD_ros1
- zero2_2WD_ros1
- zero2_4WD_ros1
- pro2_2WD_ros1
- mini_2WD_ros1
- Return to Rover Tools
- Exit
If the install script has failed, view the detailed log by running the following command
cat ~/rr-install-verification.file
Here is a sample output of a failure
You can then look in rover_tools/install/shellscripts.json to view the command that caused the failure