Skip to content

Conversation

@papertowel123
Copy link

@papertowel123 papertowel123 commented Jan 15, 2024


Basic Info

Info Please fill out this column
Ticket(s) this addresses https://lvserv01.logivations.com/browse/AMRNAV-5729
Primary OS tested on (Ubuntu, MacOS, Windows)
Robotic platform tested on (Steve's Robot, gazebo simulation of Tally, hardware turtlebot)

Base PR link: ros-navigation#3988

@papertowel123 papertowel123 self-assigned this Jan 15, 2024
@papertowel123 papertowel123 changed the title Cherry-pick of get-input [PR](https://github.com/ros-planning/navigation2/pull/3988) Cherry-pick of get-input PR Jan 15, 2024
Copy link

@HovorunB HovorunB left a comment

Choose a reason for hiding this comment

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

Nice!

@papertowel123 papertowel123 merged commit 017be36 into iron Jan 16, 2024
nav2_util::declare_parameter_if_not_declared(
node_, "goal_reached_tol",
rclcpp::ParameterValue(0.25));
node_->get_parameter_or<double>("goal_reached_tol", goal_reached_tol_, 0.25);
Copy link

Choose a reason for hiding this comment

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

@maksymdidukh you can keep this, but you need to move all getInput from the constructor to the initialize function.

This is what you did in all other steps as well, right? So you just missed the getInputs here?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants