-
Notifications
You must be signed in to change notification settings - Fork 3
Get started with ROS fuerte
Manolis Chiou edited this page Jan 28, 2014
·
2 revisions
From fresh ubuntu 12.04 install.
sudo apt-get update
sudo apt-get upgrade
- Install ROS fuerte following instructions at ROS fuerte wiki
- Create the fuerte workspace e.g.
rosws init ~/fuerte_workspace /opt/ros/fuerte
- Clone the Jaguar robot drivers at DrRobot github to your ROS workspace and:
cd ~/fuerte_workspace
sudo rosdep init
sudo rosdep update
rosws set
- Clone player into your
~/fuerte_workspace
and:
sudo apt-get install ros-fuerte-joystick-drivers
sudo apt-get install ros-fuerte-pr2-simulator
sudo apt-get install ros-fuerte-arm-navigation
cd erratic_robot
rosmake
-
roscd
to each DrRobot package and
make clean
rosmake
- Connect a joystick on js0 (more info on joy package wiki) and do in a sourced terminal
roslaunch drrobot_jaguar4x4_player drrobot_play1.launch
in order to control the robot.