- Feb 12, 2016
-
-
Florent Lamiraux authored
-
- Feb 10, 2016
-
-
Justin Carpentier authored
Set default SINCOS for architecture with no sincos function
-
Justin Carpentier authored
Add notion frame and handle fix frame in URDF throw operational frame data
-
Valenza Florian authored
-
- Feb 09, 2016
-
-
jcarpent authored
-
Valenza Florian authored
-
Valenza Florian authored
-
Valenza Florian authored
[C++] Check existence of frame before accessing it in Model. Factorisation of code. If the frame does not exist, in release mode we return an undefined value. No check is done on runtime
-
Valenza Florian authored
-
Valenza Florian authored
[C++][unittest] Reworked computations of frame Jacobian in global frame. Reworked unittest. Change argument from Matrix6x to MatrixXd to follow getJacobian convention
-
Valenza Florian authored
-
Valenza Florian authored
-
Valenza Florian authored
[C++][Frame] Moved the generation of random string in a new file. Modified the default constructor of frame to produce unique frame (as long as the random strings generated are unique)
-
Valenza Florian authored
[C++][Python] Added missing setters of Frames exposed in python, addFrame now returns a bool depending on the succes of the insertion of the new frame in the operational_frames vector
-
Valenza Florian authored
-
Valenza Florian authored
Conflicts: CMakeLists.txt src/python/algorithms.hpp
-
Valenza Florian authored
[C++][Python][parser] Added operational_frames in Model as a vector of Frame {name, parent id, placementWrtParentJoint} and exposed it in python. When parsing a fixed joint, a frame is added to the model with the name of the fixed joint
-
jcarpent authored
By default, one can now build the benchmarks from make timings. They are build along with the lib if BUILD_BENCHMARK is set to ON.
-
jcarpent authored
-
jcarpent authored
-
Justin Carpentier authored
Continue python integration of geometry methods and algo
-
jcarpent authored
-
jcarpent authored
-
jcarpent authored
-
jcarpent authored
-
jcarpent authored
-
jcarpent authored
-
jcarpent authored
Follows the standard of computeDistance
-
jcarpent authored
-
jcarpent authored
-
jcarpent authored
Choose an explicit name to describe what the algorithm effectively does
-
jcarpent authored
-
- Feb 08, 2016