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 3 Next »

ros_delphi_srr: delphi_srr | delphi_srr_msgs

This driver reads all CAN messages from the Delphi SRR2 radar and publishes them as ROS topics.

Supported Hardware

  • Delphi SRR2

Published Topics

Message TypeTopic Name

Description

can_msgs/Frame
can_tx
A copy of all raw CAN data received by the driver from the sensor.
can_msgs/Framecan_rx_echoA copy of all raw CAN messages sent by the SRR driver to the sensor.
delphi_srr/SrrDebug3parsed_tx/srr_debug3The 1st debugging message provided by the SRR.
delphi_srr/SrrDebug4parsed_tx/srr_debug4The 2nd debugging message provided by the SRR.
delphi_srr/SrrDebug5parsed_tx/srr_debug5The 3rd debugging message provided by the SRR.
delphi_srr/SrrFeatureAlertparsed_tx/srr_feature_alertTBD.
delphi_srr/SrrFeatureSwVersionparsed_tx/srr_feature_sw_versionProvides the version of the software used for CTA/BLIS.
delphi_srr/SrrStatus1parsed_tx/srr_status1The 1st status information message provided by the SRR.
delphi_srr/SrrStatus2parsed_tx/srr_status2The 2nd status information message provided by the SRR.
delphi_srr/SrrStatus3parsed_tx/srr_status3The 3rd status information message provided by the SRR.
delphi_srr/SrrStatus4parsed_tx/srr_status4The 4th status information message provided by the SRR.
delphi_srr/SrrStatus5parsed_tx/srr_status5The 5th status information message provided by the SRR.
delphi_srr/SrrTrackparsed_tx/srr_trackThe list of tracks (actually detections) provided by the SRR.
radar_msgs/RadarDetectionArrayas_tx/detectionsAn abstracted list of the detections provided by the SRR.
visualization_msgs/Markeras_tx/radar_markersVisualization information for Rviz based on the abstracted detections.

Subscribed Topics

Message TypeTopic NameDescription
can_msgs/Frame
can_rxWill forward any raw CAN messages published to this topic directly to the SRR.

Parameters

~can_hardware_id
     The serial number of the Kvaser device (or in the case of socketcan, the identifier number - such as 0 for "can0").

~can_circuit_id
    The 0-based index of the channel on the Kvaser device (or in the case of socketcan, 0).

~srr_frame_id
    The id of the frame of reference of the sensor. This will be attached to all published messages except the lane visualization markers.

~srr_side
    Configures the driver to know which SRR Messages it should parse. Options are "Left" or "Right"

  • No labels