- 05 Jun, 2013 2 commits
-
-
Francesco Morsillo authored
-
Francesco Morsillo authored
-
- 31 May, 2013 2 commits
-
-
Francesco Morsillo authored
-
Francesco Morsillo authored
-
- 28 May, 2013 2 commits
-
-
florent-lamiraux authored
Add command clear in Task and fix bug in FeaturePoint6dRelative
-
Francesco Morsillo authored
-
- 27 May, 2013 2 commits
-
-
Francesco Morsillo authored
Signal errordotSOUT was created twice. This raised an exception at instance creation.
-
Florent Lamiraux authored
Entity names with dashes make dot crash when translating the graph into pdf. Put names into double quotes.
-
- 22 May, 2013 1 commit
-
-
Francois Keith authored
-
- 15 May, 2013 1 commit
-
-
olivier stasse authored
-
- 12 Apr, 2013 2 commits
-
-
olivier stasse authored
-
olivier stasse authored
-
- 09 Apr, 2013 1 commit
-
-
Florent Lamiraux authored
These symbols have been moved to sot-tools.
-
- 08 Apr, 2013 1 commit
-
-
Florent Lamiraux authored
-
- 04 Apr, 2013 1 commit
-
-
Florent Lamiraux authored
-
- 23 Jan, 2013 1 commit
-
-
Florent Lamiraux authored
- replace commande setPosture by input signal posture. - dimension of feature is equal to number of active dofs.
-
- 18 Jan, 2013 3 commits
-
-
Francois Keith authored
-
Conflicts: src/dynamic_graph/sot/core/__init__.py
-
-
- 17 Jan, 2013 5 commits
-
-
- 16 Jan, 2013 1 commit
-
-
Florent Lamiraux authored
-
- 19 Dec, 2012 1 commit
-
-
Francois Keith authored
-
- 06 Dec, 2012 2 commits
-
-
Florent Lamiraux authored
Signal velocitySIN has been added to provide the reference velocity of the feature. This signal is used to compute the error time derivative produced by the reference velocity, i.e. the variation of the error if no correction is done.
-
Florent Lamiraux authored
\dot{e} &=& J\dot{q} + \frac{\partial e}{\partial t}\\ \dot{q} &=& J^{+} (\dot{e}^{*} - \frac{\partial e}{\partial t})\\ &=& J^{+} (-\lambda e - \frac{\partial e}{\partial t})
-
- 23 Nov, 2012 1 commit
-
-
Florent Lamiraux authored
-
- 07 Nov, 2012 2 commits
-
-
Florent Lamiraux authored
- some assertions seem not to ever have been compiled in debug mode.
-
Florent Lamiraux authored
- At entity construction, x_est and P depend on no signals - when initializing the entity with initial state estimation and variance, - signal x_est is set to this initial values and signal dependencies are set.
-
- 04 Nov, 2012 1 commit
-
-
Florent Lamiraux authored
Implement extended Kalman filter: user should provide - predicted state, - predicted observation, - partial derivative of state transition, - partial derivation of observation function through input signals. Implement python bindings.
-
- 01 Nov, 2012 3 commits
-
-
Florent Lamiraux authored
-
Florent Lamiraux authored
in -> sin since "in" is a key word in python language, out -> sout for consistency.
-
Florent Lamiraux authored
- encapsulate into namespace dynamicgraph::sot, - define commands to set and get parameters, - empty commandline method.
-
- 16 Oct, 2012 1 commit
-
-
Thomas Moulard authored
-
- 27 Sep, 2012 3 commits
-
-
Florent Lamiraux authored
- output is linear combination of inputs with defaults coefficients as 1, - add documentation.
-
Florent Lamiraux authored
-
Florent Lamiraux authored
-
- 26 Sep, 2012 1 commit
-
-
Florent Lamiraux authored
-