documentation checked and edit
for all files in lib folder
This commit is contained in:
@@ -22,14 +22,21 @@
|
||||
|
||||
class DriveManager : public Component {
|
||||
public:
|
||||
|
||||
/**
|
||||
* @brief Construct a new Drive Manager object
|
||||
*
|
||||
* Creates a Navigation object
|
||||
*
|
||||
* @param moveControl
|
||||
* @param sensorData
|
||||
* @param input
|
||||
*/
|
||||
DriveManager(MoveControl *moveControl, const SensorData* sensorData, const ControlPadInput *input);
|
||||
|
||||
/**
|
||||
* @brief Construct a new Drive Manager object
|
||||
*
|
||||
* @param params
|
||||
*/
|
||||
DriveManager(DriveModiParams params);
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user