ADORe
ADORe is a modular open source software library and toolkit for decision making, planning, control and simulation of automated vehicles
adore::sim::ResetVehicleTwist Struct Reference

provides encapsulation of values needed to reset the vehicle twist (vx,vy and omega) in a simulation More...

#include <resetvehicletwist.h>

Collaboration diagram for adore::sim::ResetVehicleTwist:
Collaboration graph

Public Member Functions

double getVx () const
 
void setVx (double vx)
 
double getVy () const
 
void setVy (double vy)
 
double getOmega () const
 
void setOmega (double omega)
 

Private Attributes

double vx
 
double omega
 
double vy
 

Detailed Description

provides encapsulation of values needed to reset the vehicle twist (vx,vy and omega) in a simulation

Member Function Documentation

◆ getOmega()

double adore::sim::ResetVehicleTwist::getOmega ( ) const
inline
Here is the caller graph for this function:

◆ getVx()

double adore::sim::ResetVehicleTwist::getVx ( ) const
inline
Here is the caller graph for this function:

◆ getVy()

double adore::sim::ResetVehicleTwist::getVy ( ) const
inline
Here is the caller graph for this function:

◆ setOmega()

void adore::sim::ResetVehicleTwist::setOmega ( double  omega)
inline
Here is the caller graph for this function:

◆ setVx()

void adore::sim::ResetVehicleTwist::setVx ( double  vx)
inline
Here is the caller graph for this function:

◆ setVy()

void adore::sim::ResetVehicleTwist::setVy ( double  vy)
inline
Here is the caller graph for this function:

Member Data Documentation

◆ omega

double adore::sim::ResetVehicleTwist::omega
private

◆ vx

double adore::sim::ResetVehicleTwist::vx
private

◆ vy

double adore::sim::ResetVehicleTwist::vy
private

The documentation for this struct was generated from the following file: