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

Solved the final undefined reference error by adding this line at the END of my CMakeList.txt

target_link_libraries(${PROJECT_NAME} tinyxml)

I guess it's correct way according to ROS wiki for tinyxml