- Jun 25, 2013
-
-
Francesco Morsillo authored
-
- Jun 24, 2013
-
-
Francesco Morsillo authored
-
- Jun 13, 2013
-
-
student authored
-
- Jun 06, 2013
-
-
Francesco Morsillo authored
-
- Jun 05, 2013
-
-
Francesco Morsillo authored
-
Francesco Morsillo authored
-
- May 31, 2013
-
-
Francesco Morsillo authored
-
Francesco Morsillo authored
-
- May 28, 2013
-
-
Florent Lamiraux authored
Add command clear in Task and fix bug in FeaturePoint6dRelative
-
Francesco Morsillo authored
-
- May 27, 2013
-
-
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.
-
- May 22, 2013
-
-
Francois Keith authored
-
- May 15, 2013
-
-
olivier stasse authored
-
- Apr 12, 2013
-
-
olivier stasse authored
- Apr 09, 2013
-
-
Florent Lamiraux authored
These symbols have been moved to sot-tools.
-
- Apr 08, 2013
-
-
Florent Lamiraux authored
-
- Apr 04, 2013
-
-
Florent Lamiraux authored
-
- Jan 23, 2013
-
-
Florent Lamiraux authored
- replace commande setPosture by input signal posture. - dimension of feature is equal to number of active dofs.
-
- Jan 18, 2013
-
-
Francois Keith authored
-
Nicolas Mansard authored
Conflicts: src/dynamic_graph/sot/core/__init__.py
-
Nicolas Mansard authored
-
- Jan 17, 2013
-
-
Nicolas Mansard authored
-
Nicolas Mansard authored
-
Nicolas Mansard authored
-
Nicolas Mansard authored
-
Nicolas Mansard authored
-
- Jan 16, 2013
-
-
Florent Lamiraux authored
-
- Dec 19, 2012
-
-
Francois Keith authored
-
- Dec 06, 2012
-
-
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})
-
- Nov 23, 2012
-
-
Florent Lamiraux authored
-
- Nov 07, 2012
-
-
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.
-
- Nov 04, 2012
-
-
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.
-
- Nov 01, 2012
-
-
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.
-
- Oct 16, 2012
-
-
Thomas Moulard authored
-