Open jabrena opened 7 years ago
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 ROSJava
Interface, I will try to publish a message from a LaserScan
If the POC
goes well, do you like a PR?
Cheers
Juan Antonio
Hi @rctoris,
Finally, I could migrate the message to ROSBridge.
Here is the class: https://github.com/ev3dev-lang-java/ros/blob/develop/src/main/java/edu/wpi/rail/jrosbridge/messages/sensor_msgs/LaserScan.java
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