open_simulation_interface
v3.4.0 (2021-11-18)
|
Follow path action. More...
Public Attributes | |
optional ActionHeader | action_header = 1 |
repeated StatePoint | path_point = 2 |
optional bool | constrain_orientation = 3 |
optional FollowingMode | following_mode = 4 |
Follow path action.
Controls a traffic participant to follow a path using vertices. It specifies the motion in space independent of time.
optional ActionHeader osi3::TrafficAction::FollowPathAction::action_header = 1 |
The action header
optional bool osi3::TrafficAction::FollowPathAction::constrain_orientation = 3 |
Constrain the orientation of the traffic participant as specified by the path points.
This boolean flag defines whether orientation values supplied in the path points shall be used to constrain the orientation of the traffic participant or not.
optional FollowingMode osi3::TrafficAction::FollowPathAction::following_mode = 4 |
Specify the following mode that should be employed in executing the path.
repeated StatePoint osi3::TrafficAction::FollowPathAction::path_point = 2 |
A list of path StatePoints
Set the position fields for all path points. The timestamp field are not required and ignored. The orientation fields can be set depending on the constrain_orientation field being true.