- 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).
-
- Jul 28, 2016
-
-
[C++] Moved collisionPairs from GeomData to GeomModel and add a mask activeCollisionPairs in GeomData. Propagate the changes in the algorithms, parsers and pybindings.
-
- Jul 27, 2016
-
-
jcarpent authored
-
- Jul 22, 2016
-
-
- Jul 19, 2016
-
-
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
-
Valenza Florian authored
-
- 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
-
- Jul 06, 2016
-
-
jcarpent authored
-
- Jun 17, 2016
-
-
- Apr 10, 2016
-
-
jcarpent authored
-
- Apr 09, 2016
-
-
jcarpent authored
-
- Mar 10, 2016
-
-
Valenza Florian authored
[C++][Geom parser] Removed boolean root_joint_added while parsing. Geom parser modified consequently to look for parent of link in pinocchio model now instead of urdf::tree parent joint.
-
- Mar 08, 2016
-
-
Valenza Florian authored
[C++][Python][Parser Geom] Parse automatically the ROS_PACKAGE_PATH environment variable if not clue is given by the user to where to search for meshes. Change the meshRootDir argument to a vector of strings (package directories). Updated Python consequently
-
- Mar 06, 2016
- Mar 04, 2016
-
-
jcarpent authored
-
- Mar 02, 2016
-
-
jcarpent authored
-
- Feb 15, 2016
-
-
Valenza Florian authored
-
Valenza Florian authored
[benchmark][cmake] Re added boost component. Needed by timings-geometry.cpp, and use correct name of algorithms
-
jcarpent authored
-
- Feb 09, 2016
- Feb 02, 2016
-
-
jcarpent authored
-
- Jan 27, 2016
- Jan 22, 2016
-
-
Valenza Florian authored
Added missing licenses, corrected compilation bug in python/parsers.hpp. also modified the number of benchmarks to have more relevant results and removed useless lines
-
- Jan 19, 2016
-
-
Valenza Florian authored
[bench][unittest] Reworked the comparison test between pinocchio and hpp : more tests for benchmarks along with functional tests ; removing magic paths to urdf models + modification of romeo urdf model. Also added a specific BUILD_TESTS_WITH_HPP cmake variable. If you want to run tests that execute hpp robot loading, be sure to have the package romeo_pinocchio installed (it is just a package done done by hand for the moment)
-
- Jan 14, 2016
-
-
Valenza Florian authored
[C++] computeDistances and computeCollisions moved out of GeometryData. Added a vector of boolean handling the state of whether or not the pairs are in collision in GeometryData
-
- Jan 08, 2016
-
-
Valenza Florian authored
-
Valenza Florian authored
-
- Jan 07, 2016
-
-
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
[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
-
- Oct 20, 2015
-
-
Valenza Florian authored
[Major][C++][Python]Breaking retrocompatibilty. Added the possibility to choose root joint when creating a model (in C++) or a robot (in Python). May be a check can be done on the value of root parameter in python if it's not None
-