Autonomy Software C++ 24.5.1
Welcome to the Autonomy Software repository of the Mars Rover Design Team (MRDT) at Missouri University of Science and Technology (Missouri S&T)! API reference contains the source code and other resources for the development of the autonomy software for our Mars rover. The Autonomy Software project aims to compete in the University Rover Challenge (URC) by demonstrating advanced autonomous capabilities and robust navigation algorithms.
|
This is the complete list of members for DriveBoard, including all inherited members.
CalculateMove(const double dGoalSpeed, const double dGoalHeading, const double dActualHeading, const diffdrive::DifferentialControlMethod eKinematicsMethod) | DriveBoard | |
DriveBoard() | DriveBoard | |
GetDrivePowers() const | DriveBoard | |
m_fMaxDriveEffort (defined in DriveBoard) | DriveBoard | private |
m_fMinDriveEffort (defined in DriveBoard) | DriveBoard | private |
m_muDriveEffortMutex (defined in DriveBoard) | DriveBoard | private |
m_pPID (defined in DriveBoard) | DriveBoard | private |
m_stDrivePowers (defined in DriveBoard) | DriveBoard | private |
SendDrive(diffdrive::DrivePowers &stDrivePowers) | DriveBoard | |
SendStop() | DriveBoard | |
SetMaxDriveEffort(const float fMaxDriveEffortMultiplier) | DriveBoard | |
SetMaxSpeedCallback | DriveBoard | private |
~DriveBoard() | DriveBoard |