cannot locate LinearMath/btMatrix3x3.h
Hi,
I intend to convert quaternion into rpy using btMatrix3x3.getRPY(). However, i get the following error when i try to compile.
this is done with only #include <LinearMath/btMatrix3x3.h>
included in my cpp file.
/home/chao/catkin_ws/src/simple_navigation_goals/src/robot_state3_with_class.cpp:23:36: fatal error: LinearMath/btMatrix3x3.h: No such file or directory
compilation terminated.
this error msg showed up when i added <depend package="LinearMath"/>
into the manifest.xml
[rospack] Error: package/stack 'simple_navigation_goals' depends on non-existent package 'LinearMath' and rosdep claims that it is not a system dependency. Check the ROS_PACKAGE_PATH or try calling 'rosdep update'
appreciate your help, thank you