ihmcrobotics / simulation-construction-set-2

Graphical user interface for visualizing control variables from either a server, a log file, or a simulation.
Apache License 2.0
13 stars 0 forks source link

Bug in joint damping calculator #115

Closed mavivianne closed 7 months ago

mavivianne commented 1 year ago

OneDoFJointDefinition initializes several gains to -1, damping included which is then used in RobotOneDoFJointDampingCalculator

SylvainBertrand commented 1 year ago

In addition, if the controller doesn't reset the joint torque every tick, the damping torque ends up being integrated over time.