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

arm_navigation compilation error on fuerte

asked 2013-06-27 05:46:00 -0500

Fabien R gravatar image

As stated on the wiki page http://www.ros.org/wiki/arm_navigation, I installed the sources of the package using: hg clone https://kforge.ros.org/armnavigation/armnavigation -b default

Unfortunately, the compilation fails because the package mapping_rviz_plugin does not find the file rviz/properties/string_property.h.

This file does not exit in the repository rviz/properties. FYI, I installed rviz from the command git clone https://github.com/ros-visualization/visualization.git -b visualization-1.8 as stated on the wiki http://www.ros.org/wiki/rviz.

I tried to gather this header from different source on the web but it seems that the file collision_map_display.cpp needs more modifications.

Any hints to fix this ? Is there a repository for stable sources ?

edit retag flag offensive close merge delete

1 Answer

Sort by » oldest newest most voted
1

answered 2013-06-28 05:21:07 -0500

The default branch you've checked out is for Groovy, and the RViz API has changed between Fuerte and Groovy. Just check out the Fuerte branch:

roscd arm_navigation
hg checkout fuerte
edit flag offensive delete link more

Comments

Thenks. I did not notice that the repository was the same for both releases.

Fabien R gravatar image Fabien R  ( 2013-07-01 04:31:27 -0500 )edit

Question Tools

Stats

Asked: 2013-06-27 05:46:00 -0500

Seen: 124 times

Last updated: Jun 28 '13