|
ad_rss
|
DataType UnstructuredConstellationStateInformation. More...
#include <ad/rss/state/UnstructuredConstellationStateInformation.hpp>
Public Types | |
| typedef std::shared_ptr< UnstructuredConstellationStateInformation > | Ptr |
| Smart pointer on UnstructuredConstellationStateInformation. | |
| typedef std::shared_ptr< UnstructuredConstellationStateInformation const > | ConstPtr |
| Smart pointer on constant UnstructuredConstellationStateInformation. | |
Public Member Functions | |
| UnstructuredConstellationStateInformation ()=default | |
| standard constructor | |
| ~UnstructuredConstellationStateInformation ()=default | |
| standard destructor | |
| UnstructuredConstellationStateInformation (const UnstructuredConstellationStateInformation &other)=default | |
| standard copy constructor | |
| UnstructuredConstellationStateInformation (UnstructuredConstellationStateInformation &&other)=default | |
| standard move constructor | |
| UnstructuredConstellationStateInformation & | operator= (const UnstructuredConstellationStateInformation &other)=default |
| standard assignment operator More... | |
| UnstructuredConstellationStateInformation & | operator= (UnstructuredConstellationStateInformation &&other)=default |
| standard move operator More... | |
| bool | operator== (const UnstructuredConstellationStateInformation &other) const |
| standard comparison operator More... | |
| bool | operator!= (const UnstructuredConstellationStateInformation &other) const |
| standard comparison operator More... | |
Public Attributes | |
| ::ad::rss::state::UnstructuredTrajectorySet | brake_trajectory_set |
| ::ad::rss::state::UnstructuredTrajectorySet | continue_forward_trajectory_set |
| ::ad::physics::Angle | considered_drive_away_steering_angle {0.} |
DataType UnstructuredConstellationStateInformation.
Structure holding additional information on the reason for the unstructured constellation response.
|
inline |
standard comparison operator
| [in] | other | Other UnstructuredConstellationStateInformation. |
true if both UnstructuredConstellationStateInformation are different
|
default |
standard assignment operator
| [in] | other | Other UnstructuredConstellationStateInformation |
|
default |
standard move operator
| [in] | other | Other UnstructuredConstellationStateInformation |
|
inline |
standard comparison operator
| [in] | other | Other UnstructuredConstellationStateInformation |
true if both UnstructuredConstellationStateInformation are equal | ::ad::rss::state::UnstructuredTrajectorySet ad::rss::state::UnstructuredConstellationStateInformation::brake_trajectory_set |
The set of brake trajectories considered on calculation of the RSS state.
| ::ad::physics::Angle ad::rss::state::UnstructuredConstellationStateInformation::considered_drive_away_steering_angle {0.} |
The considered current drive away steering angle in case of DriveAway state
| ::ad::rss::state::UnstructuredTrajectorySet ad::rss::state::UnstructuredConstellationStateInformation::continue_forward_trajectory_set |
The set of continue forward trajectories considered on calculation of the RSS state.