Skip to content

Instantly share code, notes, and snippets.

@jadonk
Last active January 27, 2016 19:31
Show Gist options
  • Select an option

  • Save jadonk/eb16dbaa2ce2ec295bfa to your computer and use it in GitHub Desktop.

Select an option

Save jadonk/eb16dbaa2ce2ec295bfa to your computer and use it in GitHub Desktop.
sudo sh -c 'echo "deb http://packages.ros.org/ros/ubuntu jessie main" > /etc/apt/sources.list.d/ros-latest.list'
wget https://raw.githubusercontent.com/ros/rosdistro/master/ros.key -O - | sudo apt-key add -
sudo apt-get update
sudo apt-get install ros-indigo-ros-comm
echo "source /opt/ros/indigo/setup.bash" >> ~/.bashrc
. ~/.bashrc
roscore
sudo sh -c 'echo "deb http://packages.ros.org/ros/ubuntu jessie main" > /etc/apt/sources.list.d/ros-latest.list'
wget https://raw.githubusercontent.com/ros/rosdistro/master/ros.key -O - | sudo apt-key add -
sudo apt-get update
sudo pip install -U rosdep rosinstall_generator wstool rosinstall
sudo rosdep init
rosdep update
mkdir ~/ros_catkin_ws
cd ~/ros_catkin_ws
rosinstall_generator ros_comm robot --rosdistro indigo --deps --wet-only --exclude roslisp --tar > indigo-wet.rosinstall
wstool init -j8 src indigo-wet.rosinstall
rosdep install --from-paths src --ignore-src --rosdistro indigo -y -r --os=debian:jessie
@bauer-san

Copy link
Copy Markdown

@warcher1: I want to build a snow plow with the wheelchair.
So far I have only driven it around remotely with an RC controller connected to Sabertooth motor controller.

What do your wheelchair bots do?

@warcher1

Copy link
Copy Markdown

The most complicated one is intended to be a telepresence robot. That one uses a Beaglebone and a pair of Arduinos. The other bots are just characters that run around special events. They use RC control and an Arduino for animations or sounds.

@mirkix

mirkix commented Nov 18, 2015

Copy link
Copy Markdown

If you need any assistance for the BBBMINI, please feel free to join the BBBMINI Gitter Chat.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment