- 21 Jun, 2019 1 commit
-
-
Andrea Del Prete authored
Add python bindings for method addActuationTask of inverse-dynamics-formulation-acc-force. Change name of method addTorqueTask to addActuationTask. Extend python example with UR5 robot with actuation bounds.
-
- 17 Jun, 2019 1 commit
-
-
Andrea Del Prete authored
Extend InverseDynamicsFormulationAccForce to work also for robot manipulators, which are fully-actuated, so they do not need to specify the unactuated base dynamics as equality constraints in the TSID optimization problem.
-
- 21 Mar, 2019 1 commit
-
-
student authored
Fix bug in python bindings of InverseDynamicsFormulationAccForce. The methods getContactForces and checkContact were assuming that the contact force vectors were always 12d. This was the case a while ago, but now TSID supports also 3d contact points, so this assumption does no longer hold in general. To fix the bug I have introduced a new method that allows the user to get the contact force vector without knowing its size in advance.
-
- 02 Mar, 2019 1 commit
-
-
Olivier Stasse authored
-
- 07 Feb, 2019 4 commits
-
-
Andrea Del Prete authored
Conflicts: src/robots/robot-wrapper.cpp
-
Andrea Del Prete authored
-
Andrea Del Prete authored
-
Andrea Del Prete authored
-
- 06 Feb, 2019 1 commit
-
-
Andrea Del Prete authored
Introduce weight for motion task associated to RigidContact. Specify weight (for both motion task and force regularization task) when calling addRigidContact rather than when creating Contact object (to be coherent with weights of other Task's).
-
- 28 Jan, 2019 10 commits
-
-
H. Zhu authored
-
H. Zhu authored
-
H. Zhu authored
-
Andrea Del Prete authored
-
Andrea Del Prete authored
-
Andrea Del Prete authored
-
Andrea Del Prete authored
-
H. Zhu authored
-
H. Zhu authored
-
H. Zhu authored
-
- 15 Jan, 2019 1 commit
-
-
Julian Viereck authored
-
- 10 Jan, 2019 1 commit
-
-
Julian Viereck authored
-
- 08 Jan, 2019 1 commit
-
-
Julian Viereck authored
-
- 05 Jan, 2019 1 commit
-
-
Julian Viereck authored
-
- 31 Jan, 2018 2 commits
-
-
Olivier Stasse authored
-
Olivier Stasse authored
It is a good practice to remove all warnings to: 1/ ease the reading when implementing a new functionnality. 2/ avoid nasty bugs due to the version of the compiler fixing coding mistakes in a different way.
-
- 24 Nov, 2017 1 commit
-
-
andreadelprete authored
-
- 21 Nov, 2017 1 commit
-
-
andreadelprete authored
-
- 31 Aug, 2017 2 commits
-
-
andreadelprete authored
-
andreadelprete authored
-
- 29 Aug, 2017 1 commit
-
-
andreadelprete authored
-
- 15 Jun, 2017 1 commit
-
-
jcarpent authored
-
- 12 Jun, 2017 2 commits
- 09 Jun, 2017 3 commits
- 23 May, 2017 1 commit
-
-
andreadelprete authored
-
- 16 May, 2017 1 commit
-
-
andreadelprete authored
-
- 12 May, 2017 1 commit
-
-
andreadelprete authored
inv-dyn-form-acc-force] Fix bug occurring when removing a contact constraint: the inequality constraints on the associated forces were not removed.
-
- 11 May, 2017 1 commit
-
-
andreadelprete authored
Fix bug in removeRigidContact: I was not updating the indexes of the contact variables. Optimize matrix multiplications adding noalias.
-