- Aug 09, 2012
-
-
Florent Lamiraux authored
-
Florent Lamiraux authored
-
- Jul 29, 2012
-
-
Nicolas Mansard authored
-
- May 15, 2012
-
-
Thomas Moulard authored
-
- Apr 18, 2012
-
-
Francois Keith authored
-
- Apr 17, 2012
-
-
Keith Francois authored
This does not affect the compilation on Ubuntu 10.04.
-
- Mar 22, 2012
-
-
Florent Lamiraux authored
-
Florent Lamiraux authored
Implemented getDocString method, Remove DYNAMIC_GRAPH_ENTITY_DECL() in class GripperControl.
-
- Mar 20, 2012
-
-
Florent Lamiraux authored
FeaturePositionRelative is a wrapper python Entity class that creates two FeaturePoint6dRelative and plug signals given as input.
-
- Mar 15, 2012
-
-
Thomas Moulard authored
It may happen that periodic commands throw exceptions. This patch makes sure they are caught. Unfortunately, there is no easy way to provide a programmatic feedback on this so for now, we just print them on stderr.
-
- Mar 12, 2012
-
-
Thomas Moulard authored
-
Thomas Moulard authored
-
- Mar 09, 2012
-
-
Florent Lamiraux authored
-
Florent Lamiraux authored
In sot/core/__init__.py, entities used to be created in order to populate python classes with commands and signals for documentation purposes. As the documentation produced by sphinx is not yet satisfactory, it has been decided to document all packages from an external documentation package.
-
Florent Lamiraux authored
-
- Dec 26, 2011
-
-
Francois Keith authored
-
Francois Keith authored
Remove declaration of methods not any more implemented.
-
Francois Keith authored
-
Francois Keith authored
Also, small cleaning.
-
Francois Keith authored
-
Francois Keith authored
-
Keith Francois authored
-
Francois Keith authored
This is almost like the previous commits. The difference is that the part corresponding to the specialization of the code is templated (and not exported). So as to reuse this code, it has now be moved into a .t.cpp file. The integration-*.cpp file now only contrains the definition required by the library.
-
Francois Keith authored
-
Francois Keith authored
To this purpose, add a specification for the class derivator. For unix systems, this only comes down to creating a typename. For win32 systems, the idea is to create a class that will inherit the specification and be exported.
-
Francois Keith authored
-
Francois Keith authored
-
Francois Keith authored
-
Keith Francois authored
Remove the command MAKE_DIRECTORY that has been moved in python.cmake
-
Keith Francois authored
-
Francois Keith authored
-
Francois Keith authored
-
Francois Keith authored
-
Francois Keith authored
-
Francois Keith authored
-
Francois Keith authored
-
Francois Keith authored
-
Francois Keith authored
- correct the mkdir command to make it cross-platforms - remove the '/' in the module name (forbidden in win32 systems)
-
Francois Keith authored
-
Francois Keith authored
-