sudo apt-get install python-catkin-toolscd
mkdir catkin_ws #if a workspace does not already exist
cd catkin_ws
git clone https://github.com/rosmod/lib-rcmath.git src/lib-rcmath
catkin build rcmathcd ~/catkin_ws
catkin clean rcmath
cd src/lib-rcmath
git pull
cd ..
catkin build rcmath- In this github repo navigate to releases, right click on
rcmath.zip(not the source code zip!) and select `Copy link address' - In a rosmod project, drag in a new source library to the software model
- Paste the link in the url attribute
- Name the source library
rcmath - Drag the library into the
set editorof any component that uses it - In the forwards section of the component add
#include "rcmath/rc_algebra_common.h