-
Notifications
You must be signed in to change notification settings - Fork 46
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
How to publish a message "sensor_msgs/LaserScan"? #21
Comments
This package implements a few example message packages for reference but not all of them. You would need to implement an additional messages that you need or just a generic JSON approach from the Message class itself. |
Many thanks @rctoris, Tomorrow using the idea from If the Cheers Juan Antonio |
Hi @rctoris, Finally, I could migrate the message to ROSBridge. Here is the class: Now, I can publish LIDAR data from a RPLidar on ROS using ROSBridge. Cheers Juan Antonio |
Hi, I would like to send a message "sensor_msgs/LaserScan" but I don´t see the object in the package:
https://github.com/rctoris/jrosbridge/tree/develop/src/main/java/edu/wpi/rail/jrosbridge/messages
How to solve the problem?
In ROSJava exist this message but here, I didn´t find it:
Many thanks in advance.
Juan Antonio
The text was updated successfully, but these errors were encountered: