-
Notifications
You must be signed in to change notification settings - Fork 0
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
Comments
👍 |
The message of KVH 1750 are bit by bit compatible by the default message of KVH 1775, so the driver should be compatible. |
Ref: |
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. |
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. |
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.
The text was updated successfully, but these errors were encountered: