- 12 Aug, 2022 1 commit
-
-
Justin Carpentier authored
-
- 11 Aug, 2022 2 commits
-
-
Justin Carpentier authored
* cmake: sync submodule * cmake: sync submodule
-
Justin Carpentier authored
ROS2 release support
-
- 10 Aug, 2022 1 commit
-
-
Wolfgang Merkt authored
-
- 02 Aug, 2022 5 commits
-
-
Justin Carpentier authored
Fix weird test failure on Conda
-
Justin Carpentier authored
-
Justin Carpentier authored
-
Justin Carpentier authored
This test was producing weird behavior on Conda
-
Justin Carpentier authored
CMake: update to eigenpy 2.7.10
-
- 01 Aug, 2022 1 commit
-
-
Guilhem Saurel authored
-
- 27 Jul, 2022 2 commits
-
-
Guilhem Saurel authored
-
Guilhem Saurel authored
-
- 19 Jul, 2022 1 commit
-
-
Justin Carpentier authored
ROS2/Colcon integration
-
- 18 Jul, 2022 2 commits
-
-
Wolfgang Merkt authored
-
Wolfgang Merkt authored
-
- 16 Jul, 2022 1 commit
-
-
Justin Carpentier authored
cmake: modernize header-only lib
-
- 15 Jul, 2022 4 commits
-
-
Guilhem Saurel authored
-
Justin Carpentier authored
cmake: relocatable package for recent CMake versions
-
Guilhem Saurel authored
-
Guilhem Saurel authored
-
- 14 Jul, 2022 5 commits
-
-
Guilhem Saurel authored
-
Guilhem Saurel authored
-
Guilhem Saurel authored
-
Justin Carpentier authored
Add header only target
-
fabinsch authored
-
- 13 Jul, 2022 4 commits
-
-
fabinsch authored
Co-authored-by:
Justin Carpentier <justin.carpentier@inria.fr>
-
fabinsch authored
-
fabinsch authored
-
fabinsch authored
-
- 09 Jul, 2022 1 commit
-
-
Justin Carpentier authored
cmake/utils: no need for python here
-
- 08 Jul, 2022 1 commit
-
-
Guilhem Saurel authored
-
- 05 Jul, 2022 1 commit
-
-
Justin Carpentier authored
add cheat sheet to doc
-
- 04 Jul, 2022 3 commits
- 03 Jul, 2022 5 commits
-
-
Justin Carpentier authored
SO3 diff impl use quaternion instead of rotation matrix
-
Justin Carpentier authored
-
Justin Carpentier authored
-
Justin Carpentier authored
-
For implementation of difference between two SO3 values, it is more accurate to use quaternion multiplication instead of the corresponding rotation matrix form. However, with the new diff_impl, integrate(q0, difference(q0,q1)) is less similar to the expected result q1. This is probably because the current implementation of integrate also suffers from floating point error. The threshold for the integrate_difference_test needs to be changed slightly to accommodate the new implementation of difference.
-