chrono::curiosity::CuriositySpeedDriver Class Reference

Description

Concrete Curiosity speed driver.

This driver applies the same angular speed (ramped from 0 to a prescribed value) to all wheels.

#include <Curiosity.h>

Inheritance diagram for chrono::curiosity::CuriositySpeedDriver:
Collaboration diagram for chrono::curiosity::CuriositySpeedDriver:

Public Member Functions

 CuriositySpeedDriver (double time_ramp, double speed)
 
- Public Member Functions inherited from chrono::curiosity::CuriosityDriver
void SetSteering (double angle)
 Set current steering input (angle: negative for left turn, positive for right turn). More...
 
void SetSteering (double angle, CuriosityWheelID id)
 Set current steering input (angle: negative for left turn, positive for right turn). More...
 

Additional Inherited Members

- Public Types inherited from chrono::curiosity::CuriosityDriver
enum  DriveMotorType { DriveMotorType::SPEED, DriveMotorType::TORQUE }
 Type of drive motor control. More...
 
- Protected Attributes inherited from chrono::curiosity::CuriosityDriver
Curiositycuriosity
 associated Curiosity rover
 
std::array< double, 6 > drive_speeds
 angular speeds for drive motors (positive for forward motion)
 
std::array< double, 4 > steer_angles
 angles for steer motors (negative for left turn, positive for right turn)
 

The documentation for this class was generated from the following files:
  • /builds/uwsbel/chrono/src/chrono_models/robot/curiosity/Curiosity.h
  • /builds/uwsbel/chrono/src/chrono_models/robot/curiosity/Curiosity.cpp