Commit 347afe8
fix: correct ThroughActionResult type alias in would_a_planner_recovery_help_condition (#5326)
The ThroughActionResult type alias was incorrectly referencing Action::Result
instead of ThroughAction::Result, causing the condition to not work properly
for ComputePathThroughPoses actions.
Fixes #5324
Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com>1 parent bb72551 commit 347afe8
File tree
1 file changed
+1
-1
lines changed1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
0 commit comments