Skip to content

Commit

Permalink
fix: pre-commit
Browse files Browse the repository at this point in the history
Signed-off-by: Hayato Mizushima <[email protected]>
  • Loading branch information
hayato-m126 committed Aug 20, 2024
1 parent 9fc46cc commit f900999
Show file tree
Hide file tree
Showing 9 changed files with 20 additions and 20 deletions.
4 changes: 2 additions & 2 deletions docs/use_case/localization.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ Subscribed topics:

Published topics:

| Topic name | Data type |
| -------------------------------------------- | -------------------------------- |
| Topic name | Data type |
| ------------------------------------------------------ | -------------------------------- |
| /driving_log_replayer_v2/localization/lateral_distance | example_interfaces::msg::Float64 |

## Service name and data type used by the evaluation node
Expand Down
4 changes: 2 additions & 2 deletions docs/use_case/localization.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ Subscribed topics:

Published topics:

| topic 名 | データ型 |
| -------------------------------------------- | -------------------------------- |
| topic 名 | データ型 |
| ------------------------------------------------------ | -------------------------------- |
| /driving_log_replayer_v2/localization/lateral_distance | example_interfaces::msg::Float64 |

## 評価ノードが使用する Service 名とデータ型
Expand Down
6 changes: 3 additions & 3 deletions docs/use_case/obstacle_segmentation.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,13 +83,13 @@ Subscribed topics:

Published topics:

| Topic name | Data type |
| ----------------------------------- | ------------------------------------ |
| Topic name | Data type |
| --------------------------------------------- | ------------------------------------ |
| /driving_log_replayer_v2/marker/detection | visualization_msgs::msg::MarkerArray |
| /driving_log_replayer_v2/marker/non_detection | visualization_msgs::msg::MarkerArray |
| /driving_log_replayer_v2/pcd/detection | sensor_msgs::msg::PointCloud2 |
| /driving_log_replayer_v2/pcd/non_detection | sensor_msgs::msg::PointCloud2 |
| /planning/mission_planning/goal | geometry_msgs::msg::PoseStamped |
| /planning/mission_planning/goal | geometry_msgs::msg::PoseStamped |

## Arguments passed to logging_simulator.launch

Expand Down
6 changes: 3 additions & 3 deletions docs/use_case/obstacle_segmentation.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,13 +84,13 @@ Subscribed topics:

Published topics:

| topic 名 | データ型 |
| ----------------------------------- | ------------------------------------ |
| topic 名 | データ型 |
| --------------------------------------------- | ------------------------------------ |
| /driving_log_replayer_v2/marker/detection | visualization_msgs::msg::MarkerArray |
| /driving_log_replayer_v2/marker/non_detection | visualization_msgs::msg::MarkerArray |
| /driving_log_replayer_v2/pcd/detection | sensor_msgs::msg::PointCloud2 |
| /driving_log_replayer_v2/pcd/non_detection | sensor_msgs::msg::PointCloud2 |
| /planning/mission_planning/goal | geometry_msgs::msg::PoseStamped |
| /planning/mission_planning/goal | geometry_msgs::msg::PoseStamped |

## logging_simulator.launch に渡す引数

Expand Down
4 changes: 2 additions & 2 deletions docs/use_case/perception.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,8 @@ Subscribed topics:

Published topics:

| Topic name | Data type |
| ---------------------------------- | ------------------------------------ |
| Topic name | Data type |
| -------------------------------------------- | ------------------------------------ |
| /driving_log_replayer_v2/marker/ground_truth | visualization_msgs::msg::MarkerArray |
| /driving_log_replayer_v2/marker/results | visualization_msgs::msg::MarkerArray |

Expand Down
4 changes: 2 additions & 2 deletions docs/use_case/perception.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,8 @@ Subscribed topics:

Published topics:

| topic 名 | データ型 |
| ---------------------------------- | ------------------------------------ |
| topic 名 | データ型 |
| -------------------------------------------- | ------------------------------------ |
| /driving_log_replayer_v2/marker/ground_truth | visualization_msgs::msg::MarkerArray |
| /driving_log_replayer_v2/marker/results | visualization_msgs::msg::MarkerArray |

Expand Down
4 changes: 2 additions & 2 deletions docs/use_case/performance_diag.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ Subscribed topics:

Published topics:

| Topic name | Data type |
| ------------------------------------------------- | -------------------------------- |
| Topic name | Data type |
| ----------------------------------------------------------- | -------------------------------- |
| /driving_log_replayer_v2/visibility/value | example_interfaces::msg::Float64 |
| /driving_log_replayer_v2/visibility/level | example_interfaces::msg::Byte |
| /driving_log_replayer_v2/blockage/{lidar_name}/ground/ratio | example_interfaces::msg::Float64 |
Expand Down
4 changes: 2 additions & 2 deletions docs/use_case/performance_diag.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ Subscribed topics:

Published topics:

| topic 名 | データ型 |
| ------------------------------------------------- | -------------------------------- |
| topic 名 | データ型 |
| ----------------------------------------------------------- | -------------------------------- |
| /driving_log_replayer_v2/visibility/value | example_interfaces::msg::Float64 |
| /driving_log_replayer_v2/visibility/level | example_interfaces::msg::Byte |
| /driving_log_replayer_v2/blockage/{lidar_name}/ground/ratio | example_interfaces::msg::Float64 |
Expand Down
4 changes: 2 additions & 2 deletions driving_log_replayer_v2/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
<depend>autoware_map_msgs</depend>
<depend>autoware_perception_msgs</depend>
<depend>diagnostic_msgs</depend>
<depend>driving_log_replayer_v2_msgs</depend>
<depend>example_interfaces</depend>
<depend>geometry_msgs</depend>
<depend>driving_log_replayer_v2_msgs</depend>
<depend>nav_msgs</depend>
<depend>sensor_msgs</depend>
<depend>std_msgs</depend>
Expand All @@ -33,8 +33,8 @@
<depend>tier4_localization_msgs</depend>
<depend>visualization_msgs</depend>

<exec_depend>lanelet2_extension_python</exec_depend>
<exec_depend>driving_log_replayer_v2_analyzer</exec_depend>
<exec_depend>lanelet2_extension_python</exec_depend>
<exec_depend>perception_eval</exec_depend>
<exec_depend>python3-jsonschema</exec_depend>
<exec_depend>python3-pandas</exec_depend>
Expand Down

0 comments on commit f900999

Please sign in to comment.