You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cd
mkdir catkin_ws #if a workspace does not already existcd catkin_ws
git clone https://github.com/rosmod/lib-vectornav.git src/lib-vectornav
catkin build vectornav
Update Library:
cd~/catkin_ws
catkin clean vectornav
cd src/lib-vectornav
git pull
cd ..
catkin build vectornav
Rosmod Source Library Setup:
In this github repo navigate to releases, right click on vectornav.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 vectornav
Drag the library into the set editor of any component that uses it
In the forwards section of the component add #include "vectornav/vn100.h"