Skip to content

Commit c056a1b

Browse files
authored
feat: add description of goal modification (#348)
Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp>
1 parent b99e78d commit c056a1b

File tree

1 file changed

+8
-0
lines changed
  • docs/design/autoware-interfaces/ad-api/list/api/routing

1 file changed

+8
-0
lines changed

docs/design/autoware-interfaces/ad-api/list/api/routing/index.md

+8
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,11 @@ There are two ways to set the route. The one is a generic method that uses pose,
2222
| SET | The route is set. |
2323
| ARRIVED | The vehicle has arrived at the destination. |
2424
| CHANGING | Trying to change the route. Not implemented yet. |
25+
26+
## Goal modification
27+
28+
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.
29+
30+
| Option | Description |
31+
| ----------------------- | --------------------------------- |
32+
| allow_goal_modification | If true, allow goal modification. |

0 commit comments

Comments
 (0)