- Dec 05, 2022
-
-
Wilson Jallet authored
-
Wilson Jallet authored
remove references to aligned
-
Wilson Jallet authored
-
Wilson Jallet authored
-
[Python] Introduce struct to expose both std::vector and aligned_vector all: change __se3_* for __pinocchio_* for pragma once all: change namespace from se3 to pinocchio The previous se3 namespace is now deprecated but can still be used all: remove license from files [bindings][pickling] add support for vector<T> aligned_vector<T> map<T> pickling. update model and data classes to make their members picklable [bindings][pickling] 1) fix includes. make picklemap borrow from picklevector 2) use pickle support for rest of data and some more of model vectors python: add converter from Python list to std::vector or aligned_vector python: fix issue on GCC related to namespace bp python: fix namespace issue python/vector: add conversion tolist for std::vector python/utils: return by reference when creating list python/utils: add return of the class for StdVector helpers python: fix return type python/pickle: fix pickling of std::map python: fix potential bug with C++11 python: make the code compliant for casadi bindings python: fix arg name python/pickle: fix compatibility issue Compilation issues with recent version of Boost python: add copy constructor and method to std::vector python: expose operator{==,!=} for std::vector Revert "python: expose operator{==,!=} for std::vector" This reverts commit 6710dd4758791b3eee1ac444945e7f507aece7f6. python/utils: update std-vector exposition python: fix issues with const reference as input argument python: fix pickling of Pinocchio data structure
-
for more information, see https://pre-commit.ci
-
Wilson Jallet authored
(std-map) Fix include guard * apply pre-commit formatting * rename namespace
-
Wilson Jallet authored
Commits from downstream are rebased & squashed
-
all: change __se3_* for __pinocchio_* for pragma once all: change namespace from se3 to pinocchio The previous se3 namespace is now deprecated but can still be used all: remove license from files [binding][std::map] Create Python visitors for std::map for aligned allocator. (and also for non-aligned maps, for the sake of completion) [referenceConfigurations] review comments of @jcarpent on #666 [bindings][pickling] add support for vector<T> aligned_vector<T> map<T> pickling. update model and data classes to make their members picklable python: add converter from Python list to std::vector or aligned_vector python: fix issue on GCC related to namespace bp all: fix template issue python/utils: factorization of the code python/vector: add conversion tolist for std::vector python/utils: return by reference when creating list python/contact: fix doc python/utils: handle std::vector for non const reference python: add helpers to return Eigen object from std containers python/utils: add return of the class for StdVector helpers python: fix return type core: fix merging issues all: fix merging python: make the code compliant for casadi bindings python/utils: fix entry type for StdVectorPythonVisitor python/utils: enhance API exposed for std::vector python: add copy constructor and method to std::vector python: expose operator{==,!=} for std::vector Revert "python: expose operator{==,!=} for std::vector" This reverts commit 6710dd4758791b3eee1ac444945e7f507aece7f6. python/utils: update std-vector exposition python: fix issues with const reference as input argument
-
- Nov 29, 2022
-
-
Guilhem Saurel authored
[pre-commit.ci] pre-commit autoupdate
-
- Nov 28, 2022
-
-
pre-commit-ci[bot] authored
updates: - [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v4.4.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.3.0...v4.4.0)
-
- Nov 22, 2022
-
-
pre-commit-ci[bot] authored
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/pre-commit/mirrors-clang-format: v14.0.6 → v15.0.4](https://github.com/pre-commit/mirrors-clang-format/compare/v14.0.6...v15.0.4) * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci Co-authored-by:
pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
-
- Oct 29, 2022
-
-
Justin Carpentier authored
Fix potential issues related to Boost.Python >= 1.80
-
Justin Carpentier authored
-
Justin Carpentier authored
-
Justin Carpentier authored
-
Justin Carpentier authored
-
Justin Carpentier authored
-
- Oct 10, 2022
-
-
Guilhem Saurel authored
[pre-commit.ci] pre-commit autoupdate
-
pre-commit-ci[bot] authored
updates: - [github.com/psf/black: 22.8.0 → 22.10.0](https://github.com/psf/black/compare/22.8.0...22.10.0)
-
- Sep 26, 2022
-
-
Justin Carpentier authored
Sync submodule cmake
-
Justin Carpentier authored
-
- Sep 18, 2022
-
-
Anthony Miyaguchi authored
* Set stride assert to be less than INT_MAX * Remove extra print calls and flush on print * Revert "Remove extra print calls and flush on print" This reverts commit cc7db3d0. * core: fix assert Co-authored-by:
Justin Carpentier <justin.carpentier@inria.fr>
-
- Sep 11, 2022
-
- Sep 10, 2022
-
-
Justin Carpentier authored
Fix Boost.Python export
-
Justin Carpentier authored
-
Justin Carpentier authored
-
Justin Carpentier authored
-
- Sep 08, 2022
-
-
Wolfgang Merkt authored
* Fix flake8 errors * flake8: ignore E203 * flake8: 119 cols for now * black * fix comment style * exclude cmake.py * clang-format: sort include Co-authored-by:
Guilhem Saurel <guilhem.saurel@laas.fr>
-
Justin Carpentier authored
Sync submodule cmake
-
Justin Carpentier authored
- Sep 06, 2022
-
-
Justin Carpentier authored
[pre-commit.ci] pre-commit autoupdate
-
- Sep 05, 2022
-
-
pre-commit-ci[bot] authored
updates: - [github.com/psf/black: 22.6.0 → 22.8.0](https://github.com/psf/black/compare/22.6.0...22.8.0)
-
- Aug 30, 2022
-
-
Wolfgang Merkt authored
-
Wolfgang Merkt authored
- Aug 26, 2022
-
-
Justin Carpentier authored
[CI] Always run PRERELEASE tests
-
Justin Carpentier authored
add relocatable test
-
Guilhem Saurel authored
-