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
Hi,
I am attempting to interface with the STIM 300 via ROS on Ubuntu 16 using these drivers. I was wondering how exactly I could go about doing this?
I have tried following the rock-robotics installation page, but I got this error while installing it:
Any idea how to resolve this error? Also once I have installed it successfully, how do I go about using the drivers to interface with the IMU?
Thayjes
The text was updated successfully, but these errors were encountered:
You can have a look at the manifest.xml files to check which are the dependencies (something similar to ROS).
When you have these dependencies solved you can build the library as an standard C++ library (an integrate it in ROS if you want).
$ mkdir build
$ cd build
$ cmake ..
$ make
$ make install.
Hi,
I am attempting to interface with the STIM 300 via ROS on Ubuntu 16 using these drivers. I was wondering how exactly I could go about doing this?
I have tried following the rock-robotics installation page, but I got this error while installing it:
Any idea how to resolve this error? Also once I have installed it successfully, how do I go about using the drivers to interface with the IMU?
Thayjes
The text was updated successfully, but these errors were encountered: