File tree 1 file changed +8
-5
lines changed
perception/radar_tracks_msgs_converter
1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -34,14 +34,18 @@ Autoware objects label is defined in [ObjectClassification.idl](https://gitlab.c
34
34
## Interface
35
35
### Input
36
36
37
- - ` ~/input/radar_objects ` (radar_msgs/msg/RadarTracks.msg): Input radar topic
38
- - ` ~/input/odometry ` (nav_msgs/msg/Odometry.msg): Ego vehicle odometry topic
37
+ - ` ~/input/radar_objects ` (` radar_msgs/msg/RadarTracks.msg ` )
38
+ - Input radar topic
39
+ - ` ~/input/odometry ` (` nav_msgs/msg/Odometry.msg ` )
40
+ - Ego vehicle odometry topic
39
41
40
42
### Output
41
43
42
- - ` ~/output/radar_detected_objects ` (autoware_auto_perception_msgs/msg/DetectedObject.idl): The topic converted to Autoware message.
44
+ - ` ~/output/radar_detected_objects ` (` autoware_auto_perception_msgs/msg/DetectedObject.idl ` )
45
+ - DetectedObject topic converted to Autoware message.
43
46
- This is used for radar sensor fusion detection and radar detection.
44
- - ` ~/output/radar_tracked_objects ` (autoware_auto_perception_msgs/msg/TrackedObject.idl): The topic converted to Autoware message.
47
+ - ` ~/output/radar_tracked_objects ` (` autoware_auto_perception_msgs/msg/TrackedObject.idl ` )
48
+ - TrackedObject topic converted to Autoware message.
45
49
- This is used for tracking layer sensor fusion.
46
50
47
51
### Parameters
@@ -67,7 +71,6 @@ If the parameter is true, then the twist of the output objects' topic is compens
67
71
- Default parameter is "false"
68
72
69
73
This parameter is the flag to use the compensation to yaw rotation of ego vehicle's twist.
70
-
71
74
If the parameter is true, then the ego motion compensation will also consider yaw motion of the ego vehicle.
72
75
73
76
- ` static_object_speed_threshold ` (float) [ m/s]
You can’t perform that action at this time.
0 commit comments