- Oct 22, 2015
-
-
Antonio El Khoury authored
* One Definition Rule was still not enforced. * Declare function in header sample-model.hpp, implement them in sample-models.cpp * Add sample-models symbols to libpinocchio.
-
- Oct 21, 2015
-
-
Justin Carpentier authored
create model using python & (fix) exposure of joints
-
Valenza Florian authored
-
- Oct 20, 2015
-
-
Valenza Florian authored
[Python][Major] Binding Model::addBody. Be careful, unless C++ method addBody, in python there is no default parameters
-
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
-
- Oct 19, 2015
-
-
Justin Carpentier authored
[CMake][Bug] Fix use of lua sources cmake variable.
-
Antonio El Khoury authored
-
Justin Carpentier authored
Force Pinocchio shared library + move gravity vector to the shared library
-
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
-
- Oct 15, 2015
-
-
Justin Carpentier authored
[travis] Give travis more time for executing full build
-
Justin Carpentier authored
Enforce (again) One Definition Rule
-
Antonio El Khoury authored
-
Justin Carpentier authored
Add Wandercraft copyright where needed.
-
Valenza Florian authored
-
- Oct 14, 2015
-
-
Antonio El Khoury authored
-
Justin Carpentier authored
[C++][Bug] Avoid confusion between joint and body methods in se3::Model.
-
Justin Carpentier authored
Try to avoid travis killed builds (i.e crashes due to building environment running out of ram)
-
Valenza Florian authored
[travis] Build_type is now MinSizeRel to optimize the comsumption of RAM during process in order to avoid crashes during travis builds. Display memory during build to track RAM information. Reduce number of dependencies
-
- Oct 13, 2015
-
-
fvalenza authored
Topic/binding joints
-
- Oct 12, 2015
-
-
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.
-
Justin Carpentier authored
[C++][Bug] Enforce One Definition Rule in template instantiations.
-
- Oct 09, 2015
-
-
Antonio El Khoury authored
* Add inline specifier where needed. * This is done to avoid multiple definition when using the pinocchio library as a dependency.
-
- Oct 08, 2015
-
-
Valenza Florian authored
[travis] Reorganized travis build to perform 4 tests : gcc Debug and Release , clang Debug and Release. For now, only one test is done to ensure that builds that failed were due to travis build environment running out of RAM
-
Valenza Florian authored
-
- Oct 06, 2015
-
-
Valenza Florian authored
-
- Oct 01, 2015
-
-
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.
-
- Sep 30, 2015
-
-
Justin Carpentier authored
[C++][Bug fixed] Changed from assignation to initialization...
-
Valenza Florian authored
[hotfix] Changed from assignation to initialization for a matrix in symmetric3 that causes computations errors with ubuntu 14.04 in release mode.
-
- Sep 29, 2015
-
-
Justin Carpentier authored
Topic/joint dense
-
Valenza Florian authored
[C++]{Minor] Changed the name of the method to access the segment of a given vector. The length of the returned segment depends on the dof of the joint(size NQ or NV)
-
Valenza Florian authored
-
- Sep 28, 2015
-
-
Valenza Florian authored
-
Valenza Florian authored
[C++][Major] Reorganized the methods to acces segments of fixed size (one for NQ, one for NV) from joints indexes
-
Nicolas Mansard authored
-
Valenza Florian authored
-
Valenza Florian authored
[C++][Major] Added JointModelDense and JointDataDense. Both templated by the dimension of configuration space and tangential space. Each joint can be converted to a Dense one
-
- Sep 21, 2015
-
-
fvalenza authored
[Fix Bug] Check norm of the vector to exponentiate
-
- Sep 17, 2015
-
-
jcarpent authored
-
Justin Carpentier authored
topic/crtp - Convert all current structures to the CRTP template
-
- Sep 11, 2015
-
-
Valenza Florian authored
-