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

KVH already available drivers #1

Closed
traversaro opened this issue Nov 9, 2016 · 5 comments
Closed

KVH already available drivers #1

traversaro opened this issue Nov 9, 2016 · 5 comments

Comments

@traversaro
Copy link
Member

traversaro commented Nov 9, 2016

There are two ROS driver available for KVH 1750 :

There is a ROS python driver available for an unspecified KVH gyroscope:

There is a ROS driver for the KVH DSP 3000:

There is also one orogen driver, again for the KVH 1750 :

My current plan is to check if the code of the first driver (https://github.com/TRECVT/ros_kvh1750) can work also with the KVH 1775, and port the C++ part to a Catkin-free independent library (properly referencing the original driver), and then use that library in the actual YARP device.

@iron76
Copy link

iron76 commented Nov 9, 2016

👍

@traversaro
Copy link
Member Author

traversaro commented Nov 9, 2016

The message of KVH 1750 are bit by bit compatible by the default message of KVH 1775, so the driver should be compatible.
The code needs to be modified if we want to read magnetometers raw data, that uses another type of message of the KVH 1775 .

@traversaro traversaro reopened this Nov 9, 2016
@traversaro
Copy link
Member Author

@traversaro
Copy link
Member Author

First version compiling committed in 0d3f8c0 . This version just reads angular velocity and acceleration, and is not configurable from configuration file. Still needs to be tested.

@traversaro
Copy link
Member Author

We imported the C++ library from https://github.com/TRECVT/ros_kvh1750 , and use that one in a pure CMake proejct with an additional YARP Driver.

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