DataType Velocity.
More...
#include <ad/rss/world/Velocity.hpp>
DataType Velocity.
Defines the velocity of an object within its current lane. The velocity consists of a longitudinal and a lateral component. Both allow to provide a range with minimum and maximum value to allow for variations when measuring the velocity at different points within the vehicle i.e. in respect to the lane within curves.
◆ operator!=()
bool ad::rss::world::Velocity::operator!= |
( |
const Velocity & |
other | ) |
const |
|
inline |
standard comparison operator
- Parameters
-
- Returns
true
if both Velocity are different
◆ operator=() [1/2]
standard assignment operator
- Parameters
-
- Returns
- Reference to this Velocity.
◆ operator=() [2/2]
standard move operator
- Parameters
-
- Returns
- Reference to this Velocity.
◆ operator==()
bool ad::rss::world::Velocity::operator== |
( |
const Velocity & |
other | ) |
const |
|
inline |
standard comparison operator
- Parameters
-
- Returns
true
if both Velocity are equal
◆ speedLatMax
::ad::physics::Speed ad::rss::world::Velocity::speedLatMax {100.} |
The range maximum of the lateral speed component of the velocity vector. The lateral component of the velocity is always measured orthogonal to the center line of the current lane.
◆ speedLatMin
::ad::physics::Speed ad::rss::world::Velocity::speedLatMin {-100.} |
The range minimum of the lateral speed component of the velocity vector. The lateral component of the velocity is always measured orthogonal to the center line of the current lane.
◆ speedLonMax
::ad::physics::Speed ad::rss::world::Velocity::speedLonMax {100.} |
The range maximum of the longitudinal speed component of the velocity vector. The longitudinal component of the velocity is always measured tangential to the center line of the current lane.
◆ speedLonMin
::ad::physics::Speed ad::rss::world::Velocity::speedLonMin {0.} |
The range minimum of the longitudinal speed component of the velocity vector. The longitudinal component of the velocity is always measured tangential to the center line of the current lane.
The documentation for this struct was generated from the following file: