Skip to content

Commit 69d7c6a

Browse files
committed
fix README
Signed-off-by: scepter914 <scepter914@gmail.com>
1 parent 970fdae commit 69d7c6a

File tree

1 file changed

+8
-5
lines changed
  • perception/radar_tracks_msgs_converter

1 file changed

+8
-5
lines changed

perception/radar_tracks_msgs_converter/README.md

+8-5
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,18 @@ Autoware objects label is defined in [ObjectClassification.idl](https://gitlab.c
3434
## Interface
3535
### Input
3636

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
3941

4042
### Output
4143

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.
4346
- 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.
4549
- This is used for tracking layer sensor fusion.
4650

4751
### Parameters
@@ -67,7 +71,6 @@ If the parameter is true, then the twist of the output objects' topic is compens
6771
- Default parameter is "false"
6872

6973
This parameter is the flag to use the compensation to yaw rotation of ego vehicle's twist.
70-
7174
If the parameter is true, then the ego motion compensation will also consider yaw motion of the ego vehicle.
7275

7376
- `static_object_speed_threshold` (float) [m/s]

0 commit comments

Comments
 (0)