Skip to content

Commit

Permalink
Merge pull request #1110 from tier4/doc/RJD-705_add_follow_trajectory…
Browse files Browse the repository at this point in the history
…_action_support

doc(developer_guide): add FollowTrajectoryAction support and limitations
  • Loading branch information
yamacir-kit authored Oct 19, 2023
2 parents 305d899 + 4b16ce5 commit ca35478
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion docs/developer_guide/OpenSCENARIOSupport.md
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ OpenSCENARIO standards.
| PrivateAction.ControllerAction.**OverrideControllerValueAction** | Unsupported | | |
| PrivateAction.**TeleportAction** || See [here](#teleportaction) | |
| PrivateAction.RoutingAction.**AssignRouteAction** || | |
| PrivateAction.RoutingAction.**FollowTrajectoryAction** | Unsupported | | |
| PrivateAction.RoutingAction.**FollowTrajectoryAction** | | See [here](#followtrajectoryaction)| |
| PrivateAction.RoutingAction.**AcquirePositionAction** || See [here](#acquirepositionaction) | |

### Conditions
Expand Down Expand Up @@ -300,6 +300,22 @@ OpenSCENARIO standards.
- Currently, **only LanePosition** can be specified for element of
TeleportAction.

### FollowTrajectoryAction
- Currently, the action handles only "[followingMode](https://www.asam.net/static_downloads/ASAM_OpenSCENARIO_V1.2.0_Model_Documentation/modelDocumentation/content/FollowingMode.html)" attribute set to `position` mode.

| followingMode | Status |
|:--------------|:-----------:|
| position ||
| follow | Unsupported |

- Currently, the action only supports [Trajectory](https://www.asam.net/static_downloads/ASAM_OpenSCENARIO_V1.2.0_Model_Documentation/modelDocumentation/content/Trajectory.html) with a [Polyline](https://www.asam.net/static_downloads/ASAM_OpenSCENARIO_V1.2.0_Model_Documentation/modelDocumentation/content/Shape.html) shape.

| Element | Status |
|:---------|:----------:|
| Polyline ||
| Clothoid | Unsupported|
| Nurbs | Unsupported|

### AcquirePositionAction

- Currently, **only LanePosition** can be specified for element of
Expand Down

0 comments on commit ca35478

Please sign in to comment.