Skip to content

Commit 39eebb3

Browse files
committed
refactor: update readme
Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp>
1 parent acd324a commit 39eebb3

File tree

6 files changed

+9
-9
lines changed
  • perception

6 files changed

+9
-9
lines changed

perception/autoware_object_range_splitter/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# object_range_splitter
1+
# `autoware_object_range_splitter`
22

33
## Purpose
44

5-
object_range_splitter is a package to divide detected objects into two messages by the distance from the origin.
5+
autoware_object_range_splitter is a package to divide detected objects into two messages by the distance from the origin.
66

77
## Inner-workings / Algorithms
88

perception/autoware_object_velocity_splitter/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# object_velocity_splitter
1+
# autoware_object_velocity_splitter
22

33
This package contains a object filter module for [autoware_perception_msgs/msg/DetectedObject](https://github.com/autowarefoundation/autoware_msgs/tree/main/autoware_perception_msgs/msg/DetectedObject.idl).
44
This package can split DetectedObjects into two messages by object's speed.

perception/autoware_radar_crossing_objects_noise_filter/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# radar_crossing_objects_noise_filter
1+
# autoware_radar_crossing_objects_noise_filter
22

33
This package contains a radar noise filter module for [autoware_perception_msgs/msg/DetectedObject](https://github.com/autowarefoundation/autoware_msgs/tree/main/autoware_perception_msgs/msg/DetectedObject.idl).
44
This package can filter the noise objects which cross to the ego vehicle.

perception/autoware_radar_fusion_to_detected_object/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# radar_fusion_to_detected_object
1+
# `autoware_radar_fusion_to_detected_object`
22

33
This package contains a sensor fusion module for radar-detected objects and 3D detected objects.
44

@@ -94,7 +94,7 @@ If the probability of an output object is lower than this parameter, and the out
9494
This parameter is the flag to use probability compensation.
9595
If this parameter is true, compensate probability of objects to threshold probability.
9696

97-
## Interface for radar_object_fusion_to_detected_object
97+
## Interface for `autoware_radar_object_fusion_to_detected_object`
9898

9999
Sensor fusion with radar objects and a detected object.
100100

@@ -105,7 +105,7 @@ Sensor fusion with radar objects and a detected object.
105105
### How to launch
106106

107107
```sh
108-
ros2 launch radar_fusion_to_detected_object radar_object_to_detected_object.launch.xml
108+
ros2 launch autoware_radar_fusion_to_detected_object radar_object_to_detected_object.launch.xml
109109
```
110110

111111
### Input

perception/autoware_radar_object_clustering/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# radar_object_clustering
1+
# `autoware_radar_object_clustering`
22

33
This package contains a radar object clustering for [autoware_perception_msgs/msg/DetectedObject](https://github.com/autowarefoundation/autoware_msgs/tree/main/autoware_perception_msgs/msg/DetectedObject.idl) input.
44

perception/autoware_radar_object_tracker/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Radar Object Tracker
1+
# `autoware_radar_object_tracker`
22

33
## Purpose
44

0 commit comments

Comments
 (0)