- 05 Apr, 2016 1 commit
-
-
- 22 Aug, 2015 1 commit
-
-
Florent Lamiraux authored
- when calling addChildJoint, compute maximal distance of the child joint and not of the parent.
-
- 24 Dec, 2014 1 commit
-
-
Florent Lamiraux authored
-
- 23 Dec, 2014 1 commit
-
-
Florent Lamiraux authored
- display local position of objects in joint frame.
-
- 09 Dec, 2014 1 commit
-
-
Florent Lamiraux authored
-
- 03 Dec, 2014 2 commits
-
-
- 14 Oct, 2014 1 commit
-
-
- 07 Oct, 2014 1 commit
-
-
Florent Lamiraux authored
- jointRotation::Bounded and UnBounded.
-
- 24 Sep, 2014 2 commits
-
-
Florent Lamiraux authored
- useful for to make continuous collision checking extendable.
-
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.
-
- 12 Sep, 2014 2 commits
-
-
Florent Lamiraux authored
-
Florent Lamiraux authored
-
- 22 Aug, 2014 1 commit
-
-
Florent Lamiraux authored
- make internal compuation members mutable.
-
- 26 Jul, 2014 2 commits
-
-
Florent Lamiraux authored
-
Florent Lamiraux authored
Joint::computePosition -> Joint::recursiveComputePosition.
-
- 24 Jul, 2014 1 commit
-
-
Florent Lamiraux authored
- notify copyright outside doxygen, - remove obsolete tags.
-
- 22 May, 2014 1 commit
-
-
Mylene Campana authored
-
- 14 May, 2014 3 commits
-
-
Florent Lamiraux authored
remove division by zero when mass of a sub-chain is zero, set COM Jacobian to zero when resizing.
-
Florent Lamiraux authored
- copy paster corresponding part from log file to graph.dot file and run dot -o graph.pdf -Tpdf graph.dot
-
Florent Lamiraux authored
- the parameter specifies whether computation of the joint position in parent frame is required or not.
-
- 07 May, 2014 1 commit
-
-
Florent Lamiraux authored
- Joint::robot setter now takes a weak pointer as input. - robot_ is placed and thus initialized before body_ in Joint class.
-
- 23 Apr, 2014 1 commit
-
-
Florent Lamiraux authored
-
- 01 Apr, 2014 2 commits
-
-
Florent Lamiraux authored
-
Florent Lamiraux authored
- std::size_t is the type of standard container index, - size_type is the vector and matrix index. they might differ (int for Eigen, and unsigned int for std).
-
- 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.
-
- 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.
-
- 25 Sep, 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.
-
- 10 Sep, 2013 1 commit
-
-
Antonio El Khoury authored
-
- 26 Jun, 2012 1 commit
-
-
Antonio El Khoury authored
-
- 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.
-
- 22 May, 2012 1 commit
-
-
Antonio El Khoury authored
-
- 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.
-
- 26 Sep, 2011 1 commit
-
-
Florent Lamiraux authored
-