Commit 768947d
Sync Jazzy Aug 19, 2025 1.4.1 (#5469)
* Conserve curvature with LIMIT action (#5255)
* Conserve curvature with LIMIT action
Signed-off-by: Tony Najjar <tony.najjar.1997@gmail.com>
* fix format
Signed-off-by: Tony Najjar <tony.najjar.1997@gmail.com>
* fix test
Signed-off-by: Tony Najjar <tony.najjar.1997@gmail.com>
---------
Signed-off-by: Tony Najjar <tony.najjar.1997@gmail.com>
* Adding epsilon for voxel_layer precision loss (#5314)
* Adding epsilon for voxel_layer precision loss
Signed-off-by: bhx <1273698633@qq.com>
* Update nav2_costmap_2d/plugins/voxel_layer.cpp
Signed-off-by: Steve Macenski <stevenmacenski@gmail.com>
* Update nav2_costmap_2d/plugins/voxel_layer.cpp
Signed-off-by: Steve Macenski <stevenmacenski@gmail.com>
* Update nav2_costmap_2d/plugins/voxel_layer.cpp
Signed-off-by: Steve Macenski <stevenmacenski@gmail.com>
---------
Signed-off-by: bhx <1273698633@qq.com>
Signed-off-by: Steve Macenski <stevenmacenski@gmail.com>
Co-authored-by: Steve Macenski <stevenmacenski@gmail.com>
* 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>
* Adding slow down at target heading to RPP Controller (#5361)
* Adding slow down at target heading to RPP
Signed-off-by: SteveMacenski <stevenmacenski@gmail.com>
* Update test_regulated_pp.cpp
Signed-off-by: Steve Macenski <stevenmacenski@gmail.com>
---------
Signed-off-by: SteveMacenski <stevenmacenski@gmail.com>
Signed-off-by: Steve Macenski <stevenmacenski@gmail.com>
* Eexception rethrow in dockRobot method (#5364)
Signed-off-by: Alberto Tudela <ajtudela@gmail.com>
* Add global min obstacle height in voxel layer (#5389)
* Add min obstacle height in voxel layer
Signed-off-by: mini-1235 <mauricepurnawan@gmail.com>
* Fix linting
Signed-off-by: Maurice <mauricepurnawan@gmail.com>
---------
Signed-off-by: mini-1235 <mauricepurnawan@gmail.com>
Signed-off-by: Maurice <mauricepurnawan@gmail.com>
* [DEX] Enforce 3 digits precision (#5398)
Signed-off-by: Guillaume Doisy <guillaume@dexory.com>
Co-authored-by: Guillaume Doisy <guillaume@dexory.com>
* [static_layer] limit comparison precision (#5405)
* [DEX] limit comparison precision
Signed-off-by: Guillaume Doisy <guillaume@dexory.com>
* EPSILON 1e-5
Signed-off-by: Guillaume Doisy <guillaume@dexory.com>
---------
Signed-off-by: Guillaume Doisy <guillaume@dexory.com>
Co-authored-by: Guillaume Doisy <guillaume@dexory.com>
* Smooth path even if goal pose is so much near to the robot (#5423)
* Smooth path even if goal pose is so much near to the robot
Signed-off-by: CihatAltiparmak <cihataltiparmak1@gmail.com>
* Apply suggestions
Signed-off-by: CihatAltiparmak <cihataltiparmak1@gmail.com>
* Remove unnecessary diff
Signed-off-by: CihatAltiparmak <cihataltiparmak1@gmail.com>
---------
Signed-off-by: CihatAltiparmak <cihataltiparmak1@gmail.com>
* Fix KeepoutFilter on the ARM architecture (#5436)
Signed-off-by: Sushant Chavan <gitecsvc@gmail.com>
* Fix missing dependency (#5460)
* bump to 1.3.8 for Jazzy release Aug 19, 2025
Signed-off-by: SteveMacenski <stevenmacenski@gmail.com>
* load balance CI
Signed-off-by: SteveMacenski <stevenmacenski@gmail.com>
---------
Signed-off-by: Tony Najjar <tony.najjar.1997@gmail.com>
Signed-off-by: bhx <1273698633@qq.com>
Signed-off-by: Steve Macenski <stevenmacenski@gmail.com>
Signed-off-by: SteveMacenski <stevenmacenski@gmail.com>
Signed-off-by: Alberto Tudela <ajtudela@gmail.com>
Signed-off-by: mini-1235 <mauricepurnawan@gmail.com>
Signed-off-by: Maurice <mauricepurnawan@gmail.com>
Signed-off-by: Guillaume Doisy <guillaume@dexory.com>
Signed-off-by: CihatAltiparmak <cihataltiparmak1@gmail.com>
Signed-off-by: Sushant Chavan <gitecsvc@gmail.com>
Co-authored-by: Tony Najjar <tony.najjar.1997@gmail.com>
Co-authored-by: hutao <108395177+coderbaibai@users.noreply.github.com>
Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com>
Co-authored-by: Alberto Tudela <ajtudela@gmail.com>
Co-authored-by: mini-1235 <mauricepurnawan@gmail.com>
Co-authored-by: Guillaume Doisy <doisyg@users.noreply.github.com>
Co-authored-by: Guillaume Doisy <guillaume@dexory.com>
Co-authored-by: Cihat Kurtuluş Altıparmak <cihataltiparmak1@gmail.com>
Co-authored-by: Sushant Chavan <gitecsvc@gmail.com>
Co-authored-by: Tim Clephas <tim.clephas@nobleo.nl>1 parent fcd2975 commit 768947d
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
57 files changed
+158
-75
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
532 | 532 | | |
533 | 533 | | |
534 | 534 | | |
535 | | - | |
| 535 | + | |
536 | 536 | | |
537 | 537 | | |
538 | 538 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
Lines 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 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
548 | 548 | | |
549 | 549 | | |
550 | 550 | | |
| 551 | + | |
| 552 | + | |
551 | 553 | | |
552 | | - | |
| 554 | + | |
| 555 | + | |
| 556 | + | |
| 557 | + | |
553 | 558 | | |
554 | | - | |
555 | | - | |
556 | | - | |
557 | | - | |
| 559 | + | |
| 560 | + | |
| 561 | + | |
558 | 562 | | |
559 | 563 | | |
560 | 564 | | |
| |||
Lines changed: 8 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
820 | 820 | | |
821 | 821 | | |
822 | 822 | | |
823 | | - | |
| 823 | + | |
| 824 | + | |
| 825 | + | |
824 | 826 | | |
825 | 827 | | |
826 | | - | |
| 828 | + | |
827 | 829 | | |
828 | 830 | | |
829 | 831 | | |
| |||
905 | 907 | | |
906 | 908 | | |
907 | 909 | | |
908 | | - | |
| 910 | + | |
| 911 | + | |
| 912 | + | |
909 | 913 | | |
910 | 914 | | |
911 | | - | |
| 915 | + | |
912 | 916 | | |
913 | 917 | | |
914 | 918 | | |
| |||
0 commit comments