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

I ended up fixing this by making sure to link libGuidance.so to ${catkin_LIBRARIES}. I thought it already had been, but a second look revealed otherwise. Why this never bit me before, I'm not sure.

So to sum up: the problem was a missing link on a library (Guidance) that the library I was wrapping (guidance_factory) was linking to.

I ended up fixing this by making sure to link libGuidance.so to ${catkin_LIBRARIES}. I thought it already had been, but a second look revealed otherwise. Why this never bit me before, I'm not sure.

So to sum up: the problem was a missing link on a library (Guidance) that the library I was wrapping (guidance_factory) was linking to.

Thanks all, for your responses.