Skip to content

Commit

Permalink
style(pre-commit): autofix
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Mar 5, 2025
1 parent bb15c53 commit 7627686
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions map/autoware_tp_manager/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,14 @@ colcon build --cmake-args -DCMAKE_BUILD_TYPE=Release --catkin-skip-building-test
ros2 run autoware_tp_manager tp_checker.py <path_to_score_dir> <path_to_rosbag> [--pose_topic <topic_of_poses>] [--tp_topic <topic_of_TPs>] [--scan_topic <topic_of_scans>] [--radius <radius>] [--drop_num <drop_num>]
```

| Name | Description |
| ----------------- | ------------------------------------------------------------------------------------------------------------------------- |
| path_to_score_dir | Directory that contains the TP file (.csv) and the downsampled PCD map. This is the output directory of the tp_collector. |
| path_to_rosbag | Path to the input rosbag to be evaluated |
| topic_of_poses | Topic of poses in the evaluation rosbag |
| topic_of_TPs | Topic of TPs in the evaluation rosbag |
| topic_of_scans | Topic of scans in the evaluation rosbag |
| radius | The radius to query map segments in vicinity of poses. This is used when scan data is not available in the rosbag. |
| Name | Description |
| ----------------- | ---------------------------------------------------------------------------------------------------------------------------------------- |
| path_to_score_dir | Directory that contains the TP file (.csv) and the downsampled PCD map. This is the output directory of the tp_collector. |
| path_to_rosbag | Path to the input rosbag to be evaluated |
| topic_of_poses | Topic of poses in the evaluation rosbag |
| topic_of_TPs | Topic of TPs in the evaluation rosbag |
| topic_of_scans | Topic of scans in the evaluation rosbag |
| radius | The radius to query map segments in vicinity of poses. This is used when scan data is not available in the rosbag. |
| drop_num | When the number of continuous low-TP poses exceeds this number, the tool stops checking because the localization is not reliable anymore |

The results of checking are published to the topic /autoware_tp_checker, and can also be displayed on Rviz2. The red points
Expand Down

0 comments on commit 7627686

Please sign in to comment.