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

This error arised because of some broken dependencies or some inconsistencies with my compiling of libyaml-cpp package.

To solve this error, I had to recomplile libyaml-cpp package.

Steps for that are

ccmake ..

Then

set the option BUILD_SHARED_LIBS to ON

Then generate, make and install.

After this, just running catkin_make compiled the velodyne ROS driver successfully!