Skip to content

shinselrobots/sheldon_setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sheldon_setup

License Build Status

This repository contains installation scripts that are used to quickly configure the sheldon robot computer with files required for development.

Prerequisites

The script assumes the computer is connected to the public internet, has Ubuntu 16.04 installed, and that the user has sudo permissions. The script will ask for your sudo password at the beginning of the script, and will drop those permissions as soon as possible and perform the bulk of the installation with your normal user permissions.

Installation instructions

$ wget --output-document script_setup.sh https://raw.githubusercontent.com/shinselrobots/sheldon_setup/master/script_setup.sh 
$ bash ./script_setup.sh

Updating source from previous installation

$ cd ~/catkin_robot
$ wstool update -t src

Building

While developing, use the following command to build new code being developed:

$ cd ~/catkin_robot
$  catkin_make

About

Installation script for quick setup of the Sheldon robot

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages