Software Setup Guide ROS Indigo

From Pengatom Robotics Wiki
Revision as of 18:51, 27 October 2016 by Falcon (talk | contribs)

Jump to: navigation, search

$ sudo apt-get update

General dependencies:

$ sudo apt-get install git build-essential g++ libjpeg-dev

Bluetooth & ps3_demo dependencies:

$ sudo apt-get install bluez-utils bluez-compat bluez-hcidump libusb-dev libbluetooth-dev joystick

Setup PS3 Joystick

Install ROS

Install HR-OS5 ROS package

Error in setup here, need both soft and hard limit to be allowed to change limit: Grant local user real-time access to the Arbotix Pro:

echo "ulimit -r 31" >> ~/.bashrc
sudo su
echo "<username> soft rtprio 31" >> /etc/security/limits.conf
echo "<username> hard rtprio 31" >> /etc/security/limits.conf
sudo usermod -a -G dialout <username>

$ sudo apt-get install

$ sudo apt-get install

$