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

That is a linker error, not a compilation problem. You're not linking against the libraries that are required.

That is a linker error, not a compilation problem. You're not linking against the libraries that are required.


Edit: since this is now an answer: make sure to link against topic_tools (ie: add it to find_package(catkin REQUIRED COMPONENTS ..). That's what provides ShapeShifter.