Fawkes API
Fawkes Development Version
|
23 #ifndef _PLUGINS_COLLI_DRIVE_REALIZATION_QUADRATIC_MOTORINSTRUCT_H_
24 #define _PLUGINS_COLLI_DRIVE_REALIZATION_QUADRATIC_MOTORINSTRUCT_H_
26 #include "base_motor_instruct.h"
41 float calculate_rotation(
float current,
float desired,
float time_factor);
44 float calculate_translation(
float current,
float desired,
float time_factor);
QuadraticMotorInstruct(MotorInterface *motor, float frequency, Logger *logger, Configuration *config)
Constructor.
MotorInterface Fawkes BlackBoard Interface.
Interface for configuration handling.
This module is a class for validity checks of drive commands and sets those things with respect to th...
Fawkes library namespace.
The Basic of a Motorinstructor.
virtual ~QuadraticMotorInstruct()
Destructor.