Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Current »

driver_name: ibeo_lux
msgs_name: ibeo_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.

Supported Hardware

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

Subscribed Topics: 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.
sensor_msgs/PointCloud2as_tx/point_cloudThe scan data represented as a PCL::PointCloud<pcl::PointXYZL>.
visualization_msgs/MarkerArrayas_tx/objectsVisualization of the detected objects as an array of wireframe boxes (intended for use in RViz).
visualization_msgs/Markeras_tx/object_contour_pointsVisualization of the contour points which define detected objects (intended for use in RViz).

Published Topics (Single LUX Sensor)

Message TypeTopic NameDescription
ibeo_msgs/ScanData2202parsed_tx/scan_data_2202All data produced by a single LUX sensor about each scan including all points and their layers.
ibeo_msgs/ObjectData2221parsed_tx/object_data_2221All object data produced by a single LUX sensor and information about those objects.
ibeo_msgs/HostVehicleState2805parsed_tx/host_vehicle_state_2805Information about the estimated and provided vehicle state (x and y position, wheel angles, velocity, yaw rate, etc.).
ibeo_msgs/ErrorWarningparsed_tx/error_warningError and warning data from the sensor.

Published Topics (LUX Fusion ECU)

Message TypeTopic NameDescription
ibeo_msgs/ScanData2204parsed_tx/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_msgs/ScanData2205parsed_tx/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_msgs/ObjectData2225parsed_tx/object_data_2225All object data produced by the Fusion ECU and information about those objects (Fusion System v2.1 and older).
ibeo_msgs/ObjectData2280parsed_tx/fusion_object_data_2280All object data produced by the Fusion ECU and information about those objects (Fusion System v2.2 and newer).
ibeo_msgs/CameraImageparsed_tx/camera_imageImage data provided by the Fusion ECU if a camera is attached and configured.
ibeo_msgs/HostVehicleState2806parsed_tx/host_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_msgs/HostVehicleState2807parsed_tx/host_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).

Parameters

~ip_address
    The IP address of the sensor or ECU.

~port
    The TCP port on which to listen for the data from the sensor or ECU.

~is_fusion
    Whether the IP address above points to a fusion ECU [true] or a single sensor [false].

~sensor_frame_id
    The frame_id to be used for all published data from the sensor.

  • No labels