Skip to content

Conversation

@mini-1235
Copy link
Collaborator

@mini-1235 mini-1235 commented Oct 22, 2025


Basic Info

Info Please fill out this column
Ticket(s) this addresses Fix #5638
Primary OS tested on Ubuntu
Robotic platform tested on turtlebot
Does this PR contain AI generated software? (No; Yes and it is marked inline in the code)
Was this PR description generated by AI software? Out of respect for maintainers, AI for human-to-human communications are banned

Description of contribution in a few bullet points

Description of documentation updates required from your changes

Description of how this change was tested


Future work that may be required in bullet points

For Maintainers:

  • Check that any new parameters added are updated in docs.nav2.org
  • Check that any significant change is added to the migration guide
  • Check that any new features OR changes to existing behaviors are reflected in the tuning guide
  • Check that any new functions have Doxygen added
  • Check that any new features have test coverage
  • Check that any new plugins is added to the plugins page
  • If BT Node, Additionally: add to BT's XML index of nodes for groot, BT package's readme table, and BT library lists
  • Should this be backported to current distributions? If so, tag with backport-*.

Signed-off-by: mini-1235 <mauricepurnawan@gmail.com>
@mergify
Copy link
Contributor

mergify bot commented Oct 22, 2025

@mini-1235, all pull requests must be targeted towards the main development branch.
Once merged into main, it is possible to backport to @jazzy, but it must be in main
to have these changes reflected into new distributions.

@codecov
Copy link

codecov bot commented Oct 22, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.

Files with missing lines Coverage Δ
...ated_pure_pursuit_controller/parameter_handler.hpp 100.00% <ø> (ø)
..._pure_pursuit_controller/src/parameter_handler.cpp 93.75% <100.00%> (+0.47%) ⬆️

... and 2 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Comment on lines 262 to 263
params_.rotate_to_heading_min_angle = parameter.as_double();
} else if (name == plugin_name_ + ".transform_tolerance") {
params_.transform_tolerance = parameter.as_double();
} else if (name == plugin_name_ + ".max_robot_pose_search_dist") {
params_.max_robot_pose_search_dist = parameter.as_double();
}
Copy link
Member

Choose a reason for hiding this comment

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

Should we keep these?

Comment on lines 322 to 323
} else if (name == plugin_name_ + ".interpolate_curvature_after_goal") {
params_.interpolate_curvature_after_goal = parameter.as_bool();
Copy link
Member

Choose a reason for hiding this comment

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

Should we keep this?

Signed-off-by: mini-1235 <mauricepurnawan@gmail.com>
@SteveMacenski SteveMacenski merged commit 007e7c6 into ros-navigation:jazzy Oct 23, 2025
11 checks passed
@mini-1235 mini-1235 deleted the patch-1 branch October 23, 2025 17:38
RBT22 pushed a commit to EnjoyRobotics/navigation2 that referenced this pull request Oct 28, 2025
* Revert ros-navigation#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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants