- 10 Mar, 2021 4 commits
-
-
Andrea Del Prete authored
-
Andrea Del Prete authored
-
Andrea Del Prete authored
-
Andrea Del Prete authored
[c++] Do not label problem as not solved if constraint violations are detected because small violations may be tolerable (only affected debug mode)
-
- 26 Feb, 2021 1 commit
-
-
Andrea Del Prete authored
-
- 11 Dec, 2020 2 commits
-
-
Andrea Del Prete authored
[c++] Fix bug in computation of position tracking error in TaskSE3Equality when expressing quantities in local frame.
-
Andrea Del Prete authored
[C++] Standardize names of methods to get and set mask in motion tasks. Add python bindings for setting/getting masks in TaskCOM and TaskSE3Equality.
-
- 09 Dec, 2020 1 commit
-
-
Andrea Del Prete authored
[c++] Fix bug in TaskSE3Equality: when expressing task quantities in world frame there was a mistake in the transform of the position error from local to world frame. Switch from log6 to log3 to avoid coupling between orientation error and translation error, which made task mask not work properly.
-
- 25 Nov, 2020 1 commit
-
-
Andrea Del Prete authored
-
- 20 Nov, 2020 1 commit
-
-
JB Mouret authored
Add mask to task-com-equality Authored-by: Pauline Maurice, Eloise Dalin @dalinel and JB Mouret @jbmouret
-
- 25 Sep, 2020 2 commits
-
-
Jean-Baptiste Mouret authored
-
Jean-Baptiste Mouret authored
-
- 24 Sep, 2020 1 commit
-
-
Jean-Baptiste Mouret authored
-
- 22 Sep, 2020 3 commits
-
-
Thomas PEYRUCAIN authored
tsid/src/tasks/task-motion.cpp: In member function ‘virtual const TrajectorySample& tsid::tasks::TaskMotion::getReference() const’: tsid/src/tasks/task-motion.cpp:43:89: warning: returning reference to temporary [-Wreturn-local-addr] const TrajectorySample & TaskMotion::getReference() const { return TrajectorySample(); } ^
-
Thomas PEYRUCAIN authored
Try to fix this warning: tsid/src/tasks/task-capture-point-inequality.cpp:103:77: warning: unused parameter ‘t’ [-Wunused-parameter] const ConstraintBase & TaskCapturePointInequality::compute(const double t, ^ tsid/src/tasks/task-capture-point-inequality.cpp:104:68: warning: unused parameter ‘q’ [-Wunused-parameter] ConstRefVector q, ^ /home/rascof/tsid/src/tasks/task-capture-point-inequality.cpp:105:68: warning: unused parameter ‘v’ [-Wunused-parameter] ConstRefVector v, ^
-
Thomas PEYRUCAIN authored
-
- 11 Jul, 2020 1 commit
-
-
Andrea Del Prete authored
-
- 10 Jul, 2020 1 commit
-
-
Andrea Del Prete authored
[c++] Add asserts in RobotWrapper methods to check whether joint index and frame index are within bounds. Replace deprecated method pinocchio::framesForwardKinematics with its new version.
-
- 09 Jul, 2020 1 commit
-
-
eloise authored
-
- 07 Jul, 2020 2 commits
-
-
Pierre Desreumaux authored
-
Pierre Desreumaux authored
-
- 06 Jul, 2020 1 commit
-
-
Pierre Desreumaux authored
-
- 11 Jun, 2020 1 commit
-
-
Aurelie B authored
* Function setGravity added Co-authored-by:
Aurélie Bonnefoy <abonnefoy@laas.fr>
-
- 25 May, 2020 2 commits
-
-
Guilhem Saurel authored
Following https://github.com/stack-of-tasks/pinocchio/pull/1220, some Data can't be const anymore. This commit just removed const until compilation succedded again.
-
Pierre Desreumaux authored
-
- 19 May, 2020 1 commit
-
-
Pierre Desreumaux authored
-
- 15 May, 2020 2 commits
-
-
Pierre Desreumaux authored
-
Pierre Desreumaux authored
-
- 13 May, 2020 2 commits
-
-
Fernbach Pierre authored
* [Python] add updateRigidContactWeights to the formulation API * updateRigidContactWeights: return True even if no motion_task are found when motion_weight < 0
-
paLeziart authored
Co-authored-by:
paLeziart <paleziart@laas.fr>
-
- 10 May, 2020 1 commit
-
-
Olivier Stasse authored
-
- 22 Apr, 2020 1 commit
-
-
eloise authored
-
- 20 Apr, 2020 1 commit
-
-
Eloïse Dalin authored
Add task to handle joint position-velocity-acceleration bounds using the algorithm explained in "Joint Position and Velocity Bounds in Discrete-Time Acceleration/Torque Control of Robot Manipulators." IEEE RAL, https://hal.archives-ouvertes.fr/hal-01356989/document Authored-by:
eloise <eloise.dalin@inria.fr>
-
- 14 Apr, 2020 1 commit
-
-
eloise authored
-
- 31 Mar, 2020 2 commits
- 23 Mar, 2020 1 commit
-
-
Guilhem Saurel authored
moved scripts to unittest/python/, and headers into include/
-
- 19 Feb, 2020 1 commit
-
-
Fernbach Pierre authored
* [python] add task-angular-momentum-equality to formulation api * [task] add task-angular-momentum-equality * [python] expose task-am-equality * fix mistake introduced by merge * fix includes in angular-momentum-equality-task * Task-am-equality now inherited from TaskMotion instead of TaskBase * [Python] update to changes in task-am-equality : inherit from taskMotion * Task-am-equality; refactor getDesireddMomentum -> getDesiredMomentumDerivative * [Python] Task-am-equality: refactor getDesireddMomentum -> getDesiredMomentumDerivative * Task-am-equalit: comment print of error at each iteration * Task-am-equality: remove direct use of ccrba and use RobotWrapper instead * [Python] scripts: update task-am-equality test to python3 * [Python] script/test_Tasks.py : refactor se3 -> pin * [Python] scripts/test_Tasks.py update to changes in pinocchio::neutralConfiguration * task-am-equality: use pinocchio::computeCentroidalMomentumTimeVariation method in compute() * [Python] script/test_Tasks.py: compare the two drift computation methods * [CmakeList] update minimum Pinocchio version to 2.2.0 * Add angularMomentumTimeVariation method in RobotWrapper * [Python] expose RobotWrapper::angularMomentumTimeVariation Co-authored-by:
Sanghyun Kim <38058103+ggory15@users.noreply.github.com>
-
- 27 Jun, 2019 1 commit
-
-
Andrea Del Prete authored
-
- 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.
-