23 #ifndef __PLUGINS_COLLI_BIWARD_DRIVE_MODE_H_ 24 #define __PLUGINS_COLLI_BIWARD_DRIVE_MODE_H_ 26 #include "abstract_drive_mode.h" 34 class ForwardDriveModule;
35 class BackwardDriveModule;
Fawkes library namespace.
BiwardDriveModule(ForwardDriveModule *forward, BackwardDriveModule *backward, Logger *logger, Configuration *config)
Constructor.
~BiwardDriveModule()
Destruct your local values here.
This is the Forward drive-module, for forward only movements.
This is the base class which calculates drive modes.
This is the SlowBackward drive-module, for slow backward only movements.
void update()
Calculate here your desired settings.
Interface for configuration handling.
This is the SlowBiward drive-module.