- Feb 15, 2016
- Feb 09, 2016
-
-
Valenza Florian authored
[C++][Frame] Moved the generation of random string in a new file. Modified the default constructor of frame to produce unique frame (as long as the random strings generated are unique)
-
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.
-
- Feb 03, 2016
-
-
Valenza Florian authored
-
- Feb 02, 2016
-
-
Justin Carpentier authored
-
Valenza Florian authored
Conflicts: CMakeLists.txt src/python/algorithms.hpp
-
- Feb 01, 2016
-
-
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
-
- Jan 29, 2016
-
-
Florent Lamiraux authored
-
jcarpent authored
-
- Jan 27, 2016
- Jan 19, 2016
-
-
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)
-
- Jan 14, 2016
-
-
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
-
- Jan 11, 2016
-
-
Valenza Florian authored
[C++][CMake][Doc] Split geometry parser into two parts.Added guard to file to avoid multiple redefinition
-
- Jan 08, 2016
-
-
Valenza Florian authored
[CMake][Python] Exposed GeometryModel and GeometryData in python. Little reworked of the headers_variables in the cmakelists
-
- Jan 07, 2016
-
-
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
-
- Dec 17, 2015
- Dec 10, 2015
-
-
jcarpent authored
-
- Oct 29, 2015
-
-
jcarpent authored
May need some change according to the current version of the architecture
-
- Oct 14, 2015
-
-
Antonio El Khoury authored
-
- Oct 01, 2015
-
-
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.
-
- Sep 28, 2015
-
-
Valenza Florian authored
-
- Jun 16, 2015
-
-
jcarpent authored
-
- Jun 13, 2015
-
-
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.
-
- Jun 12, 2015
-
-
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
-
- May 06, 2015
-
-
jcarpent authored
-