- Jan 07, 2016
-
-
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
-
- Dec 10, 2015
- Dec 09, 2015
- Nov 24, 2015
-
-
Justin Carpentier authored
[C++] Build sample humanoid model with joint limits.
-
Antonio El Khoury authored
* Velocity and torque limits are choosen randomly from the [0;1] interval for 1D joints. * Position limits are choosen randomly from the [-1;1] interval for 1D joints. * Torque limits set to zero(6) for freeflyer joint. * Velocity limits are choosen randomly from the [0, 1e3]^6 interval for freeflyer joint. * Position limits are choosen randomly from the [-1e3, 1e3]^7 interval for freeflyer joint.
-