- 17 Feb, 2016 1 commit
-
-
jcarpent authored
-
- 16 Feb, 2016 1 commit
-
-
jcarpent authored
-
- 15 Feb, 2016 5 commits
-
-
Valenza Florian authored
-
jcarpent authored
-
jcarpent authored
-
jcarpent authored
-
jcarpent authored
-
- 09 Feb, 2016 4 commits
-
-
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
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
-
- 02 Feb, 2016 1 commit
-
-
Justin Carpentier authored
-
- 01 Feb, 2016 1 commit
-
-
Valenza Florian authored
[C++][Python][parser] Added extra_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
-
- 27 Jan, 2016 6 commits
- 17 Dec, 2015 1 commit
-
-
jcarpent authored
-
- 10 Dec, 2015 1 commit
-
-
jcarpent authored
-
- 19 Oct, 2015 1 commit
-
-
Valenza Florian authored
[cmake][C++][bug fix] Moved initialization of static const variable gravity 981 from model.hpp to model.cpp. libpinocchio.so is no more empty. Caution : Pinocchio is more a header-only library. One should alwais link against shared library
-
- 14 Oct, 2015 1 commit
-
-
Antonio El Khoury authored
-
- 12 Oct, 2015 1 commit
-
-
Antonio El Khoury authored
* se3::Model::getBodyId was used to retrieve joint id in parsers. * Implement new methods to retrieve joint ids. * Fix body methods.
-
- 09 Oct, 2015 1 commit
-
-
Antonio El Khoury authored
* Add inline specifier where needed. * This is done to avoid multiple definition when using the pinocchio library as a dependency.
-
- 01 Oct, 2015 1 commit
-
-
Valenza Florian authored
[Python] Binding the different joint models. The exposure is done through the variant. In joints-models, you can specialise the binding for any jointModel you want.
-
- 10 Sep, 2015 1 commit
-
-
Valenza Florian authored
-
- 07 Aug, 2015 1 commit
-
-
Antonio El Khoury authored
-
- 25 Jun, 2015 2 commits
- 12 Jun, 2015 1 commit
-
-
Florian Valenza authored
[Major][C++] Added Joint limits to joint model and to Pinocchio Data. Also added an algorithm to compute joint limits. Based on the model of the limits, it computes and store the actual limits in Data. We then have access to the values in Data in python binding. The algorithm is here in future cases where the limits will not only be static but dependent of the configuration
-
- 29 Apr, 2015 3 commits
-
-
Florian Valenza authored
-
Florian Valenza authored
-
Valenza Florian authored
-
- 14 Apr, 2015 1 commit
-
-
Thomas Flayols authored
Add attributes in model.hpp - names of fixed body - indexes of their closer movable parent - visuals booleans - number of fixed body modify display method in robot_wrapper - compute and send the absolute placement from relative to the closer movable parent
-
- 02 Apr, 2015 1 commit
-
-
Justin Carpentier authored
-
- 30 Mar, 2015 4 commits
-
-
Valenza Florian authored
Conflicts: src/multibody/model.hpp src/multibody/parser/urdf.hpp
-
Valenza Florian authored
-
Nicolas Mansard authored
[partial cherry-pick from b87a2b53b3]
-
Nicolas Mansard authored
-