- 24 May, 2019 1 commit
-
-
Olivier Stasse authored
-
- 22 May, 2019 2 commits
-
-
Olivier Stasse authored
-
Olivier Stasse authored
-
- 14 May, 2019 1 commit
-
-
Olivier Stasse authored
This prevent to install plugin and libraries when in python only mode.
-
- 13 May, 2019 1 commit
-
-
The ddp-actuator-solver depends on the qpOASES library which was not linked to the plugin in the CMakeLists.
-
- 13 Sep, 2018 1 commit
-
-
Olivier Stasse authored
Provides a DDP solver to control one actuator.
-
- 14 Aug, 2018 1 commit
-
-
Guilhem Saurel authored
-
- 11 Dec, 2017 1 commit
-
-
Andrea Del Prete authored
-
- 05 Oct, 2017 1 commit
-
-
andreadelprete authored
[current-ctrl] Create new entity CurrentController (the current control was previously implemented inside the ControlManager)
-
- 16 Sep, 2017 1 commit
-
-
Rohan Budhiraja authored
Takes the numerator and denominator of the filter and applies the filter to the signal. Also it does finite differencing on the output to create derivative of the signal
-
- 05 Sep, 2017 4 commits
-
-
andreadelprete authored
[imu-offset-compensation] Add new entity to compensate for IMU offset. Modify main_v3 function to use base-estimator (rather than free-flyer-locator). Conflicts: CMakeLists.txt python/dynamic_graph/sot/torque_control/create_entities_utils.py
-
andreadelprete authored
Conflicts: CMakeLists.txt
-
andreadelprete authored
Conflicts: src/madgwickahrs.cpp
-
Rohan Budhiraja authored
Add entity to estimate the joint torque sensor offsets. * [torque-offset-estimator] remove hardcoded joint values * [MINOR] *check gyro values only when calibrating. *change unittest check message * add plugin to src/CMakeLists * [MINOR] * change indentation * change init to take joint names instead of joint indices * remove joint remapping. use the urdf joint order directly Conflicts: CMakeLists.txt src/CMakeLists.txt
-
- 26 Jun, 2017 1 commit
-
-
andreadelprete authored
[device-torque-ctrl] Add device to test torque control: the device can take joint torque as input and (for the moment) it assumes that the robot's feet are attached to the ground.
-
- 22 Jun, 2017 1 commit
-
-
andreadelprete authored
Conflicts: CMakeLists.txt src/CMakeLists.txt
-
- 16 Jun, 2017 1 commit
-
-
andreadelprete authored
-
- 09 Jun, 2017 3 commits
-
-
Olivier Stasse authored
-
Olivier Stasse authored
Makes RobotUtil shareable across several classes. Implements the initialization of RobotUtil in controller-manager. Implements ForceUtil and ForceLimits Implements display for ForceUtil, ForceLimits, and RobotUtil. Access to the subsequent commands can only be done after entity initialization. Changes should be reflected on the other entities.
-
Olivier Stasse authored
-
- 22 May, 2017 1 commit
-
-
Rohan Budhiraja authored
Make vel-acc-estimator more generic. Rename to NumericalDifference Deals with stack-of-tasks/sot-torque-control#12
-
- 18 May, 2017 1 commit
-
-
Rohan Budhiraja authored
Edit cpp files Deals with stack-of-tasks/sot-torque-control#12
-
- 12 May, 2017 1 commit
-
-
andreadelprete authored
[balance-ctrl] Add foot task when a contact constraint is removed. Add trajectory generator for SE3 (even though the orientation part is not working yet.
-
- 07 Apr, 2017 1 commit
-
-
Rohan Budhiraja authored
-
- 31 Mar, 2017 1 commit
-
-
andreadelprete authored
-