Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

driver_name: ibeo_lux | ibeo_lux_msgs

A ROS driver to interact with the Ibeo LUX sensor and the Ibeo LUX Fusion ECU. This driver does not work with the Ibeo LUX 8L or the Ibeo ScaLa. Please see the list of supported hardware below for more information. This driver was developed using the Ethernet interface documentation version 1.38. An updated driver using Ethernet interface documentation 1.47 is coming soon.

...

  • Ibeo LUX 4L
  • Ibeo LUX 4L HD
  • Ibeo LUX Fusion ECU

Subscribed Topics

...

Description

...

: None

Published Topics (Single LUX and Lux Fusion ECU)

Message TypeTopic NameDescription
network_interface/TCPFrametcp_txA copy of all raw TCP (Ethernet) data sent from the sensor/ECU.
pcl
sensor_msgs/
PointCloud
PointCloud2as_tx/point_cloudThe scan data represented as a PCL::PointCloud<pcl::
PointXYZ>
PointXYZL>.
visualization_msgs/MarkerArrayas_tx/objectsVisualization of the detected objects as an array of wireframe boxes (intended for use in
Rviz
RViz).
visualization_msgs/Markeras_tx/object_contour_pointsVisualization of the contour points which define detected objects
as individual markers
(intended for use in
Rviz
RViz).

Published Topics (Single LUX Sensor)

Message TypeTopic NameDescription
ibeo_lux_msgs/LuxScanDataScanData2202parsed_tx/lux_scan_data_2202All data produced by a single LUX sensor about each scan including all points and their layers.
ibeo_lux_msgs/LuxObjectDataObjectData2221parsed_tx/lux_object_data_2221All object data produced by a single LUX sensor and information about those objects.
ibeo_lux_msgs/LuxVehicleStateHostVehicleState2805parsed_tx/luxhost_vehicle_state_2805Information about the estimated and provided vehicle state (x and y position, wheel angles, velocity, yaw rate, etc.).
ibeo_lux_msgs/LuxErrorWarningErrorWarningparsed_tx/lux_error_warningError and warning data from the sensor.

...

Message TypeTopic NameDescription
ibeo_lux_msgs/FusionScanData2204parsed_tx/fusion_scan_data_2204All data produced by the Fusion ECU about each scan including all points and their layers (Fusion System v2.1 and older).
ibeo_lux_msgs/FusionScanData2205parsed_tx/fusion_scan_data_2205All data produced by the Fusion ECU about each scan including all points and their layers (Fusion System v2.2 and newer).
ibeo_lux_msgs/FusionObjectData2225parsed_tx/fusion_object_data_2225All object data produced by the Fusion ECU and information about those objects (Fusion System v2.1 and older).
ibeo_lux_msgs/FusionObjectData2280parsed_tx/fusion_object_data_2280All object data produced by the Fusion ECU and information about those objects (Fusion System v2.2 and newer).
ibeo_lux_msgs/FusionImageCameraImageparsed_tx/fusioncamera_image_2403Image data provided by the Fusion ECU if a camera is attached and configured.
ibeo_lux_msgs/FusionVehicleState2806parsed_tx/fusion_vehicle_state_2806Information about the estimated and provided vehicle state (x and y position, wheel angles, velocity, yaw rate, etc.) (Fusion System v2.1 and older).
ibeo_lux_msgs/FusionVehicleState2807parsed_tx/fusion_vehicle_state_2807Information about the estimated and provided vehicle state (x and y position, wheel angles, velocity, yaw rate, etc.) (Fusion System v2.2 and newer).

...