- Jun 28, 2016
-
-
jcarpent authored
-
jcarpent authored
Handle the case of base_link with child links connect with fixed joints and no root joint provided.
-
Justin Carpentier authored
Handle future release of Eigen3
-
- Jun 27, 2016
-
-
jcarpent authored
With next version of Eigen3, it seems that there exists a missing initialiser when calling the cast operator.
-
jcarpent authored
With newer Eigen 3 version, the incomplete namespace specification leads to compilation errors.
-
jcarpent authored
Eigen::ProcuctReturnType becomes Eigen::Product in Eigen version >= 3.3.0.
-
- Jun 23, 2016
-
-
Justin Carpentier authored
Improve the packaging regarding to different UNIX systems
-
jcarpent authored
-
jcarpent authored
-
jcarpent authored
-
jcarpent authored
-
jcarpent authored
-
Justin Carpentier authored
Devel
-
Valenza Florian authored
-
Valenza Florian authored
[C++] Added type of Frame JOINT. Even if it is a redundent information, add a frame for each joint added
-
- Jun 21, 2016
-
-
Valenza Florian authored
[C++] bodies are now a subpart of the Frames : some Frames are of type BODY and when referring to getBodyId/Name in Model it will look in its frames
-
Valenza Florian authored
-
- Jun 17, 2016
-
-
Justin Carpentier authored
Fix an other bug in the romeoWrapper init
-
jcarpent authored
-
-
jcarpent authored
-
jcarpent authored
-
Valenza Florian authored
[C++][FixBug] Fix the visitor for calc (0 and 1st order) and calc_aba + added visitor on the shortname of a jointmodel derived type
-
Valenza Florian authored
[Python] Rename file into joint-derived.hpp to correspond to the type it exposes. i.e it does the exposition for each derived joint model ( that are in the joint model variant
-
Valenza Florian authored
-
- Jun 15, 2016
-
-
Justin Carpentier authored
rework model (joints/bodies) + fix RobotWrapper link to viewer
-
- Jun 14, 2016
-
-
Valenza Florian authored
-
Valenza Florian authored
-
Valenza Florian authored
[C++] Fix multiple bugs such as getting the correct name of geometryObjects, or initialize the bodyParents vector correctly, + binded some model datas
-
- Jun 13, 2016
-
-
Justin Carpentier authored
Add exception when loading meshes with lines.
-
Valenza Florian authored
-
Triangulated meshes contain faces with 1, 2 or 3 vertex. 1 and 2 vertex is not supported by FCL. Refers to https://github.com/humanoid-path-planner/hpp-model-urdf/pull/6
-
- Jun 12, 2016
-
-
Justin Carpentier authored
Make JointAccessor a variant on its own and a Derived Joint
-
- Jun 10, 2016
-
-
Valenza Florian authored
[C++][Python] Removed fixbodies in Model. Were a way to store visuals merged with Joints. Now this information is in GeometryModel (visuals) + updated python bindings
-
Valenza Florian authored
[C++] Make distinction between joint and body in Model API ( addJoint, appendBodyToJoint, addJointAndBody instead of addBody)
-
- Jun 09, 2016
-
-
Valenza Florian authored
-
- May 28, 2016
-
-
Justin Carpentier authored
avoid the miss alignement on vector of Matrix6d
-
- May 27, 2016
-
-
mnaveau authored
-
Justin Carpentier authored
Correct travis + fix hpp-fcl issues
-
- May 26, 2016
-
-
jcarpent authored
-