-
Notifications
You must be signed in to change notification settings - Fork 67
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
Integration with ROS #3
Comments
Hi! So far, there is no wrapper for ROS prepared. Fortunately, after the latest update of repository, the shared library is created upon build. You can write your own ROS node (for inspiration take a look at collar-lines-odom.cpp) and link this library to your project. |
let me introduce my package https://github.com/ompugao/but_velodyne_ros |
Thanks ompugao! Did you also modify the but_velodyne_lib? If so could you also share your modified but_velodyne_lib package? Thanks |
this PR (#5) needs to be merged. |
Hi guys. All PR have been merged. Thanks for the contribution @ompugao! Regarding the ROS wrapper - good job! We have all Velodyne related nodes centralized here: https://github.com/robofit/but_velodyne. Would it be, please, possible @ompugao to merge your repo into this one and send PR? Thanks! |
here you are (*・ω・)ノ robofit/but_velodyne#7 |
Solved by robofit/but_velodyne#7 |
Nice work! I am interested to test out your code. How can I use it with ROS?
The text was updated successfully, but these errors were encountered: