ArPiRobot-CoreLib C++
C++ library for ArPiRobot robots
|
#include <arpirobot/core/drive/SquareRootAxisTransform.hpp>
Public Member Functions | |
double | applyTransform (double rawAxisValue) override |
Transform that applies a square root function to the magnitude of the input. Sign of the output will match the sign of the input
|
overridevirtual |
Axis transforms should override this function to implement specific calculations.
Implements arpirobot::BaseAxisTransform.