- Mar 08, 2016
-
-
Valenza Florian authored
[C++][Python][Parser Geom] Parse automatically the ROS_PACKAGE_PATH environment variable if not clue is given by the user to where to search for meshes. Change the meshRootDir argument to a vector of strings (package directories). Updated Python consequently
-
- Mar 04, 2016
-
-
jcarpent authored
-
- Mar 01, 2016
-
-
jcarpent authored
-
- Feb 16, 2016
- Feb 15, 2016
-
-
Valenza Florian authored
-
Valenza Florian authored
[benchmark][cmake] Re added boost component. Needed by timings-geometry.cpp, and use correct name of algorithms
-
jcarpent authored
-
jcarpent authored
-
- 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.
-