Skip to content

Commit

Permalink
feat: add description of goal modification (#348)
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 authored May 31, 2023
1 parent b99e78d commit c056a1b
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 tries to look for an alternate goal when goal is unreachable (e.g., when there is an obstacle on the given goal). When setting a route from the API, applications can choose whether they allow Autoware to adjust goal pose in such situation. When set false, Autoware may get stuck until the given goal becomes reachable.

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

0 comments on commit c056a1b

Please sign in to comment.