- Jun 07, 2024
-
-
pre-commit-ci[bot] authored
for more information, see https://pre-commit.ci
-
Florent Lamiraux authored
-
pre-commit-ci[bot] authored
for more information, see https://pre-commit.ci
-
Ilias Harkati authored
-
- Apr 30, 2024
-
-
Florent Lamiraux authored
-
- Mar 21, 2024
-
-
Guilhem Saurel authored
-
- Dec 19, 2023
-
-
Joseph Mirabel authored
-
- Oct 20, 2023
-
-
pre-commit-ci[bot] authored
for more information, see https://pre-commit.ci
-
Florent Lamiraux authored
-
- Oct 17, 2023
-
-
Florent Lamiraux authored
Path::operator().
-
- Oct 16, 2023
-
-
Florent Lamiraux authored
Copying the steering method from the edge and passing the constraints of the steering method to the problem does not seem to work.
-
- Sep 26, 2023
-
-
pre-commit-ci[bot] authored
for more information, see https://pre-commit.ci
-
Florent Lamiraux authored
in C++.
-
- Jul 28, 2023
-
-
Florent Lamiraux authored
-
- Jul 27, 2023
-
-
pre-commit-ci[bot] authored
for more information, see https://pre-commit.ci
-
Florent Lamiraux authored
Instead of writing in the terminal. Also test that there are constraints before writing them.
-
- Jul 19, 2023
-
-
pre-commit-ci[bot] authored
for more information, see https://pre-commit.ci
-
- Jul 17, 2023
-
-
Florent Lamiraux authored
-
- May 19, 2023
-
-
Florent Lamiraux authored
-
- Mar 14, 2023
-
-
pre-commit-ci[bot] authored
for more information, see https://pre-commit.ci
-
Florent Lamiraux authored
-
- Feb 20, 2023
-
-
Florent Lamiraux authored
-
- Nov 21, 2022
-
-
pre-commit-ci[bot] authored
for more information, see https://pre-commit.ci
-
- Nov 10, 2022
-
-
yann_dm authored
-
- Nov 04, 2022
-
-
Guilhem Saurel authored
-
- Jul 02, 2022
-
-
Toefinder authored
The default timeout for innerPlanner is a positive value. However, if the user specifically sets it to be 0, the timeout will not be set and hence timeout will not be used to stop innerPlanner (default timeout in PathPlanner is infinity).
-
Toefinder authored
buildOptProblem should allow the case when there is no waypoint to be computed (only 1 loop transition from init config to the goal). PathPlanner::tryConnectInitAndGoals() should be called when the goal configuration is given.
-
- Jun 28, 2022
-
-
Le Quang Anh authored
The configSolved() method is redundant. Checks are added for the case where the final configuration computed has been reached but the goal is deemed not reached by the path planner. Some other small redundancies are also removed.
-
- Jun 22, 2022
-
-
Le Quang Anh authored
Note that we need to set it **after** the problem's path projector has been initialized.
-
- Jun 08, 2022
-
-
pre-commit-ci[bot] authored
for more information, see https://pre-commit.ci
-
Le Quang Anh authored
Path projectors are defined in core::ProblemSolver and overloaded in manipulation::ProblemSolver. Formerly, the overloaded method checked that the steering method was of type manipulation::SteeringMethod and created the path projector with the inner steering of the latter. This commit modifies this behavior since calling idl method hpp::corbaserver::Problem::createPathPlanner with a core_idl::Problem instance as input fails when the problem solver is of type manipulation::ProblemSolver.
-
- Jun 07, 2022
-
-
Le Quang Anh authored
-
- Jun 01, 2022
-
-
Le Quang Anh authored
Declaring a vector without explicitly initializing the values to 0 seems to (sometimes) have strange behavior. This has been fixed. Some comments are added to explain buildOptimizationProblem.
-
- May 31, 2022
-
-
Guilhem Saurel authored
-
- May 30, 2022
-
-
Le Quang Anh authored
Previously, when the inStatePlanner fails to compute path between two configurations on the same leaf, the roadmap generated is not added to the main roadmap of StatesPathFinder. Now it is added so that the roadmap gets expanded whenever inStatePlanner is used. The good side effect is fairer comparison between different algorithms when comparing by the number of nodes in the roadmap.
-
- May 25, 2022
-
-
Le Quang Anh authored
Clearer logic flows for SolveOptimizationProblem. Also, save the longest sequence when we need to reset solution due to exceeding the maximum fails.
-
- May 23, 2022
-
-
Le Quang Anh authored
Previously, we handled this case when goal is defined as a goal configuration. However, this case may still occur when goal is defined as a set of constraints. Moreover, the previous method does not store the loop transition to the list of solutions, making it difficult to re-try later on.
-
- May 20, 2022
-
-
Le Quang Anh authored
-
- May 13, 2022
-
-
Le Quang Anh authored
-
- Apr 21, 2022
-
-
Florent Lamiraux authored
-