Wolflib 0.1.0
PROS differential-drive motion, mapping, and Monte Carlo localization
Loading...
Searching...
No Matches
wolflib::MotionOptions Struct Reference

#include <chassis.hpp>

+ Inheritance diagram for wolflib::MotionOptions:

Public Attributes

double maxSpeed {127}
 
double minSpeed {0}
 
double slew {-1}
 Negative inherits ControllerSettings::slew; zero disables slew.
 
double earlyExitRange {0}
 
bool async {true}
 

Member Data Documentation

◆ async

bool wolflib::MotionOptions::async {true}

◆ earlyExitRange

double wolflib::MotionOptions::earlyExitRange {0}

◆ maxSpeed

double wolflib::MotionOptions::maxSpeed {127}

◆ minSpeed

double wolflib::MotionOptions::minSpeed {0}

◆ slew

double wolflib::MotionOptions::slew {-1}

Negative inherits ControllerSettings::slew; zero disables slew.


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