Skip to content

RoverRoboticsProduction/mini_installer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rover_tools

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.

install

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

usage

cd ~/rover_tools
./start.sh

Menu Options

  1. Install
    1. pro_ros1
    2. zero2_ros1
    3. mini_ros1
    4. pro2_ros1
    5. Return to Rover Tools
  2. Calibrate
    1. pro_2WD_ros1
    2. pro_4WD_ros1
    3. zero2_2WD_ros1
    4. zero2_4WD_ros1
    5. pro2_2WD_ros1
    6. mini_2WD_ros1
    7. Return to Rover Tools
  3. Test
    1. pro_2WD_ros1
    2. pro_4WD_ros1
    3. zero2_2WD_ros1
    4. zero2_4WD_ros1
    5. pro2_2WD_ros1
    6. mini_2WD_ros1
    7. Return to Rover Tools
  4. Exit

Troubleshooting

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
image

You can then look in rover_tools/install/shellscripts.json to view the command that caused the failure

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.0%
  • Shell 1.0%