- Dec 11, 2011
-
-
Thomas Moulard authored
-
- Jun 21, 2011
-
- Jun 20, 2011
-
-
Florent Lamiraux authored
global variables g_pool and g_factory have been replaced by PoolStorage::getInstance and FactoryStorage::getInstance static methods.
-
- Jun 07, 2011
-
-
Florent Lamiraux authored
-
Florent Lamiraux authored
When help was invoked with a wrong command name, the interpreter failed with segmentation fault.
-
- Apr 14, 2011
-
-
- Mar 21, 2011
-
-
Florent Lamiraux authored
-
Florent Lamiraux authored
Merge branches 'topic/jrl-mal' and 'topic/jrl-mal' of ssh://github.com/jrl-umi3218/dynamic-graph-python into topic/jrl-mal
-
- Mar 15, 2011
-
-
-
-
-
Florent Lamiraux authored
-
- Mar 14, 2011
-
-
Conflicts: src/entity-py.cc src/signal-base-py.cc
-
-
- Mar 10, 2011
-
-
Florent Lamiraux authored
This avoids to miss exceptions and to terminate the python interpreter.
-
- Mar 09, 2011
-
-
- Mar 04, 2011
-
-
Duong Dang authored
-
- Feb 21, 2011
-
-
Florent Lamiraux authored
-
- Feb 16, 2011
-
-
-
-
-
Corrected a syntax error in an exception raising + remove the shortcut .m from the class basic definition.
-
- Feb 14, 2011
-
-
-
-
Remove the script shortcuts from the basic definition of Entity.
-
Added the setattrpath function to handle for command name with . inside, like: robot.periodicCall.addSignal.
-
- Feb 11, 2011
-
-
Florent Lamiraux authored
-
Florent Lamiraux authored
-
-
-
-
Changed the call to create_entity: when the required creation names already exists, check is the existing object is of the same class. If it is, returns the existing object instead of creating a new oine.
-
-
-
- Feb 10, 2011
-
-
Florent Lamiraux authored
This is required in order to make import of module dl succeed.
-
- Feb 08, 2011
-
-
Florent Lamiraux authored
-
- Feb 03, 2011
-
-
- Feb 02, 2011
-
-