You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[DQ_ClassicQPController] Set the default damping to 1e-3 to match the the Matlab. (See #67 and dqrobotics/python#59)
* [DQ_KinematicController.h] Initialized some variables to match the Matlab implementation
* [DQ_ClassicQPController.cpp] Added a default damping to match the DQ_ClassicQPController.m class
* [DQ_KinematicController.h] Removed from the header the initialization of variables that are initialized in the constructor
* [DQ_KinematicController.cpp] Added the initialization of the damping attribute in the constructor. In addition, I fixed the initialization order of the attributes last control and last error signal.
* Revert "[DQ_KinematicController.h] Initialized some variables to match the Matlab implementation"
This reverts commit 378c3f4.
0 commit comments