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
@sam-at-6omvi-dot-org
Copy link
Copy Markdown

Here is the detail for BBBMini cape:
https://github.com/mirkix/BBBMINI

@bauer-san
Copy link
Copy Markdown

Sorry I couldn't make it to the Meetup this month. I thought it was next week. I really need to get better at reading calendars.

Would the group project (and BBBMINI) be suitable for an earth-bound robot? I have a couple of Roombas and a wheelchair platform that need something to do.
What is the estimated per-board cost for the BBBMINI group buy?

@warcher1
Copy link
Copy Markdown

warcher1 commented Nov 2, 2015

I also missed this month... but life just got in the way. Disappointing though... I'm very interested in ROS. Also interested in how the BBBMINI would work for a wheelchair robot. I have two such bots and two more in the works. bauer-san... I'm interested in your plans for the wheelchair (i.e. how you plan to control it and what you plan to do with it.)

@sam-at-6omvi-dot-org
Copy link
Copy Markdown

For anyone who is interested, here is the parts and estimated cost document link -
https://docs.google.com/spreadsheets/d/1DVwXdbvfloCLm8yRZfUjMFSKsZ4BAT5j7vOzMLmqypE/edit?usp=sharing

@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
Copy link
Copy Markdown

mirkix commented Nov 18, 2015

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