- 17 Jun, 2019 6 commits
-
-
Andrea Del Prete authored
-
Andrea Del Prete authored
-
Andrea Del Prete authored
Improve TaskSE3Equality: apply mask before returning task acceleration, desired task acceleration, position error and velocity error.
-
Andrea Del Prete authored
-
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.
-
Andrea Del Prete authored
Extend RobotWrapper to fixed-base robots: if no floating-base root joint is specified, assume robot is fully actuated. Add method na to get number of actuators. Add methods to get frame vel/acc in local world-oriented frame (useful for plotting).
-
- 14 Jun, 2019 1 commit
-
-
student authored
Add computation of average computation time in ex_3, slightly change configuration parameters for tests with Romeo.
-
- 16 May, 2019 1 commit
-
-
Andrea Del Prete authored
Revert "[CMake] disable catkin for now"
-
- 14 May, 2019 1 commit
-
-
Wolfgang Merkt authored
This reverts commit 50144111.
-
- 03 May, 2019 2 commits
-
-
Andrea Del Prete authored
[bindings][formulations] add binding for removeFromHqpData
-
Rohan Budhiraja authored
-
- 19 Apr, 2019 2 commits
-
-
Andrea Del Prete authored
[robotwrapper] create constructor from pinocchio::model
-
Rohan Budhiraja authored
-
- 18 Apr, 2019 1 commit
-
-
student authored
-
- 17 Apr, 2019 1 commit
-
-
Andrea Del Prete authored
[Notebooks] Fix the waist task - Working examples
-
- 15 Apr, 2019 6 commits
-
-
NoelieRamuzat authored
The plot_utils.py file should be placed in the parent directory of the notebooks
-
NoelieRamuzat authored
Adding and fixing the waist task for Pyrène. The control is now working on both exercises. Be careful to use joints and not frames when defining the Tasks and Trajectories. ie: use 'root_joint' and not 'base_link' for the waist. Change the weights and gains: use the one of Pierre Fenrbach.
-
Andrea Del Prete authored
Convert the exercizes into jupyter notebooks
-
NoelieRamuzat authored
Change the create_empty_figure() method: - Add an argument figsize to the method (to (7,7) by default) - Add the figsize argument to the subplots Try to add a task on the waist of Pyrène to fix the control (ex1). Not yet working.
-
NoelieRamuzat authored
Change a little plot_utils to fix the figsize. Add an help for the installation process which will be added in the wiki.
-
NoelieRamuzat authored
-
- 11 Apr, 2019 2 commits
-
-
Andrea Del Prete authored
Add TrajSample.pos(SE3) for python bindings.
-
Andrea Del Prete authored
Remove duplicate useLocalFrame definition. Fixes regression from #39
-
- 10 Apr, 2019 3 commits
-
-
Julian Viereck authored
-
Julian Viereck authored
-
Julian Viereck authored
-
- 09 Apr, 2019 4 commits
-
-
Andrea Del Prete authored
Expose the setMask and useLocalFrame for the TaskSE3Equality python
-
Andrea Del Prete authored
Avoid delegation costructor in Contact6d as it is a C++11 feature.
-
Julian Viereck authored
-
Julian Viereck authored
-
- 21 Mar, 2019 5 commits
-
-
Andrea Del Prete authored
Expose TaskSE3Equality::useLocalFrame to python
-
Julian Viereck authored
-
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.
-
student authored
Fix small bug showing up only in DEBUG due to malloc being forbidden before potential resize of QP matrices in EiQuadProgFast
-
student authored
Fix small bug showing up only in DEBUG mode for an inconsistency in size of the Kp, Kd vectors in ContactPoint
-
- 06 Mar, 2019 2 commits
-
-
Guilhem Saurel authored
-
Guilhem Saurel authored
Release of version 1.2.0.
-
- 04 Mar, 2019 3 commits
-
-
Guilhem Saurel authored
-
Guilhem Saurel authored
as it prevents to make a release
-
Guilhem Saurel authored
Pinocchio v2, fix #31
-