Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
mvsim::DynamicsAckermannDrivetrain::ControllerRawForces Class Reference

#include <VehicleAckermann_Drivetrain.h>

Inheritance diagram for mvsim::DynamicsAckermannDrivetrain::ControllerRawForces:
Inheritance graph
[legend]

Public Member Functions

virtual void control_step (const DynamicsAckermannDrivetrain::TControllerInput &ci, DynamicsAckermannDrivetrain::TControllerOutput &co)
 
 ControllerRawForces (DynamicsAckermannDrivetrain &veh)
 
virtual void load_config (const rapidxml::xml_node< char > &node)
 
virtual void teleop_interface (const TeleopInput &in, TeleopOutput &out)
 
- Public Member Functions inherited from mvsim::ControllerBaseTempl< VEH_DYNAMICS >
virtual void clearLogs ()
 
virtual void control_step (const typename VEH_DYNAMICS::TControllerInput &ci, typename VEH_DYNAMICS::TControllerOutput &co)=0
 
 ControllerBaseTempl (VEH_DYNAMICS &veh)
 
virtual void newLogSession ()
 
virtual void setLogRecording (bool recording)
 
virtual ~ControllerBaseTempl ()
 
- Public Member Functions inherited from mvsim::ControllerBaseInterface
virtual bool setTwistCommand (const double vx, const double wz)
 

Static Public Member Functions

static const char * class_name ()
 

Public Attributes

double setpoint_steer_ang
 
double setpoint_wheel_torque
 

Additional Inherited Members

- Protected Attributes inherited from mvsim::ControllerBaseTempl< VEH_DYNAMICS >
VEH_DYNAMICS & m_veh
 

Detailed Description

Definition at line 91 of file VehicleAckermann_Drivetrain.h.

Constructor & Destructor Documentation

DynamicsAckermannDrivetrain::ControllerRawForces::ControllerRawForces ( DynamicsAckermannDrivetrain veh)

Member Function Documentation

static const char* mvsim::DynamicsAckermannDrivetrain::ControllerRawForces::class_name ( )
inlinestatic

Directly set these values to tell the controller the desired setpoints

Definition at line 95 of file VehicleAckermann_Drivetrain.h.

void DynamicsAckermannDrivetrain::ControllerRawForces::control_step ( const DynamicsAckermannDrivetrain::TControllerInput ci,
DynamicsAckermannDrivetrain::TControllerOutput co 
)
virtual
void DynamicsAckermannDrivetrain::ControllerRawForces::load_config ( const rapidxml::xml_node< char > &  node)
virtual

Override to load class-specific options from the <controller> node

Reimplemented from mvsim::ControllerBaseTempl< VEH_DYNAMICS >.

Definition at line 32 of file VehicleAckermann_Drivetrain_ControllerRaw.cpp.

void DynamicsAckermannDrivetrain::ControllerRawForces::teleop_interface ( const TeleopInput in,
TeleopOutput out 
)
virtual

This is to handle basic need of all the controllers.

Reimplemented from mvsim::ControllerBaseTempl< VEH_DYNAMICS >.

Definition at line 44 of file VehicleAckermann_Drivetrain_ControllerRaw.cpp.

Member Data Documentation

double mvsim::DynamicsAckermannDrivetrain::ControllerRawForces::setpoint_steer_ang

Definition at line 98 of file VehicleAckermann_Drivetrain.h.

double mvsim::DynamicsAckermannDrivetrain::ControllerRawForces::setpoint_wheel_torque

Definition at line 98 of file VehicleAckermann_Drivetrain.h.


The documentation for this class was generated from the following files:


mvsim
Author(s):
autogenerated on Thu Jun 6 2019 19:36:41