ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

Installation of PR2 simulation

asked 2012-08-08 23:45:03 -0500

nir gravatar image

updated 2014-11-22 17:05:36 -0500

ngrennan gravatar image

i followed the instruction from: http://www.ros.org/wiki/pr2_simulator/Tutorials/StartingPR2Simulation after making the full installation of ros fuerte and i got this error:

lab116@ubuntu:~$ rosmake pr2_gazebo [rosmake ] rosmake starting...         
[ rosmake ] Packages requested are:
['pr2_gazebo']                        
[ rosmake ] Logging to directory
/home/lab116/.ros/rosmake/rosmake_output-20120809-123551
[ rosmake ] Expanded args
['pr2_gazebo'] to: []                 
[ rosmake ] **WARNING: The following
args could not be parsed as stacks or**
packages: ['pr2_gazebo'] [ rosmake ]
**ERROR: **No arguments could be parsed into valid package or stack names.****

i tried to install the pr2_gazebo:

lab116@ubuntu:~$ rosdep  install pr2_gazebo

ERROR: Rosdep cannot find all required
resources to answer your query Missing
resource pr2_gazebo ROS path
[0]=/opt/ros/fuerte/share/ros ROS path
[1]=/opt/ros/fuerte/share ROS path
[2]=/opt/ros/fuerte/stacks

How do i install this pkg?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
4

answered 2012-08-09 00:38:53 -0500

Lorenz gravatar image

Don't do a manual installation. It seems like you already installed ros from debian packages, so just install the debian package for the pr2 simulation:

sudo apt-get install ros-fuerte-pr2-simulator

There's no rosmake nor rosdep installed required. Just start the simulation with:

roslaunch pr2_gazebo pr2_empty_world.launch
edit flag offensive delete link more

Question Tools

Stats

Asked: 2012-08-08 23:45:03 -0500

Seen: 2,419 times

Last updated: Aug 09 '12