Files
rtabmap_ros/Readme.txt
T
matlabbe 1764c88f05 cleanup ros-pkg
git-svn-id: http://rtabmap.googlecode.com/svn/trunk/ros-pkg@1269 f169173b-cf89-36c8-b27e-44dbe73f0c83
2014-03-03 21:43:20 +00:00

9 lines
300 B
Plaintext

Notes:
Check memory leaks with ROS:
In the ROS launch file, add in the node tag : <node {...} launch-prefix="valgrind --tool=memcheck --leak-check=yes" {...}/>
Eclipse issue with ROS lib:
Launch Eclipse with a script like the one in this folder "eclipse-launch.sh". This will setup ROS paths.