32 double m_inputVoltage = 0.0;
40 m_inputVoltage = voltage;
Interface for force laws used by the rigid-body integrator.
Definition force_generator.hpp:22
void SetInput(double voltage)
Sets the input voltage or current.
Definition motor_force.hpp:39
void UpdateForce(double duration) override
Applies simulated motor force to the registered object.
Definition motor_force.hpp:35
virtual ~MotorForce()=default