- Feb 03, 2020
-
-
At the moment, it is not possible to bind from Python to C++. See TODO
-
-
- Jan 30, 2020
-
-
Change branch from debian to devel Modifies .travis.yml to avoid using catkin_make For now test classical compiling suite. Should be better to try catkin build. Synchronize travis
-
- Jan 24, 2020
-
-
Guilhem Saurel authored
WIP: CMake exports
-
- Jan 23, 2020
-
-
Guilhem Saurel authored
This should be temporary, until either: - we find a proper solution in the submodule - we are sure that no project use the .pc anymore
-
Guilhem Saurel authored
-
Guilhem Saurel authored
-
Guilhem Saurel authored
-
Guilhem Saurel authored
-
Olivier Stasse authored
-
Olivier Stasse authored
-
Olivier Stasse authored
-
Olivier Stasse authored
-
Olivier Stasse authored
-
Olivier Stasse authored
-
Olivier Stasse authored
-
Olivier Stasse authored
-
Guilhem Saurel authored
- Dec 12, 2019
-
-
Joseph Mirabel authored
[Doc] improve doc of setLoggerVerbosityLevel
-
Joseph Mirabel authored
-
- Dec 11, 2019
-
-
Joseph Mirabel authored
fix #39
- Dec 05, 2019
-
-
Guilhem Saurel authored
to fix #39 also in Python2
-
Guilhem Saurel authored
-
Guilhem Saurel authored
As PyState_AddModule is not yet called in the module definition, PyState_FindModule will not work, so for Python 3 we need to get the module from the methods definition to retrieve a pointer to dgpyError. Fix #39
-
Guilhem Saurel authored
This adds a command in Custom Entity that acts on the input signal. Acting on this input signal before setting it should raise an exception from dynamic-graph. test_dg_exc was added to check that, and fails for now. ref https://github.com/stack-of-tasks/dynamic-graph-python/issues/39 While here, fix exception type check in test_bindings.
-
Guilhem Saurel authored
explicit error in case of misuse of dg.plug, fix #36
-
- Dec 03, 2019
-
-
Guilhem Saurel authored
As, from the docs: > Passing arguments of the wrong type (e.g. passing a list when an int > is expected) should result in a TypeError. Thanks @jmirabel
-
- Dec 02, 2019
-
-
Guilhem Saurel authored
thanks @jviereck
-
Guilhem Saurel authored
-
Guilhem Saurel authored
-
Guilhem Saurel authored
check signal types in dg.plug, fix #36
-
- Nov 28, 2019
-
-
Guilhem Saurel authored
While here, develop test from previous commit, and fix another test in the same file. fix #36
-
Guilhem Saurel authored
For now, this test doesn't pass, as an exception is not properly fired, but we get a segfault instead.
-
- Nov 05, 2019
-
-
Guilhem Saurel authored
-
Guilhem Saurel authored
-
Guilhem Saurel authored
- Nov 04, 2019
-
-
Guilhem Saurel authored
-