- Aug 04, 2016
- Aug 01, 2016
-
-
Valenza Florian authored
[C++][CMake] Merged fake-fcl with fcl.hpp (splitted in .hpp and .hxx file). Propagated flag -DWITH_HPP_FCL to all binaries
-
- Jul 29, 2016
-
-
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
-
- Jul 28, 2016
-
-
jcarpent authored
-
- Jul 27, 2016
- Jul 26, 2016
-
-
Guilhem Saurel authored
-
-
- Jul 23, 2016
-
-
jcarpent authored
-
- Jul 22, 2016
-
-
- Jul 20, 2016
-
-
Valenza Florian authored
-
[CMake] Solved bug #236. Marginally changed the source/header listing policy to avoid similar bugs in the future.
-
- Jul 19, 2016
-
-
Valenza Florian authored
-
-
- Jul 12, 2016
-
-
jcarpent authored
-
- Jul 11, 2016
-
-
Valenza Florian authored
-
Valenza Florian authored
Conflicts: CMakeLists.txt
-
- Jul 07, 2016
-
-
Valenza Florian authored
Renamed JointXXAccessor to JointXX + renamed traits<D>::JointData to traits<D>::JointDataDerived, same for Model. Conflicts: CMakeLists.txt src/algorithm/center-of-mass.hxx src/multibody/model.hpp unittest/CMakeLists.txt
-
Valenza Florian authored
Conflicts: CMakeLists.txt
-
jcarpent authored
-
- Jul 06, 2016
-
-
jcarpent authored
-
jcarpent authored
-
jcarpent authored
-
Guilhem Saurel authored
As it is done in src/multibody/parser/python.cpp, one can create a shared_ptr to a new Model in c++, send this into a python namespace, update it in python, and continue to work on the Model in c++. An example to use this as a simple parser is given in unittest/python.cpp and models/simple_model.py (squashed version)
-
jcarpent authored
-
jcarpent authored
-
jcarpent authored
-
- Jun 27, 2016
-
-
jcarpent authored
Eigen::ProcuctReturnType becomes Eigen::Product in Eigen version >= 3.3.0.
-
- Jun 23, 2016
-
-
jcarpent authored
-
jcarpent authored
-
Valenza Florian authored
-
- Jun 17, 2016
-
-
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
-
- May 26, 2016
- May 19, 2016
-
-
mnaveau authored
-
- May 09, 2016
-
-
Valenza Florian authored
Completed the visitors on JointVariants for each method of the JointBase interface and moved it to a different file.
-
- Apr 21, 2016
-
-
Valenza Florian authored
[C++][Python][Major] Replaced the way collisions and visuals are stored in GeometryModel. Now it is two lists of GeometryObject (one for collisions, one for visuals) aggregating information instead of multiple vectors. Now handle multiple collisions/visuals for one link when parsing urdf file and keep track of the mesh absolute path. Changed binding accordingly.
-