- Feb 26, 2010
-
-
Florent Lamiraux authored
* CMakeLists.txt: increment version number and update dependency requirements.
-
- Feb 25, 2010
-
-
Florent Lamiraux authored
* src/SimplePluginManager.cpp: aBuffer was allocated with size 32768 and initialized to 0 over "size" bytes. Sometimes, "size" haapens to be more than 32768.
-
- Feb 17, 2010
-
-
Olivier Stasse authored
-
Olivier Stasse authored
-
Olivier Stasse authored
-
Olivier Stasse authored
Because there are now several instances of Preview control with different settings, this commit draw a clean cut between Kajita's scheme and the others regarding this object.
-
- Feb 16, 2010
-
-
Olivier Stasse authored
-
- Feb 10, 2010
-
-
Olivier Stasse authored
Recursive calls to the weights seems to trigger different resolutions leading finally to the apparitions of Nan. This commit is just for book-keeping.
-
Olivier Stasse authored
Add a sensitivity term to the generation of the polynomial. Due to the impossibility to represent some numbers, the strict test on time value fails and some value for the feet may not be generated. This happen quite frequently for long sequences of steps.
-
Olivier Stasse authored
-
Olivier Stasse authored
Previously the computation of the weights had to be triggered manually. This is not anymore the case with this commit.
-
Olivier Stasse authored
-
Olivier Stasse authored
-
Andrei Herdt authored
Inherited method is not called. This can be fix by a better inheritance/protected mecanism (to be implemented soon).
-
- Jan 20, 2010
-
-
Francois Keith authored
-
- Jan 19, 2010
-
-
Olivier Stasse authored
Following complaints from users on the downloading time, those files are removed. Thus it will still be long to clone the repository but no extension of the time is to be expected if the documentation is changed. Moreover the next documentation will be limited to the public interface, generated by doxygen. For people interested by the algorithms, please read the papers given in reference in each source file.
-
- Jan 13, 2010
-
-
Florent Lamiraux authored
When m_SamplingPeriod=0, the program may exit whitout segv when trying to resize a vector with a dummy size.
-
- Dec 22, 2009
-
-
Olivier Stasse authored
-
- Nov 18, 2009
-
-
Olivier Stasse authored
-
Olivier Stasse authored
-
Olivier Stasse authored
Call EvaluateStartingState in CommonInitialization. Closer to SoT setup.
-
Olivier Stasse authored
-
Olivier Stasse authored
Deals with wrong parameters initialization when calling PreviewControl::ComputeOptimalWeights.
-
Olivier Stasse authored
Plus code cleaning up.
-
- Nov 13, 2009
-
-
Florent Lamiraux authored
-
- Nov 10, 2009
-
-
Florent Lamiraux authored
-
Florent Lamiraux authored
-
- Nov 06, 2009
-
-
Olivier Stasse authored
-
Olivier Stasse authored
The code is clean of reference to HRP-2 or related to specific code of GRX.
-
Olivier Stasse authored
Morisawa:Validated through experiments and the Stack of Tasks Kajita:Validation through OpenHRP-2 dynamic (seems unstable) not yet in the robot. Wieber2006: Untested. Dimitar2009: Untested.
-
Olivier Stasse authored
-
Olivier Stasse authored
-
Olivier Stasse authored
-
Olivier Stasse authored
-
Olivier Stasse authored
-
Olivier Stasse authored
DoubleStagePreviewControlStrategy was unable to read properly the previewcontroltime and samplingperiod calls. Fix a problem in the delayed footsteps introduced in the FIFO.
-
- Nov 04, 2009
-
-
Olivier Stasse authored
The initialization should compute the position of the CoM in the reference frame for which the center is the projection of the Waist on the floor.
-
- Nov 02, 2009
-
-
Olivier Stasse authored
-
Olivier Stasse authored
The FIFO of the feet is now properly synchronized with the FIFO ZMP reference. Code cleaning removing old debbuging part.
-