- 27 Jul, 2017 1 commit
-
-
jcarpent authored
-
- 23 Jan, 2017 1 commit
-
-
Rohan Budhiraja authored
-
- 30 Sep, 2016 1 commit
-
-
jcarpent authored
-
- 21 Sep, 2016 1 commit
-
-
jcarpent authored
-
- 20 Sep, 2016 1 commit
-
-
jcarpent authored
-
- 08 Sep, 2016 3 commits
-
-
[C++] Geom: remove stupid comparisons of unsigned int with -1, and consequently modified the signature of GeomModel::addGeometryObject with an optional argument.
-
-
-
- 07 Sep, 2016 11 commits
-
-
Issue 281.12.
-
[c++] Geom: modified multibody/geometry.hpp so that _ are removed from var names + unified the way geometry model and data are named (resp geomModel and geomData) through all the code. Issue 281.5.
-
Issue 281.5.
-
Issue 281.7.
-
-
[C++] Geom: major change in the API. Moved compute collision|distance from methods of GeomData to algorithms in geometry.hpp. Issue 281.9.
-
Issue 281.11
-
Issue 281.8.
-
Issue 281.4.
-
Issue 281.1.
-
-
- 06 Sep, 2016 1 commit
-
-
- 01 Sep, 2016 1 commit
-
-
- 30 Aug, 2016 1 commit
-
-
- 21 Aug, 2016 4 commits
-
-
- 17 Aug, 2016 1 commit
-
-
- 09 Aug, 2016 1 commit
-
-
- 29 Jul, 2016 4 commits
-
-
Valenza Florian authored
[C++][Python] One can contruct a GeometryModel and Data even if hpp-fcl is not found. All stuff related to collisions is not available but geometryPlacements are ( for visualisation in the viewer especially).
-
Valenza Florian authored
-
-
-
- 28 Jul, 2016 1 commit
-
-
[C++] Moved collisionPairs from GeomData to GeomModel and add a mask activeCollisionPairs in GeomData. Propagate the changes in the algorithms, parsers and pybindings.
-
- 27 Jul, 2016 1 commit
-
-
Valenza Florian authored
[C++] The cloud of points in GeometryObject is now a fcl::CollisionGeometry instead of fcl::CollisionObject
-
- 19 Jul, 2016 6 commits
-
-
Conflicts: src/multibody/geometry.hpp src/multibody/geometry.hxx src/parsers/srdf.hpp
-
Valenza Florian authored
[C++][Python] Removed references to kinematic model/data in geometry model/data. + fixed unallocated memory map ( due to using reserve keyword instead of resize)
-
Valenza Florian authored
[C++][Python] Remove dependency on SRDF parser in Geometry Model and Data. Updated Python interface accordingly
-
Valenza Florian authored
-
Valenza Florian authored
[C++] Removed type from GeometryObject. Still using the enum GeometryType to specify if visuals or collisions must be parsed from urdf file
-
Valenza Florian authored
-