Skip to content

Commit ad9cff8

Browse files
committed
Attempt to fix partial planning
Signed-off-by: Abhishekh Reddy <helloarm@pm.me>
1 parent dbe296b commit ad9cff8

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

configuration/packages/bt-plugins/actions/ComputePathThroughPoses.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,7 @@ Output Ports
8989
========================== =======
9090

9191
Description
92-
In the case of a partial plan, index of the last reached pose from the goals list.
93-
Otherwise -1 which also corresponds to ComputePathThroughPosesResult::ALL_GOALS
94-
if a full plan through all the goals was possible.
92+
In the case of a partial plan, index of the last reached pose from the goals list. Otherwise -1 which also corresponds to ComputePathThroughPosesResult::ALL_GOALS if a full plan through all the goals was possible.
9593

9694
:error_code_id:
9795

configuration/packages/configuring-planner-server.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,7 @@ Parameters
4848
============== ========
4949

5050
Description
51-
Allows planner server to output partial paths in the presence of obstacles when planning through poses.
52-
Otherwise planner fails and aborts the plan request in such a case by default.
51+
Allows planner server to output partial paths in the presence of obstacles when planning through poses. Otherwise planner fails and aborts the plan request in such a case by default.
5352

5453
:expected_planner_frequency:
5554

0 commit comments

Comments
 (0)