- 09 Feb, 2016 3 commits
-
-
Valenza Florian authored
Conflicts: CMakeLists.txt src/python/algorithms.hpp
-
Valenza Florian authored
[C++][Python][parser] Added operational_frames in Model as a vector of Frame {name, parent id, placementWrtParentJoint} and exposed it in python. When parsing a fixed joint, a frame is added to the model with the name of the fixed joint
-
jcarpent authored
By default, one can now build the benchmarks from make timings. They are build along with the lib if BUILD_BENCHMARK is set to ON.
-
- 03 Feb, 2016 1 commit
-
-
Valenza Florian authored
-
- 02 Feb, 2016 2 commits
-
-
Justin Carpentier authored
-
Valenza Florian authored
Conflicts: CMakeLists.txt src/python/algorithms.hpp
-
- 01 Feb, 2016 2 commits
-
-
Valenza Florian authored
[C++][Python][parser] Added extra_frames in Model as a vector of Frame {name, parent id, placementWrtParentJoint} and exposed it in python. When parsing a fixed joint, a frame is added to the model with the name of the fixed joint
-
jcarpent authored
-
- 29 Jan, 2016 2 commits
-
-
Florent Lamiraux authored
-
jcarpent authored
-
- 27 Jan, 2016 4 commits
- 19 Jan, 2016 1 commit
-
-
Valenza Florian authored
[bench][unittest] Reworked the comparison test between pinocchio and hpp : more tests for benchmarks along with functional tests ; removing magic paths to urdf models + modification of romeo urdf model. Also added a specific BUILD_TESTS_WITH_HPP cmake variable. If you want to run tests that execute hpp robot loading, be sure to have the package romeo_pinocchio installed (it is just a package done done by hand for the moment)
-
- 14 Jan, 2016 1 commit
-
-
Valenza Florian authored
[C++] computeDistances and computeCollisions moved out of GeometryData. Added a vector of boolean handling the state of whether or not the pairs are in collision in GeometryData
-
- 11 Jan, 2016 1 commit
-
-
Valenza Florian authored
[C++][CMake][Doc] Split geometry parser into two parts.Added guard to file to avoid multiple redefinition
-
- 08 Jan, 2016 1 commit
-
-
Valenza Florian authored
[CMake][Python] Exposed GeometryModel and GeometryData in python. Little reworked of the headers_variables in the cmakelists
-
- 07 Jan, 2016 3 commits
-
-
Valenza Florian authored
[benchmark] Added benchmark of atomic computations with geometry objects such as updating global positions, determine if two objects are in collision, or compute the distance between two objects
-
Valenza Florian authored
-
Valenza Florian authored
-
- 17 Dec, 2015 5 commits
- 10 Dec, 2015 1 commit
-
-
jcarpent authored
-
- 29 Oct, 2015 1 commit
-
-
jcarpent authored
May need some change according to the current version of the architecture
-
- 14 Oct, 2015 1 commit
-
-
Antonio El Khoury authored
-
- 01 Oct, 2015 1 commit
-
-
Valenza Florian authored
[Python] Binding the different joint models. The exposure is done through the variant. In joints-models, you can specialise the binding for any jointModel you want.
-
- 28 Sep, 2015 1 commit
-
-
Valenza Florian authored
-
- 16 Jun, 2015 1 commit
-
-
jcarpent authored
-
- 13 Jun, 2015 3 commits
-
-
Antonio El Khoury authored
-
Antonio El Khoury authored
-
Antonio El Khoury authored
* Implement exp3, exp6, log3, and log6 functions by copying implementation from explog.py. * Add same documentation as in explog.py.
-
- 12 Jun, 2015 1 commit
-
-
Florian Valenza authored
[Major][C++] Added Joint limits to joint model and to Pinocchio Data. Also added an algorithm to compute joint limits. Based on the model of the limits, it computes and store the actual limits in Data. We then have access to the values in Data in python binding. The algorithm is here in future cases where the limits will not only be static but dependent of the configuration
-
- 06 May, 2015 1 commit
-
-
jcarpent authored
-
- 29 Apr, 2015 3 commits
-
-
Florian Valenza authored
-
Florian Valenza authored
-
jcarpent authored
-