A project to learn Java and create software for Mindstorms Robots using hardware supported by EV3Dev & the LeJOS way.
96
stars
42
forks
source link
[ROS] Develop a node to publish the topic "scan" using a sensor_msgs/LaserScan #344
Closed
jabrena closed 7 years ago
Develop a ROSJava node to publish the topic "scan" based on sensor_msgs/LaserScan.
The node has to be compatible with multiple products like RPLidar A1, RPLidar A2 & Scanse Sweep.
Examples: https://github.com/heuristicus/int-robot/blob/master/trunk/src/main/java/ex1/Avoider3Random.java https://github.com/heuristicus/int-robot/blob/master/trunk/src/main/java/util/LaserUtil.java https://github.com/ev3dev-lang-java/rplidar_ros/blob/master/src/node.cpp https://github.com/srmanikandasriram/ev3-ros/blob/master/src/ultrasonic_laserscanner.cpp
Usage: