open_simulation_interface
v3.4.0 (2021-11-18)
|
Follow trajectory action. More...
Public Attributes | |
optional ActionHeader | action_header = 1 |
repeated StatePoint | trajectory_point = 2 |
optional bool | constrain_orientation = 3 |
optional FollowingMode | following_mode = 4 |
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.
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.
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.