- 20 Mar, 2019 2 commits
-
-
Olivier Stasse authored
-
Olivier Stasse authored
This is not enough to reflect all the patches from robotpkg about conflict when installing separatly python and C++ code.
-
- 19 Mar, 2019 1 commit
-
-
Olivier Stasse authored
This commit fix this.
-
- 17 Mar, 2019 13 commits
-
-
Olivier Stasse authored
Update velocityError and positionError when calling the right methods.
-
-
Olivier Stasse authored
-
Olivier Stasse authored
-
Olivier Stasse authored
Fix minor warnings.
-
Change gitignore to ignore _build*
-
Create the HandUtil structure similar to FootUtil to get the information of the hands. From the code of Paul Dandignac.
-
Create the HandUtil structure similar to FootUtil to get the information of the hands. From the code of Paul Dandignac.
-
-
Olivier Stasse authored
-
-
Olivier Stasse authored
-
Olivier Stasse authored
-
- 15 Mar, 2019 2 commits
-
-
Olivier Stasse authored
-
Olivier Stasse authored
Remove robot-utils dependency to pinocchio Uses shared_ptr<RobotUtil> instead of RobotUtil *
-
- 12 Mar, 2019 2 commits
-
-
Steve Heim authored
-
Steve Heim authored
merge with new PD controller (cleaned up using eigen properly, implement 2 new SOut, to output the error signals for position and velocity)
-
- 07 Mar, 2019 2 commits
-
-
Guilhem Saurel authored
fix build on C++11
-
Guilhem Saurel authored
src/tools/device.cpp:530:19: error: unable to find string literal operator ‘operator""what’ with ‘const char [31]’, ‘long unsigned int’ arguments CHECK_BOUNDS(state_, lowerPosition_, upperPosition_, "position"); ^
-
- 06 Mar, 2019 1 commit
-
-
Guilhem Saurel authored
Release of version 4.1.1.
-
- 01 Mar, 2019 2 commits
-
-
Added robot-utils-py.cpp in sot-core from common-py.cpp of sot-torque-control Complete the moving of "common" to "robot_utils" by moving the python wrapper Changing the CMakeLists accordingly.
-
Adding prefix m_ to the input and output signals' names. The names respect the following macros: * m_nameSIN for input signals. * m_nameSOUT for output signals.
-
- 27 Feb, 2019 1 commit
-
-
Guilhem Saurel authored
Breaking: pinocchio v2.0.0
-
- 22 Feb, 2019 5 commits
-
-
Guilhem Saurel authored
-
Guilhem Saurel authored
-
Guilhem Saurel authored
-
Guilhem Saurel authored
-
Guilhem Saurel authored
-
- 20 Feb, 2019 8 commits
-
-
-
-
Fix Issue #71
-
Found by Fanny Risbourg
-
Thx to Francois for writing this unit test.
-
TimeStep should be provided by device
-
Device should be the one prodiving its timestep.
-
-
- 15 Feb, 2019 1 commit
-
-
Steve Heim authored
-