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

Revision history [back]

click to hide/show revision 1
initial version

answered 2014-03-05 05:05:15 -0500

joq gravatar image

The header you want is one level too deep in the include hierarchy: navfn/navfv/navfn_ros.h instead of navfn/navfn_ros.h, etc.

That looks like a bug in navfn to me. The Fuerte version put it where one would expect.

You can probably work around this temporarily by adding an extra navfn/ to your #include lines, but it needs to be fixed and should be reported as an issue.

The header you want is one level too deep in the include hierarchy: navfn/navfv/navfn_ros.h instead of navfn/navfn_ros.h, etc.

That looks like a bug in navfn to me. The Fuerte version put it where one would expect.

You can probably work around this temporarily by adding an extra navfn/ to your #include lines, but it needs to be fixed and should be reported as an issue.

EDIT: As Dirk said, this bug has been fixed in the source tree but still not released to the Ubuntu binary package repository. As a work-around, you can check out the source into your workspace from the https://github.com/ros-planning/navigation.git hydro-devel branch.