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

So the problem was that the laser_filters package only supports replacement values for the ScanRangeFilter from version 1.8.5 and the ndk crosscompile had version 1.7.3. To update one can replace the version number of laser_filters in the ndk.rosinstall file of the crosscompilation. For it to compile one needs to update the version of the base package filters as well.

-    version: filters-release-release-indigo-filters-1.7.4-0
+    version: filters-release-release-indigo-filters-1.7.5-0
-    version: laser_filters-release-release-indigo-laser_filters-1.7.3-0
+    version: laser_filters-release-release-indigo-laser_filters-1.8.5-0