Skip to content

Commit

Permalink
modify README
Browse files Browse the repository at this point in the history
Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp>
  • Loading branch information
kyoichi-sugahara committed Feb 17, 2022
1 parent 2b3f63a commit ab9e909
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions planning/planning_evaluator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@ Adding a new metric `M` requires the following steps:
### Inputs
| Name | Type | Description |
| ------------------------------ | --------------------------------------------------- | ------------------------------------------------- |
| `~/input/trajectory` | `autoware_planning_msgs/Trajectory` | Main trajectory to evaluate |
| `~/input/reference_trajectory` | `autoware_planning_msgs/Trajectory` | Reference trajectory to use for deviation metrics |
| `~/input/objects` | `autoware_perception_msgs::msg::DynamicObjectArray` | Obstacles |
| Name | Type | Description |
| ------------------------------ | ------------------------------------------------------ | ------------------------------------------------- |
| `~/input/trajectory` | `autoware_auto_planning_msgs::msg::Trajectory` | Main trajectory to evaluate |
| `~/input/reference_trajectory` | `autoware_auto_planning_msgs::msg::Trajectory` | Reference trajectory to use for deviation metrics |
| `~/input/objects` | `autoware_auto_perception_msgs::msg::PredictedObjects` | Obstacles |
### Outputs
Expand Down

0 comments on commit ab9e909

Please sign in to comment.