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

A dist upgrade was not the answer.

It turns out that the undefined symbol was referring to the destructor I had used in my class. After taking out the destructor, my library loaded correctly. A constructor is needed though.