- Jun 02, 2011
-
-
Andrei authored
- Fix bug in convex_hull_t::rotate... - Clean up in several files
-
- May 18, 2011
-
-
Andrei authored
Changed initialization of the CoM to take into account the height provided by the model. The class LinearizedInvertedPendulum2D will be adapted soon to allow for variant height and multiple bodies.
-
- May 16, 2011
-
-
Andrei authored
Adapt names to prefered convention Introduce security margin to the angular joint limits for the computation of the trunk velocity Minor clean up
-
- Mar 10, 2011
-
-
Olivier Stasse authored
This will be further modified with boost:assign.
-
Olivier Stasse authored
-
Olivier Stasse authored
Default bound on hip joints angular velocity are very important for robot models which do not define them. This is the case for the sample robot. If no default bound are defined, the robot does not turn...
-
- Mar 07, 2011
-
-
Olivier Stasse authored
-
- Mar 02, 2011
-
-
Olivier Stasse authored
When checking, please be careful to have your wireless connection off. It might jam the time profile.
-
Olivier Stasse authored
-
Olivier Stasse authored
-
- Feb 28, 2011
-
-
Olivier Stasse authored
-
Olivier Stasse authored
-
Olivier Stasse authored
When trying an array of data one should test if the size is zero. Indeed in such case, the time to handle the error by the system can be prohibitive. This commit lower the time to allocate memory from 18 ms to 8 ms. A better policy would be to allocate memory when called by the control part which is not supposed to in the real-time part of the controller.
-
Andrei Herdt authored
-
Andrei Herdt authored
- Move templates to .hxx - Unify naming of members
-
Andrei Herdt authored
-
Andrei Herdt authored
-
Andrei Herdt authored
- FootConstraintsAsLinear... to RelativeFeetInequalities
-
Andrei Herdt authored
- Move interpretation of result to OnLineFootTraj... - add method check_solution(...) - Slight change of private member names
-
Andrei Herdt authored
-
Andrei Herdt authored
- Remove interpolateTrunkState(...) - Remove obsolete members
-
Andrei Herdt authored
for computation of global reference
-
Andrei Herdt authored
- add interpolate_trunk_orientation - hide implementation - move some members to locally declarated variables - remove dumping procedures - add accessors - simplify constructor call - add documentation
-
Andrei Herdt authored
-
Andrei Herdt authored
-
Andrei Herdt authored
- Remove interpolateFeetPositions and UpdateFootPosition
-
Andrei Herdt authored
- inherit from FootTrajectoryGenerationStandard - add UpdateFootPosition(...), interpolateFeetPositions(...) - clean up and documentation
-
Andrei Herdt authored
- make parameters private - add accessors - slight change of names - add documentation
-
Andrei Herdt authored
-
Andrei Herdt authored
-
Andrei Herdt authored
-
Andrei Herdt authored
-
Andrei Herdt authored
-
Andrei Herdt authored
- Remove initFeet() - Remove supportfoot_t variables - Change naming convention of queues
-
Andrei Herdt authored
- Replace supportfoot_t by support_state_t
-
Andrei Herdt authored
-
Andrei Herdt authored
-
Andrei Herdt authored
-
Andrei Herdt authored
-
- Feb 23, 2011
-
-
Olivier Stasse authored
-