Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installing the drivers #1

Open
Thayjes opened this issue Jul 23, 2018 · 1 comment
Open

Installing the drivers #1

Thayjes opened this issue Jul 23, 2018 · 1 comment

Comments

@Thayjes
Copy link

Thayjes commented Jul 23, 2018

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:
image
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

@jhidalgocarrio
Copy link
Member

Hi,
This repository is a rock-independent library. Therefore, you do not need to install the rock ecosystem with tools/roby to use it.

The dependencies of the STIM300 driver are:
CMake Macros that are here: https://github.com/rock-core/base-cmake
Generic IO driver library: https://github.com/rock-core/drivers-iodrivers_base which requires basic data types based on Eigen3. Those types are here: https://github.com/rock-core/base-types

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants