ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
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