|
open_simulation_interface
vv3.5.0(01.06.2022)
|
Follow trajectory action. More...

Public Attributes | |
| optional ActionHeader | action_header = 1 |
| The action header. More... | |
| repeated StatePoint | trajectory_point = 2 |
| A list of trajectory StatePoints. More... | |
| optional bool | constrain_orientation = 3 |
| Constrain the orientation of the traffic participant as specified by the trajectory points. More... | |
| optional FollowingMode | following_mode = 4 |
| Specify the following mode that should be employed in executing the trajectory. More... | |
Follow trajectory action.
Controls a traffic participant to follow a trajectory using vertices with timings. It specifies the motion in space as a function of time.
| optional ActionHeader osi3::TrafficAction::FollowTrajectoryAction::action_header = 1 |
The action header.
| repeated StatePoint osi3::TrafficAction::FollowTrajectoryAction::trajectory_point = 2 |
A list of trajectory StatePoints.
Set the timestamp fields and position fields for all trajectory points. The orientation fields can be set depending on the constrain_orientation field being true.
| optional bool osi3::TrafficAction::FollowTrajectoryAction::constrain_orientation = 3 |
Constrain the orientation of the traffic participant as specified by the trajectory points.
This boolean flag defines whether orientation values supplied in the trajectory points (if any) shall be used to constrain the orientation of the traffic participant or not.
| optional FollowingMode osi3::TrafficAction::FollowTrajectoryAction::following_mode = 4 |
Specify the following mode that should be employed in executing the trajectory.