- Apr 24, 2020
-
-
Guilhem Saurel authored
-
Guilhem Saurel authored
Changes in v3.5.0: - Remove parser of KXML files. - Add convinient function to create a robot from a URDF file. - Add basic unit test for Python class AbstractHumanoidRobot.
-
- Apr 22, 2020
-
-
Guilhem Saurel authored
Changes in v4.2.2: - fix format - fix dependencies - add tests back
-
Guilhem Saurel authored
-
- Apr 21, 2020
-
-
Guilhem Saurel authored
-
Guilhem Saurel authored
-
Guilhem Saurel authored
and typo
-
Guilhem Saurel authored
-
- Apr 18, 2020
-
-
Guilhem Saurel authored
-
- Apr 14, 2020
-
-
Anthony Mallet authored
-
Anthony Mallet authored
-
Anthony Mallet authored
-
Anthony Mallet authored
-
Anthony Mallet authored
-
Anthony Mallet authored
-
Anthony Mallet authored
-
Anthony Mallet authored
-
Anthony Mallet authored
-
Anthony Mallet authored
-
Anthony Mallet authored
-
Anthony Mallet authored
-
- Apr 13, 2020
-
-
Guilhem Saurel authored
This reverts commit f88b89e3. Because this package already defines CMAKE_CXX_STANDARD to 11.
-
- Apr 10, 2020
-
-
Guilhem Saurel authored
Changes in v1.2.1: - fix backup files inside notebook folder - fix an issue with the friction cone display - add quadcopter actuation model
-
Guilhem Saurel authored
-
Guilhem Saurel authored
-
Guilhem Saurel authored
-
Guilhem Saurel authored
to fix tests in 16.04
-
Guilhem Saurel authored
Changes in v3.3.2: - fix packaging
-
Anthony Mallet authored
PAL distributions are vanilla Ubuntu, with a few custom packages in /opt/pal. The OS_VERSION is set to the Ubuntu version suffixed with .PAL. Adapt the few locations where a test on OS_VERSION == 16.04 or 18.04 is made, to include 16.04% or 18.04% and match the .PAL suffix.
-
- Apr 09, 2020
-
-
Guilhem Saurel authored
affected packages: - py-hpp-baxter
-
- Apr 08, 2020
-
-
Guilhem Saurel authored
-
Guilhem Saurel authored
-
Guilhem Saurel authored
-
- Apr 04, 2020
-
-
Guilhem Saurel authored
-
- Apr 02, 2020
-
-
Guilhem Saurel authored
Changes since v1.1.0: - templatized all the classes and structures with the scalar (for codegen and autodiff). - fixed a bug in the formulation for the quadrupedal problem (state bounds). - reduced the compilation time in Python bindings (re-structured the code). - fixed error in the expected improvement computation for terminal action in SolverFDDP. - added unittest code for cost classes (included cost factory). - reorganized the various factories used for c++ unittesting. - developed the pinocchio model factory for c++ unittesting. - added unittest code for contact classes (included the contact factory). - described cost items through shared_ptr. - described contact items through shared_ptr. - described impulse items through shared_ptr. - fixed Gauss-Newton approach for cost num-diff. - added contact num-diff class. - used virtual keyword in declaration of derived functions. - added the unittest code for free forward dynamics action model. - added the unittest code for contact forward dynamics action model. - included the cost status in cost sum for global memory allocation. - included the contact status in cost sum for global memory allocation. - included the impulse status in cost sum for global memory allocation. - removed duplication function for retrieving models and datas in solvers (now we do only through shooting problem interface). - allowed to write internal data of Numpy-EigenPy objects. - added a general method for setting and getting cost reference. - added squashing function abstraction. - added unittest code for testing cost, contact and impulse status. - moved to CMake exports
-
Guilhem Saurel authored
Changes since v0.4.0: - [CMake] fix pinocchio detection - [CMake] export CURVES_WITH_PINOCCHIO_SUPPORT
-
Guilhem Saurel authored
Changes since v3.1.2: - delete duplicate file - Add the IRIS quadcopter model - [CMake] Export
-
- Apr 01, 2020
-
-
Guilhem Saurel authored
This is a run time dependency, as config/sot_talos_params*.yaml have: > libname: libsot-pyrene-controller.so While here, rework Makefile to remove PKGNAME.
-
Guilhem Saurel authored
to fix build, while ros-image-pipeline detection is broken. ref https://git.openrobots.org/issues/246 & CMAKE_PREFIX_PATH modifications in dependencies.
-
Guilhem Saurel authored
As it builds at least on Arch. While here, rework the Makefile, to remove PKGBASE.
-