- Jan 08, 2016
-
-
Valenza Florian authored
-
Valenza Florian authored
[C++][Python] Reworked the geometry parser ( BuildModelAndGeom). Suppressed the duplicate code in parseTreeWithGeom : the geometry model is now built in a second loop over the urdf tree. Also exposed the <model, geometryModel> construction
-
Valenza Florian authored
-
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
-
Valenza Florian authored
-
Valenza Florian authored
[C++][algo] algorithm updateCollisionGeometry now optionally executes algorithm geometry to compute positions before updating collision objects's positions
-
Valenza Florian authored
[C++][Geom] distances results for computeDistances is not always cleared but replaced by a vector with empty results. The initialization of collision pairs is now always done in constructor.
-
Valenza Florian authored
-
Valenza Florian authored
-
Valenza Florian authored
-
Valenza Florian authored
-
Valenza Florian authored
-
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
[C++][unittest] Added unittest geom.cpp . It tests that we obtain the same results between Pinocchio and hpp-model-urdf for joints and geometry objects positions ; for collisions and distances between two geometry objects
-
Valenza Florian authored
-
Valenza Florian authored
-
- Dec 18, 2015
-
-
Justin Carpentier authored
Add unaligned prismatic joint + minor modifications
-
- Dec 17, 2015
-
-
jcarpent authored
-
jcarpent authored
-
jcarpent authored
-
jcarpent authored
-
jcarpent authored
-
Justin Carpentier authored
Fix bug when parsing urdf file model by considering free floating joint
-
fvalenza authored
Still cleaning the parser + add tool
-
jcarpent authored
-
jcarpent authored
-
jcarpent authored
-
jcarpent authored
-
jcarpent authored
-
jcarpent authored
-
jcarpent authored
-
jcarpent authored
-
jcarpent authored
[C++] Raise exception when inertia information is missing when build tree with a specific root joint
-
jcarpent authored
-
jcarpent authored
-
jcarpent authored
-
Justin Carpentier authored
Functions defined in headers urdf.hpp and jacobian.hpp are set to inline.
-
Olivier Stasse authored
The functions should be inlined, otherwise it breaks with the headers are used in multiple robots mode.
-
- Dec 14, 2015
-
-
fvalenza authored
Set default initialization of variables + expose spatial quantities methods + correct bug
-