hydro pr2 gazebo
I was using ros-fuerte and ros-groovy before. I was using the PR2 robot. Now that I want to make the robot appear under ros-hydro but I'm having some troubles.
The first command I was using to load the gazebo environment
roslaunch gazebo_worlds empty_world.launch
And now in hydro is:
roslaunch gazebo_ros empty_world.launch
Gazebo is loading and working fine. Next is to load the robot, I was using:
roslaunch pr2_gazebo pr2.launch
I've looked for the pr2.launch file and now it's in /opt/ros/hydro/share/pr2_bringup/pr2.launch so the command for ros-hydro should be
roslaunch pr2_bringup pr2.launch
but it's not working. Any ideas?