- 09 Feb, 2016 1 commit
-
-
- 20 Feb, 2015 1 commit
-
-
- 09 Dec, 2014 1 commit
-
-
Florent Lamiraux authored
-
- 08 Dec, 2014 1 commit
-
-
Florent Lamiraux authored
-
- 23 Sep, 2014 2 commits
-
-
Florent Lamiraux authored
-
Florent Lamiraux authored
- JointTranslation is now a template class with size_type as a template argument. The template argument represent the dimension of the joint configuration.
-
- 23 Aug, 2014 1 commit
-
-
Florent Lamiraux authored
-
- 22 Aug, 2014 1 commit
-
-
Florent Lamiraux authored
-
- 05 Aug, 2014 1 commit
-
-
Florent Lamiraux authored
- move fcl forward declarations to fcl, - create doxygen link to fcl documentation.
-
- 01 Aug, 2014 1 commit
-
-
Vincent ROGER authored
-
- 24 Jul, 2014 2 commits
-
-
Florent Lamiraux authored
- notify copyright outside doxygen, - remove obsolete tags.
-
Florent Lamiraux authored
-
- 21 Jul, 2014 1 commit
-
-
Florent Lamiraux authored
The radius of a body is an upper bound of the maximum distance between the points of the body and the origin of the joint.
-
- 29 Jun, 2014 1 commit
-
-
Mathieu Geisert (old) authored
-
- 28 Jun, 2014 1 commit
-
-
Florent Lamiraux authored
Extra configuration space enable users to store extra configuration variables in the robot configuration. For instance to plan motions in the state space.
-
- 12 Jun, 2014 1 commit
-
-
Mathieu Geisert (old) authored
-
- 22 May, 2014 1 commit
-
-
Mylene Campana authored
-
- 01 May, 2014 1 commit
-
-
Florent Lamiraux authored
- make name getter const, - define typedef for shared pointer to const device, - make operator<< take a const device.
-
- 23 Apr, 2014 1 commit
-
-
Florent Lamiraux authored
Do not keep track of outer objects for the robot. Use Problem for that, do not keep track of pairs of joints tested for collision and distance.
-
- 08 Apr, 2014 1 commit
-
-
Florent Lamiraux authored
Keep track of pairs of joints that are tested for collision and distance.
-
- 31 Mar, 2014 1 commit
-
-
Florent Lamiraux authored
-
- 30 Mar, 2014 1 commit
-
-
Florent Lamiraux authored
-
- 29 Mar, 2014 2 commits
-
-
Florent Lamiraux authored
-
Florent Lamiraux authored
- clean up code (remove #if 0 blocks) - add documentation.
-
- 27 Mar, 2014 1 commit
-
-
Florent Lamiraux authored
-
- 14 Mar, 2014 1 commit
-
-
Florent Lamiraux authored
- remove dependency to - Kitelab and - jrl-dynamics - add dependency to fcl, - implement class Body as fcl::CollisionObject container, - implement forward kinematics.
-
- 07 Oct, 2013 1 commit
-
-
Antonio El Khoury authored
-
- 11 Sep, 2013 1 commit
-
-
Antonio El Khoury authored
* Body and CapsuleBody classes are renamed to BodyDistance and CapsuleBodyDistance respectively. * BodyDistance no longer inherits from CkwsKCDBody. BodyDistance now holds a CkwsKCDBodyAdvanced shared pointer as private attribute. * BodyDistance constructor now takes a body shared pointer and a string as arguments * CapsuleBodyDistance is still a daughter class of BodyDistance. * Body factory classes are no longer necessary. * The Device class now holds all BodyDistance objects associated with bodies in a vector private attribute. The vector can be accessed with a public getter.
-
- 11 Jun, 2012 1 commit
-
-
Antonio El Khoury authored
associated factory. * Add dependency to hpp-geometry * Define new CapsuleBody class that derives from Body. * We assume that the body has only one inner object of type hpp::geometry::collision::Segment that represents a capsule. * Beside a CkcdAnalysis vector attribute, class has a segment pair attribute to store self-collision pairs. * When adding inner and outer segments, self-collision pairs are added. * When computing distance for a distance pair, kcd is used for segment-polyhedron analyses, and a fast distance computation is used for segment-segment pairs. * Define method to compute minimum distance for all pairs of a body.
-
- 23 Apr, 2012 1 commit
-
-
Antonio El Khoury authored
* The Kite API forbids the user to create himself bodies. They can only be created by a body factory. * The body factory is passed as an argument during initialization of a joint component. * Before a solid component reference is added to the joint component, the body factory creates a new body if there is no attached body yet to the joint.
-
- 20 Dec, 2011 1 commit
-
-
Florent Lamiraux authored
-
- 15 Jul, 2011 1 commit
-
-
Florent Lamiraux authored
-
- 14 Jul, 2011 3 commits
-
-
Florent Lamiraux authored
-
Florent Lamiraux authored
-
Florent Lamiraux authored
Use cmake, Make joint classes derive from Kineo and jrl-dynamics corresponding joint classes.
-