- 10 Dec, 2020 1 commit
-
-
Joseph Mirabel authored
-
- 25 Jun, 2020 1 commit
-
-
Joseph Mirabel authored
-
- 13 May, 2020 1 commit
-
-
Joseph Mirabel authored
-
- 19 May, 2019 1 commit
-
-
Joseph Mirabel authored
-
- 25 Apr, 2018 1 commit
-
-
Florent Lamiraux authored
-
- 16 Apr, 2018 1 commit
-
-
Florent Lamiraux authored
-
- 09 Apr, 2018 1 commit
-
-
- implement method in Basic, abort in KDTree, - add api in Roadmap class to access various k nearest neighbors search methods, - add weak pointer to itself in Roadmap.
-
- 16 Oct, 2017 1 commit
-
-
- 15 May, 2017 1 commit
-
-
* goal nodes is a vector, not a list * addGoalNode returns a NodePtr_t
-
- 03 Nov, 2016 3 commits
-
-
Pierre Fernbach authored
-
Pierre Fernbach authored
-
Pierre Fernbach authored
-
- 25 May, 2016 1 commit
-
-
- 03 Sep, 2015 2 commits
-
-
- 28 Aug, 2015 1 commit
-
-
* The shared pointer refered to might be deleted, without the underlying * object being deleted. This situation creates an invalid reference.
-
- 27 Jul, 2015 1 commit
-
-
Pierre Fernbach authored
-
- 11 Dec, 2014 2 commits
-
-
Florent Lamiraux authored
- classes are now distributed into modules for clarity. Conflicts: include/hpp/core/collision-path-validation-report.hh include/hpp/core/collision-validation-report.hh include/hpp/core/inequality.hh include/hpp/core/path-optimization/gradient-based.hh include/hpp/core/validation-report.hh
-
Florent Lamiraux authored
- classes are now distributed into modules for clarity.
-
- 25 Nov, 2014 1 commit
-
-
Joseph Mirabel authored
-
- 10 Oct, 2014 2 commits
-
-
Florent Lamiraux authored
- two implementations: nearestNeighbor::KDTree and nearestNeighbor::Basic. - update test accordingly. - use nearestNeighbor::Basic by default since nearestNeighbor::KDtree fails with benchmark 2014/09/27/pr2_in_iai_kitchen.
-
Florent Lamiraux authored
- KDTree is an internal class that does not need to be exposed to users.
-
- 04 Sep, 2014 1 commit
-
-
Florent Lamiraux authored
- move operator inside namespaces, - operator<< calls method print defined in the classes.
-
- 03 Sep, 2014 1 commit
-
-
Florent Lamiraux authored
-
- 31 Jul, 2014 5 commits
-
-
Florent Lamiraux authored
- when creating a new node and connecting it both ways to another node, the new node is simply added to the connected component of the previously existing one.
-
Florent Lamiraux authored
-
Florent Lamiraux authored
User do not need this class.
-
Mukunda Bharatheesha authored
- new implementation of connected components.
-
Florent Lamiraux authored
-
- 30 Jul, 2014 1 commit
-
-
Florent Lamiraux authored
- re-indent files before inserting directed roadmap, - delete trailing white spaces.
-
- 22 Apr, 2014 1 commit
-
-
Mathieu Geisert (old) authored
-
- 15 Apr, 2014 1 commit
-
-
Mathieu Geisert (old) authored
-
- 14 Apr, 2014 1 commit
-
-
Mathieu Geisert (old) authored
-
- 03 Apr, 2014 1 commit
-
-
Florent Lamiraux authored
- For clarity, define two methods instead of using default parameters: Roadmap::addNode, Roadmap::nearestNode, Node::Node. - Computation are unchanged.
-
- 27 Mar, 2014 1 commit
-
-
Florent Lamiraux authored
-
- 14 Mar, 2014 1 commit
-
-
Florent Lamiraux authored
cut dependency to kitelab and jrl-dynamics, implement roadmap, problem, path planner...
-