22 virtual void Update(
double voltage,
double dt) = 0;
virtual double GetVelocity() const =0
Gets the current angular velocity of the arm.
virtual double GetAngle() const =0
Gets the current angle of the arm.
virtual void Update(double voltage, double dt)=0
Updates the arm state based on applied voltage and physics.