- Feb 14, 2011
-
-
Added the setattrpath function to handle for command name with . inside, like: robot.periodicCall.addSignal.
-
- Feb 11, 2011
-
-
-
-
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
-
-
- Jan 31, 2011
-
-
Florent Lamiraux authored
-
- Jan 28, 2011
-
-
Florent Lamiraux authored
-
- Jan 27, 2011
-
-
-
Added some specific convertion for vector, matrix and double signal, from C to Python (to avoid unnecessary convertion through strings.
-
-
-
- Jan 25, 2011
-
-
- Jan 24, 2011
-
-
Florent Lamiraux authored
This function is equivalent to print() under python, is equivalent to str() in dg-python.
-
-
-
-
- Jan 23, 2011
-
-
Florent Lamiraux authored
-
Florent Lamiraux authored
Executable dg-python emulates a minimal python interpreter. The interpreter is able to - execute single statements: (import, print,...), - evaluate expressions. Expressions and statements are separated by semi-colons. Several statements and/or evaluations between two semi-colons yield an undefined behavior.
-
- Jan 20, 2011
-
-
Florent Lamiraux authored
-
Florent Lamiraux authored
-
Florent Lamiraux authored
-
Thomas Moulard authored
-
Florent Lamiraux authored
-
Florent Lamiraux authored
-
Thomas Moulard authored
-
Thomas Moulard authored
-
- Jan 19, 2011
-
-
Florent Lamiraux authored
C++ entity might still be in use.
-
Florent Lamiraux authored
-
-
Florent Lamiraux authored
* src/dynamic-graph-py.cc, * src/dynamic_graph/signal_base.py, * src/signal-base-py.cc.
-
- Jan 18, 2011
-
-