This is a persoal ROS library include the commonly used functions in development.
- Sophus
sudo apt-get install ros-kinetic-sophus- clone
git clone https://github.com/TouchDeeper/td_ros.git [your_workspace]/src
- Modify the CMakeLists.txt of the package which depend on td_ros:
- add
td_rostofind_package(... td_ros) - add 'td_ros' to
catkin_package(... CATKIN_DEPENDS ... to_ros) - add
<build_depend>td_ros</build_depend>and<exec_depend>td_ros</exec_depend>in package.xml
- add