Commits on Source (63)
-
Oscar E. Ramos P authored
-
Francois Keith authored
Remove useseless dependency in sot-dyninv. Add the two missing tasks.
-
Francois Keith authored
-
Francois Keith authored
-
Francesco Morsillo authored
-
Francesco Morsillo authored
-
olivier stasse authored
Pointed out by Aurelie Clodic.
-
Francesco Morsillo authored
Added secondOrderKinematics option with drift Jdot*dq compensation in solver-kine and userfriendly changes/commentaries in solver-op-space.cpp
-
Francesco Morsillo authored
-
Francesco Morsillo authored
-
Francesco Morsillo authored
Added secondOrderKinematics option with drift Jdot*dq compensation in solver-kine and userfriendly changes/commentaries in solver-op-space.cpp
-
Francesco Morsillo authored
-
Francesco Morsillo authored
-
Francesco Morsillo authored
-
Francesco Morsillo authored
-
Francesco Morsillo authored
-
Francesco Morsillo authored
-
Francesco Morsillo authored
Modified function name and command to set second order kinematics in order to uniform it to Device::setSecondOrderIntegration
-
Oscar E. Ramos P authored
Define MetaTaskDynLimits to handle the joint limits in the dynamic solver. The gain is arbitrarily set.
-
Oscar E. Ramos P authored
-
Oscar E. Ramos P authored
There is meta_task_dyn_passing_point to help in the initialization of this task
-
Francois Keith authored
Those scripts are now in sot-pg and sot-dynamic.
-
Francois Keith authored
-
Francesco Morsillo authored
-
Francesco Morsillo authored
-
Thomas Moulard authored
-
Thomas Moulard authored
[skip ci]
-
Thomas Moulard authored
-
Thomas Moulard authored
-
Thomas Moulard authored
-
Francois Keith authored
-
Francois Keith authored
They have been moved in sot-dynamic/sot-pattern-generator.
-
Francois Keith authored
-
Francois Keith authored
-
Francois Keith authored
-
olivier stasse authored
-
Francois Keith authored
Use the dedicated macro to this purpose. The error came from the fact that the method was not declared as const. The consequences were that the following python orders were possible: mytask = TaskInequality ('mytask') mytask = Task ('mytask') The second line should crash but doesn't, because the method getClassName called is the one of the mother class.
-
Francois Keith authored
-
Francois Keith authored
Again, for homogeneization purposes.
-
Francois Keith authored
-
Francois Keith authored
-
Francois Keith authored
This allows to do 'print solver' in the python interface. The 'dispTask' method is kept for transition purpose.
-
Guilhem Saurel authored
-
Guilhem Saurel authored
-
Guilhem Saurel authored
-
Guilhem Saurel authored
[CI] add .gitlab-ci.yml
-
-
-
Guilhem Saurel authored
This reverts commit 292cbff2797a240007f293abfb6bfc66c5de5ab4.
-
Guilhem Saurel authored
-
Guilhem Saurel authored
-
Guilhem Saurel authored
[CI] Update .gitlab-ci.yml for v3
-
Guilhem Saurel authored
-
Guilhem Saurel authored
-
Guilhem Saurel authored
delete shell
-
Guilhem Saurel authored
-
Guilhem Saurel authored
[CMake] add BUILD_PYTHON_INTERFACE option
-
-
Guilhem Saurel authored
-
Guilhem Saurel authored
-
Guilhem Saurel authored
Showing
- .gitignore 1 addition, 1 deletion.gitignore
- .gitlab-ci.yml 1 addition, 0 deletions.gitlab-ci.yml
- .travis.yml 30 additions, 0 deletions.travis.yml
- .travis/build 51 additions, 0 deletions.travis/build
- AUTHORS 1 addition, 0 deletionsAUTHORS
- CMakeLists.txt 22 additions, 19 deletionsCMakeLists.txt
- README.md 7 additions, 2 deletionsREADME.md
- cmake 1 addition, 1 deletioncmake
- doc/CMakeLists.txt 0 additions, 5 deletionsdoc/CMakeLists.txt
- doc/Doxyfile.extra.in 1 addition, 1 deletiondoc/Doxyfile.extra.in
- doc/additionalDoc/package.hh 0 additions, 74 deletionsdoc/additionalDoc/package.hh
- include/CMakeLists.txt 0 additions, 1 deletioninclude/CMakeLists.txt
- python/CMakeLists.txt 18 additions, 0 deletionspython/CMakeLists.txt
- python/ros/ros-kineromeo.py 0 additions, 99 deletionspython/ros/ros-kineromeo.py
- python/ros/ros-walkromeo.py 0 additions, 135 deletionspython/ros/ros-walkromeo.py
- python/ros/sot-concept.py 11 additions, 2 deletionspython/ros/sot-concept.py
- python/unittests/dynSimpleTest.py 245 additions, 0 deletionspython/unittests/dynSimpleTest.py
- python/unittests/kinesimple.py 37 additions, 22 deletionspython/unittests/kinesimple.py
- python/unittests/walkromeo.py 0 additions, 155 deletionspython/unittests/walkromeo.py
- src/CMakeLists.txt 24 additions, 21 deletionssrc/CMakeLists.txt
.gitlab-ci.yml
0 → 100644
.travis.yml
0 → 100644
.travis/build
0 → 100755
doc/CMakeLists.txt
deleted
100644 → 0
python/CMakeLists.txt
0 → 100644
python/ros/ros-kineromeo.py
deleted
100644 → 0
python/ros/ros-walkromeo.py
deleted
100644 → 0
python/unittests/dynSimpleTest.py
0 → 100644
python/unittests/walkromeo.py
deleted
100644 → 0