Skip to content

Add nav2_config for humble and jazzy#52053

Open
sutharsan-311 wants to merge 2 commits into
ros:masterfrom
sutharsan-311:add-nav2-config
Open

Add nav2_config for humble and jazzy#52053
sutharsan-311 wants to merge 2 commits into
ros:masterfrom
sutharsan-311:add-nav2-config

Conversation

@sutharsan-311

Copy link
Copy Markdown
Contributor

Description

Adds nav2_config to the ROS2 humble and jazzy distributions.

nav2_config is a real-time visual parameter tuning GUI for Nav2. It connects to a live Nav2 stack and lets you tune navigation parameters without killing and relaunching nodes — no more edit–kill–relaunch–wait–test cycles.

Distros: humble, jazzy
Version: 0.1.0-1
Status: developed

CI passing on both humble (Ubuntu 22.04) and jazzy (Ubuntu 24.04):
https://github.com/sutharsan-311/nav2_config/actions

@github-actions github-actions Bot added humble Issue/PR is for the ROS 2 Humble distribution jazzy Issue/PR is for the ROS 2 Jazzy distribution labels Jun 13, 2026

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for sending a pull request to ROS distro!

This is an automated tool that helps check your pull request for correctness.
This tool checks a number of attributes associated with your ROS package and generates a report that helps our reviewers merge your pull request in a timely fashion. Here are a few things to consider when sending adding or updating a package to ROS Distro.
ROS Distro includes a very helpful CONTRIBUTING.md file that we recommend reading if it is your first time submitting a package.
Please also read the ROS Distro review guidelines which summarizes this release process.

ROS Distro Considerations

Package Considerations

Having your package included in a ROS Distro is a badge of quality, and we recommend that package developers strive to create packages of the highest quality. We recommend package developers review the following resources before submitting their package.

Need Help?

Please post your questions to Robotics Stack Exchange or refer to the Infrastructure General channel on our Zulip server.


For changes related to rosdistro:

  • ✅ New repositories are named appropriately
  • ✅ New packages are named appropriately
  • ❌ Changes to release stanzas across multiple distributions are not permitted

For changes related to yamllint:

  • ❌ One or more linter violations were added to YAML files

Comment thread humble/distribution.yaml Outdated
Comment on lines +6533 to +6536
tags:
release: release/humble/{package}/{version}
url: https://github.com/sutharsan-311/nav2_config-release.git
version: 0.1.0-1

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changes to release stanzas across multiple distributions are not permitted

Comment thread jazzy/distribution.yaml Outdated
Comment on lines +6183 to +6186
tags:
release: release/jazzy/{package}/{version}
url: https://github.com/sutharsan-311/nav2_config-release.git
version: 0.1.0-1

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changes to release stanzas across multiple distributions are not permitted

Comment thread jazzy/distribution.yaml Outdated
url: https://github.com/ros-navigation/nav2_minimal_turtlebot_simulation.git
version: main
status: maintained
nav2_config:

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This line does not pass YAML linter checks: wrong ordering of key "nav2_config" in mapping

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For changes related to rosdistro:

  • ✅ New repositories are named appropriately

For changes related to yamllint:

  • ✅ All new lines of YAML pass linter checks

@mergify

mergify Bot commented Jun 19, 2026

Copy link
Copy Markdown

Tick the box to add this pull request to the merge queue (same as @mergifyio queue).

  • Queue this pull request

@mjcarroll

mjcarroll commented Jun 23, 2026

Copy link
Copy Markdown
Member
  • At least one of the following must be present
    • Top level license file: LICENSE (Apache-2.0)
    • Per package license files:
  • License is OSI-approved: Apache-2.0
  • License correctly listed in package.xmls
  • Public source repo: https://github.com/sutharsan-311/nav2_config
  • Source repository contains ROS packages
  • Each package meets REP-144 naming conventions
Package name details
$ find . -name "package.xml" -exec grep --color=auto -e "<name>" "{}" ";"
<name>nav2_config</name>
License details
$ find . -name "package.xml" -exec grep --color=auto -e "<license>" "{}" "+"
<license>Apache-2.0</license>

@sutharsan-311

Copy link
Copy Markdown
Contributor Author

Thanks @mjcarroll! On the release repo — I'll generate it properly with bloom-release rather than the hand-rolled entry, but I'm holding off on that until the name is settled.

On the name: rather than assume, I opened ros-navigation/navigation2#6230 to ask the Nav2 maintainers directly whether they're comfortable with nav2_config in their namespace or would prefer I move it out (and whether they'd want to upstream it). Once they weigh in I'll either keep the name or rename, then run bloom-release and update this PR accordingly. Will report back here.

@christophebedard christophebedard added the held for sync Issue/PR has been held because the distribution is in a sync hold label Jun 29, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

held for sync Issue/PR has been held because the distribution is in a sync hold humble Issue/PR is for the ROS 2 Humble distribution jazzy Issue/PR is for the ROS 2 Jazzy distribution

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants