-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Revert #4971 in Jazzy #5640
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Revert #4971 in Jazzy #5640
Conversation
Signed-off-by: mini-1235 <mauricepurnawan@gmail.com>
|
@mini-1235, all pull requests must be targeted towards the |
Codecov Report✅ All modified and coverable lines are covered by tests.
... and 2 files with indirect coverage changes 🚀 New features to boost your workflow:
|
| 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(); | ||
| } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we keep these?
| } else if (name == plugin_name_ + ".interpolate_curvature_after_goal") { | ||
| params_.interpolate_curvature_after_goal = parameter.as_bool(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we keep this?
* 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>
Basic Info
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:
backport-*.