-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Comparing changes
Open a pull request
base repository: ros-navigation/navigation2
base: 1.3.8
head repository: ros-navigation/navigation2
compare: jazzy
- 12 commits
- 181 files changed
- 9 contributors
Commits on Aug 21, 2025
-
fix: Move SmootherParams declaration outside smooth_path conditional (#…
…5473) (#5474) Fixes crash when dynamically changing smooth_path parameter from false to true. The issue occurred because SmootherParams were only declared when smooth_path was initially true, causing ParameterModifiedInCallbackException when trying to declare parameters within the dynamic parameter callback. Now SmootherParams are always declared, making them available for dynamic reconfiguration regardless of the initial smooth_path value. Fixes #5472 (cherry picked from commit 69a60df) Co-authored-by: Steve Macenski <stevenmacenski@gmail.com> Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for b515c88 - Browse repository at this point
Copy the full SHA b515c88View commit details
Commits on Aug 27, 2025
-
Replace last pose if only orientation differs in Navfn (#5490) (#5492)
(cherry picked from commit ff80727) Signed-off-by: mini-1235 <mauricepurnawan@gmail.com> Co-authored-by: mini-1235 <mauricepurnawan@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 08119d0 - Browse repository at this point
Copy the full SHA 08119d0View commit details
Commits on Sep 9, 2025
-
Manual Backport Route Server to Jazzy (#5517)
* Manual backport of Route Server to Jazzy Signed-off-by: Steve Macenski <stevenmacenski@gmail.com> * linting Signed-off-by: Steve Macenski <stevenmacenski@gmail.com> * Fix backport error Signed-off-by: Steve Macenski <stevenmacenski@gmail.com> * lint Signed-off-by: Steve Macenski <stevenmacenski@gmail.com> * Adding in Nav2 BT + Launch Signed-off-by: Steve Macenski <stevenmacenski@gmail.com> --------- Signed-off-by: Steve Macenski <stevenmacenski@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 1293655 - Browse repository at this point
Copy the full SHA 1293655View commit details
Commits on Sep 20, 2025
-
Jazzy Sync Sept 19, 2025 1.3.9 (#5540)
* Fix dynamic param SmacPlannerLattice (#5478) * Fix SmacPlannerLattice dynamic parameter early exit Signed-off-by: Tony Najjar <tony.najjar.1997@gmail.com> * remove comment Signed-off-by: Tony Najjar <tony.najjar.1997@gmail.com> --------- Signed-off-by: Tony Najjar <tony.najjar.1997@gmail.com> * Fix duplicate poses with computePlanThroughPoses (#5488) * fix-duplicate-poses Signed-off-by: Tony Najjar <tony.najjar.1997@gmail.com> * Update nav2_planner/src/planner_server.cpp Co-authored-by: Steve Macenski <stevenmacenski@gmail.com> Signed-off-by: Tony Najjar <tony.najjar.1997@gmail.com> --------- Signed-off-by: Tony Najjar <tony.najjar.1997@gmail.com> Co-authored-by: Steve Macenski <stevenmacenski@gmail.com> * Fix seg fault (#5501) * Fix segmentation fault Signed-off-by: Tony Najjar <tony.najjar.1997@gmail.com> * fix linting Signed-off-by: Tony Najjar <tony.najjar.1997@gmail.com> --------- Signed-off-by: Tony Najjar <tony.najjar.1997@gmail.com> * Add a service for enabling/disabling the collision monitor (#5493) * Added std_srvs package to dependencies Signed-off-by: Abhishekh Reddy <helloarm@pm.me> * Declared service and callback for enabling/disabling collision monitor Signed-off-by: Abhishekh Reddy <helloarm@pm.me> * Declared a variable to store collision monitor enable/disable state Signed-off-by: Abhishekh Reddy <helloarm@pm.me> * Added initialization for collision monitor enable/disable service Signed-off-by: Abhishekh Reddy <helloarm@pm.me> * Implemented service callback for collision monitor enable/disable service Signed-off-by: Abhishekh Reddy <helloarm@pm.me> * Removed std_srvs package dependency Signed-off-by: Abhishekh Reddy <helloarm@pm.me> * Added Toggle interface Signed-off-by: Abhishekh Reddy <helloarm@pm.me> * Replaced Trigger interface with the new Toggle interface Signed-off-by: Abhishekh Reddy <helloarm@pm.me> * Added default initialization for enabled flag Signed-off-by: Abhishekh Reddy <helloarm@pm.me> * Fixed toggle service name Signed-off-by: Abhishekh Reddy <helloarm@pm.me> * Updated toggle logic for collision monitor Signed-off-by: Abhishekh Reddy <helloarm@pm.me> * Added a new line at the end of file Signed-off-by: Abhishekh Reddy <helloarm@pm.me> * Update nav2_collision_monitor/src/collision_monitor_node.cpp Co-authored-by: Steve Macenski <stevenmacenski@gmail.com> Signed-off-by: Abhishekh Reddy <helloarm@pm.me> * Update nav2_collision_monitor/src/collision_monitor_node.cpp Co-authored-by: Steve Macenski <stevenmacenski@gmail.com> Signed-off-by: Abhishekh Reddy <helloarm@pm.me> * Added enabled check for logging Signed-off-by: Abhishekh Reddy <helloarm@pm.me> * Added a unit test for toggle service Signed-off-by: Abhishekh Reddy <helloarm@pm.me> * Made the getter const and added a comment Signed-off-by: Abhishekh Reddy <helloarm@pm.me> * Replaced rclcpp::spin_some Signed-off-by: Abhishekh Reddy <helloarm@pm.me> --------- Signed-off-by: Abhishekh Reddy <helloarm@pm.me> Co-authored-by: Steve Macenski <stevenmacenski@gmail.com> * bump Jazzy to 1.3.9 for release Signed-off-by: SteveMacenski <stevenmacenski@gmail.com> * Change service type for collision monitor Signed-off-by: Steve Macenski <stevenmacenski@gmail.com> * Fix backport error Signed-off-by: SteveMacenski <stevenmacenski@gmail.com> * update Signed-off-by: SteveMacenski <stevenmacenski@gmail.com> --------- Signed-off-by: Tony Najjar <tony.najjar.1997@gmail.com> Signed-off-by: Abhishekh Reddy <helloarm@pm.me> Signed-off-by: SteveMacenski <stevenmacenski@gmail.com> Signed-off-by: Steve Macenski <stevenmacenski@gmail.com> Co-authored-by: Tony Najjar <tony.najjar.1997@gmail.com> Co-authored-by: Abhishekh Reddy <helloarm@pm.me>
Configuration menu - View commit details
-
Copy full SHA for de00cbc - Browse repository at this point
Copy the full SHA de00cbcView commit details -
Update package version from 1.1.0 to 1.3.9
Signed-off-by: Steve Macenski <stevenmacenski@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 8a71fdc - Browse repository at this point
Copy the full SHA 8a71fdcView commit details
Commits on Sep 22, 2025
-
Add support for dynamically changing keepout zone (#5429) (#5542)
* Add support for dynamically changing keepout zone * Linting * Revert binary and speed changes --------- (cherry picked from commit e690ef0) Signed-off-by: mini-1235 <mauricepurnawan@gmail.com> Co-authored-by: mini-1235 <mauricepurnawan@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 222a2cd - Browse repository at this point
Copy the full SHA 222a2cdView commit details
Commits on Sep 30, 2025
-
Fix bad_weak_ptr in createBond() by using shared_ptr (backport #5341) (…
…#5563) Signed-off-by: ymd-stella <world.applepie@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for a9ba19f - Browse repository at this point
Copy the full SHA a9ba19fView commit details
Commits on Oct 14, 2025
-
Fixed crash due to incorrect string construction (#5606) (#5613)
(cherry picked from commit 48e7e06) Signed-off-by: Jay Herpin <jherpin@metalsharkboats.com> Co-authored-by: Jay Herpin <159202566+JayHerpin@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 7a609ae - Browse repository at this point
Copy the full SHA 7a609aeView commit details
Commits on Oct 22, 2025
-
Add dependency on nav2_route in package.xml (#5639)
Signed-off-by: Steve Macenski <stevenmacenski@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for cd69813 - Browse repository at this point
Copy the full SHA cd69813View commit details
Commits on Oct 23, 2025
-
* Revert #4971 in Jazzy Signed-off-by: mini-1235 <mauricepurnawan@gmail.com> * Add Signed-off-by: mini-1235 <mauricepurnawan@gmail.com> --------- Signed-off-by: mini-1235 <mauricepurnawan@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 007e7c6 - Browse repository at this point
Copy the full SHA 007e7c6View commit details -
Bumping to 1.3.10 for urgent jazzy regression fixes (#5650)
Signed-off-by: SteveMacenski <stevenmacenski@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 88ca7c4 - Browse repository at this point
Copy the full SHA 88ca7c4View commit details -
Backporting custom height point field into Jazzy. (#5646)
* Summary commit of all changes for adding custom pointcloud field height. (#5586) Doing this to clear out unsigned commits from history. Signed-off-by: Greg Anderson <107634795+greganderson-vermeer@users.noreply.github.com> * Corrected parameter declaration methods that aren't part of Jazzy. Fixed parameter typo from some manual merging in pointcloud.cpp Signed-off-by: Greg Anderson <107634795+greganderson-vermeer@users.noreply.github.com> --------- Signed-off-by: Greg Anderson <107634795+greganderson-vermeer@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 6794f00 - Browse repository at this point
Copy the full SHA 6794f00View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 1.3.8...jazzy