Skip to content

Commit

Permalink
feat: add description of goal modification
Browse files Browse the repository at this point in the history
Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp>
  • Loading branch information
isamu-takagi committed Apr 10, 2023
1 parent 010adcd commit 918c296
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,11 @@ There are two ways to set the route. The one is a generic method that uses pose,
| SET | The route is set. |
| ARRIVED | The vehicle has arrived at the destination. |
| CHANGING | Trying to change the route. Not implemented yet. |

## Goal modification

Autoware may modify the goal pose to pull over, avoid obstacles, etc. When setting a route from the API, applications can choose the following options of goal modification.

| Option | Description |
| ----------------------- | --------------------------------- |
| allow_goal_modification | If true, allow goal modification. |

0 comments on commit 918c296

Please sign in to comment.