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
… 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.
Description of the missing/unexpected functionality
When using the DQ_ClassicQPController, the MATLAB version defines a default value (0.001) for the damping variable, but the Python version does not.
Python behavior
PYTHON SCRIPT
PYTHON OUTPUT
Matlab behavior
MATLAB SCRIPT
MATLAB OUTPUT
Environment:
The text was updated successfully, but these errors were encountered: