This package is part of ROS/IOP Bridge.
Requests data from RangeSensor and publishes also tf for each sensor if ReportSensorGeometricProperties
available.
hz (int Default: 5.0)
Sets how often the reports are requested. If use_queries is
True
hz must be greather then 0. In this case each time aQuery
message is sent to get a report. Ifuse_queries
isFalse
an event is created to get Reports. In this case 0 disables the rate and an event of typeon_change
will be created.
tf_frame_robot (str Default: "base_link")
Robot tf frame used to publish a tf for each sensor.
tf (geometry_msgs::TransformStamped)
Tf for position of the range sensor on the robot.
{sensor name} (sensor_msgs::LaserScan)
Creates for each sensor a publisher.
None