Commit 3e642fb
Jazzy Sync 7: May 29 2025 (ros-navigation#5211)
* Dynamic param patterns (ros-navigation#4971)
* redesign dynamic param patterns
Signed-off-by: Nils-ChristianIseke <[email protected]>
* change cache version
Signed-off-by: Nils-ChristianIseke <[email protected]>
* check that parameter of type double are >=0.0
Signed-off-by: Nils-ChristianIseke <[email protected]>
---------
Signed-off-by: Nils-ChristianIseke <[email protected]>
* [nav2_behavior_tree] Add force_use_current_pose to ComputePathToPoseAction (ros-navigation#4925)
* Add force_use_current_pose
Signed-off-by: Guillaume Doisy <[email protected]>
* xml update
Signed-off-by: Guillaume Doisy <[email protected]>
* rename to use_start
Signed-off-by: Guillaume Doisy <[email protected]>
* lint
Signed-off-by: Guillaume Doisy <[email protected]>
* descriptions
Signed-off-by: Guillaume Doisy <[email protected]>
* simplify logic
Signed-off-by: Guillaume Doisy <[email protected]>
---------
Signed-off-by: Guillaume Doisy <[email protected]>
Co-authored-by: Guillaume Doisy <[email protected]>
* [CostmapTopicCollisionChecker] Alternative constructor with footprint string (ros-navigation#4926)
* [CostmapTopicCollisionChecker] Alternative constructor with footprint
Signed-off-by: Guillaume Doisy <[email protected]>
* raw pointer
Signed-off-by: Guillaume Doisy <[email protected]>
* suggestions from review
Signed-off-by: Guillaume Doisy <[email protected]>
---------
Signed-off-by: Guillaume Doisy <[email protected]>
Co-authored-by: Guillaume Doisy <[email protected]>
* Merged Fix navfn_planner from humble PR ros-navigation#5087 (ros-navigation#5092)
* merged changes from humble for goal.header fix
* reverted back, error in merge
* ported goal.header fix in navfn_planner.cpp from humble
* reverted to navfn_planner.cpp to origin/main
* merged navfn_planner.cpp from humble
* fixed the merge
* Update map_io library to use Eigen method for faster map loading (ros-navigation#5071)
* Update map_io library to use opencv method for faster map loading
Signed-off-by: Vignesh T <[email protected]>
* Update pre-commit config changes
Signed-off-by: Vignesh T <[email protected]>
* Use Eigen approach instead of OpenCV
Signed-off-by: Vignesh T <[email protected]>
* Update pre-commit changes
Signed-off-by: Vignesh T <[email protected]>
* Update include header include order
Signed-off-by: Vignesh T <[email protected]>
* Remove intermediary alpha matrix
Signed-off-by: Vignesh T <[email protected]>
* Add comments for the code understanding
Signed-off-by: Vignesh T <[email protected]>
* Fix else braces rule issue
Signed-off-by: Vignesh T <[email protected]>
* Create and use alpha_matrix when applying mask
Signed-off-by: Vignesh T <[email protected]>
* Update pre-commit changes
Signed-off-by: Vignesh T <[email protected]>
* Take flip part out of if-else
Signed-off-by: Vignesh T <[email protected]>
* Update pre-commit changes
Signed-off-by: Vignesh T <[email protected]>
---------
Signed-off-by: Vignesh T <[email protected]>
* Precompute yaw trigonometric values in smac planner (ros-navigation#5109)
Signed-off-by: mini-1235 <[email protected]>
* removing the start navigation message in the paused state from rviz buttons (ros-navigation#5137)
Signed-off-by: Pradheep <[email protected]>
* Show error if inflation radius is smaller than circumscribed radius (ros-navigation#5148)
* Warn if inflation radius is smaller than circumscribed radius
Signed-off-by: Tony Najjar <[email protected]>
* Update nav2_mppi_controller/src/critics/cost_critic.cpp
Co-authored-by: Steve Macenski <[email protected]>
Signed-off-by: Tony Najjar <[email protected]>
* Update nav2_smac_planner/include/nav2_smac_planner/utils.hpp
Co-authored-by: Steve Macenski <[email protected]>
Signed-off-by: Tony Najjar <[email protected]>
---------
Signed-off-by: Tony Najjar <[email protected]>
Signed-off-by: Tony Najjar <[email protected]>
Co-authored-by: Steve Macenski <[email protected]>
* Prevent MPPI controller from resetting speed limits upon goal execution. (ros-navigation#5165)
Signed-off-by: Leander Stephen D'Souza <[email protected]>
* Fixing docking server when already docked at the requeste ddock (ros-navigation#5171)
Signed-off-by: Steve Macenski <[email protected]>
* Adding parameter util to node utils (ros-navigation#5154)
* Adding declare_or_get_param util to node utils
Signed-off-by: Marco Bassa <[email protected]>
* Adding test for declare_or_get_param util
Signed-off-by: Marco Bassa <[email protected]>
* Adding declare_or_get_parameter function by type, using explicit variable names, disabling param warnings by default
Signed-off-by: Marco Bassa <[email protected]>
* Update nav2_util/test/test_node_utils.cpp
Signed-off-by: Steve Macenski <[email protected]>
* Fixing codecove test
Signed-off-by: Marco Bassa <[email protected]>
* Catching possible exception in declare_or_get_by_type
Signed-off-by: Marco Bassa <[email protected]>
* Templating return type of declare parameter by value
Signed-off-by: Marco Bassa <[email protected]>
---------
Signed-off-by: Marco Bassa <[email protected]>
Signed-off-by: Steve Macenski <[email protected]>
Co-authored-by: Steve Macenski <[email protected]>
* added config for laserscan in lb-sim (ros-navigation#5174)
* added config for laserscan in lb-sim
Signed-off-by: RamanaBotta <[email protected]>
* fixing ament_flake8 errors
Signed-off-by: RamanaBotta <[email protected]>
* review: use_inf is default:true and added parameters on readme ros-navigation#4992
Signed-off-by: RamanaBotta <[email protected]>
* refactor: meaningfull value for scan_angle_increment
Signed-off-by: RamanaBotta <[email protected]>
---------
Signed-off-by: RamanaBotta <[email protected]>
Co-authored-by: RamanaBotta <[email protected]>
* Publish planned footprints after smoothing (ros-navigation#5155)
* Publish planned footprints after smoothing
Signed-off-by: Tony Najjar <[email protected]>
* Revert "Publish planned footprints after smoothing"
This reverts commit c9b349a.
* Add smoothed footprints publishing
Signed-off-by: Tony Najjar <[email protected]>
* fix formatting
Signed-off-by: Tony Najjar <[email protected]>
* Fix indentation for publisher creation in SmacPlannerHybrid and SmacPlannerLattice
Signed-off-by: Tony Najjar <[email protected]>
* address PR comments
Signed-off-by: Tony Najjar <[email protected]>
* fixes
Signed-off-by: Tony Najjar <[email protected]>
* fix build error
Signed-off-by: Tony Najjar <[email protected]>
---------
Signed-off-by: Tony Najjar <[email protected]>
* fixing deprecation warning (ros-navigation#5182)
Signed-off-by: Steve Macenski <[email protected]>
* Adding missing dep to loopback sim (ros-navigation#5204)
* Adding missing dep
Signed-off-by: Steve Macenski <[email protected]>
* typo
Signed-off-by: Steve Macenski <[email protected]>
* updating fix
Signed-off-by: Steve Macenski <[email protected]>
---------
Signed-off-by: Steve Macenski <[email protected]>
* Adding parameter warn_when_defaulting_parameters to control default parameter warnings (ros-navigation#5189)
* Adding a parameter warn_when_defaulting_parameters to control default parameter warnings instead of using a flag
Signed-off-by: Marco Bassa <[email protected]>
* Adding parameter strict_param_loading for optionally throwing an exception if parameter overrides are missing
Signed-off-by: Marco Bassa <[email protected]>
* Using default false declaration instead of declare_or_get in param util
Signed-off-by: Marco Bassa <[email protected]>
---------
Signed-off-by: Marco Bassa <[email protected]>
* bumping to 1.3.7 for release
Signed-off-by: Steve Macenski <[email protected]>
---------
Signed-off-by: Nils-ChristianIseke <[email protected]>
Signed-off-by: Guillaume Doisy <[email protected]>
Signed-off-by: Vignesh T <[email protected]>
Signed-off-by: mini-1235 <[email protected]>
Signed-off-by: Pradheep <[email protected]>
Signed-off-by: Tony Najjar <[email protected]>
Signed-off-by: Tony Najjar <[email protected]>
Signed-off-by: Leander Stephen D'Souza <[email protected]>
Signed-off-by: Steve Macenski <[email protected]>
Signed-off-by: Marco Bassa <[email protected]>
Signed-off-by: RamanaBotta <[email protected]>
Co-authored-by: Nils-Christian Iseke <[email protected]>
Co-authored-by: Guillaume Doisy <[email protected]>
Co-authored-by: Guillaume Doisy <[email protected]>
Co-authored-by: Sandeep Dutta <[email protected]>
Co-authored-by: Vignesh T <[email protected]>
Co-authored-by: mini-1235 <[email protected]>
Co-authored-by: Pradheep Krishna <[email protected]>
Co-authored-by: Tony Najjar <[email protected]>
Co-authored-by: Leander Stephen D'Souza <[email protected]>
Co-authored-by: Marco Bassa <[email protected]>
Co-authored-by: Raman <[email protected]>
Co-authored-by: RamanaBotta <[email protected]>1 parent 4f472bf commit 3e642fb
File tree
69 files changed
+624
-191
lines changedSome content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
69 files changed
+624
-191
lines changed| 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: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
83 | 87 | | |
84 | 88 | | |
85 | 89 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
| 77 | + | |
| 78 | + | |
78 | 79 | | |
79 | 80 | | |
80 | 81 | | |
| |||
| 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: 19 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
36 | | - | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
37 | 54 | | |
38 | 55 | | |
39 | 56 | | |
| |||
| 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 | |
|---|---|---|---|
| |||
437 | 437 | | |
438 | 438 | | |
439 | 439 | | |
| 440 | + | |
| 441 | + | |
| 442 | + | |
| 443 | + | |
| 444 | + | |
| 445 | + | |
| 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 | | |
| |||
0 commit comments