Skip to content

Commit

Permalink
chore: pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
hayato-m126 committed Jul 18, 2024
1 parent d733ec4 commit dd7054b
Show file tree
Hide file tree
Showing 3 changed files with 68 additions and 292 deletions.
18 changes: 9 additions & 9 deletions docs/use_case/planning_control.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ When the normal condition is not met
Subscribed topics:
| Topic name | Data type |
| ----------------------------------------- | ------------------------------------- |
| /diagnostic/control_evaluator/metrics | diagnostic_msgs::msg::DiagnosticArray |
| Topic name | Data type |
| ------------------------------------------- | ------------------------------------- |
| /diagnostic/control_evaluator/metrics | diagnostic_msgs::msg::DiagnosticArray |
| /diagnostic/planning_evaluator/metrics (仮) | diagnostic_msgs::msg::DiagnosticArray |
Published topics:
Expand All @@ -73,7 +73,7 @@ State the information required to run the simulation.

### Topic to be included in the input rosbag

| Topic name | Data type |
| Topic name | Data type |
| -------------------------------------- | -------------------------------------------- |
| /gsm8/from_can_bus | can_msgs/msg/Frame |
| /localization/kinematic_state | nav_msgs/msg/Odometry |
Expand All @@ -84,7 +84,7 @@ State the information required to run the simulation.

The vehicle topics can be included instead of CAN.

| Topic name | Data type |
| Topic name | Data type |
| -------------------------------------- | --------------------------------------------------- |
| /localization/kinematic_state | nav_msgs/msg/Odometry |
| /localization/acceleration | geometry_msgs/msg/AccelWithCovarianceStamped |
Expand All @@ -99,10 +99,10 @@ The vehicle topics can be included instead of CAN.

### Topics that must not be included in the input rosbag

| Topic name | Data type |
| -------------------------------------- | -------------------------------------------------
| -------- | ----------------------- |
| /clock | rosgraph_msgs/msg/Clock |
| Topic name | Data type |
| ---------- | ----------------------- |
| -------- | ----------------------- |
| /clock | rosgraph_msgs/msg/Clock |

The clock is output by the --clock option of ros2 bag play, so if it is recorded in the bag itself, it is output twice, so it is not included in the bag.

Expand Down
Loading

0 comments on commit dd7054b

Please sign in to comment.