SJSURoboticsTeam / urc-central-2021

Track progress and information for the URC 2021 competition
MIT License
1 stars 0 forks source link

Add lerp to arm movements #202

Closed naterpotatoers closed 2 years ago

naterpotatoers commented 2 years ago

Gradual acceleration of the motors will greatly reduce the wear and tear and potential problems for the rover.

Andrew-Ingerman commented 2 years ago

How do I get the current speed of the joint motors?

naterpotatoers commented 2 years ago

It looks like within the joint.hpp class there is a member variable call speed_ This should contain the current speed of the joint.