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

nav2d installation

asked 2016-01-25 15:41:47 -0500

RosUser gravatar image

When I run the command line: roslaunch nav2d_tutorials tutorial1.launch I get a lot of line that I don't understand where should I look at or how to fix the problem:

ResourceNotFound: p2os_urdf
ROS path [0]=/opt/ros/indigo/share/ros
ROS path [1]=/opt/ros/indigo/share
ROS path [2]=/opt/ros/indigo/stacks
edit retag flag offensive close merge delete

Comments

I guess it is something related to ROS_PACKAGE_PATH but I'm not sure what the correct path should be!

RosUser gravatar image RosUser  ( 2016-01-25 16:15:22 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2016-01-25 20:19:27 -0500

ahendrix gravatar image

The ResourceNotFound error indicates that you're missing the p2os_urdf package. Is it installed?

edit flag offensive delete link more

Comments

How can I check (in which folder) that is installed or not ? When I try: sudo find / -name p2os_urdf -type d then I can't see any path so I guess that is not installed.

RosUser gravatar image RosUser  ( 2016-01-26 02:25:38 -0500 )edit

You can try rospack find p2os_urdf to determine if a package is installed or not. In this particular case, it looks like the p2os_urdf package had a regression and was removed from the build farm for some reason: http://lists.ros.org/pipermail/ros-us...

ahendrix gravatar image ahendrix  ( 2016-01-26 11:58:48 -0500 )edit

I've filed an issue against p2os for their regression: https://github.com/allenh1/p2os/issue... . Until that is fixed, you should probably install p2os from source.

ahendrix gravatar image ahendrix  ( 2016-01-26 12:09:12 -0500 )edit

Thanks for your advise!

zzzZuo gravatar image zzzZuo  ( 2016-05-09 21:35:31 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2016-01-25 15:41:47 -0500

Seen: 354 times

Last updated: Jan 25 '16