Skip to content
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

remove LifecycleNode's argument use_rclcpp_node #2993

Merged

Conversation

gezp
Copy link
Contributor

@gezp gezp commented Jun 2, 2022

Signed-off-by: zhenpeng ge [email protected]


Basic Info

Info Please fill out this column
Ticket(s) this addresses (tickets: #816)
Primary OS tested on (Ubuntu)
Robotic platform tested on (gazebo simulation of turtlebot3)

Description of contribution in a few bullet points

this is a final PR to solve #816

  • remove LifecycleNode's argument use_rclcpp_node and member rclcpp_node_ which is unused currently.
  • update the construction function of some nodes which derived from LifecycleNode.
  • update test_costmap_topic_collision_checker.cpp which use rclcpp_node_ (like Reduce costmap_2d_ros nodes #2489).

Description of documentation updates required from your changes

update migration documentation : ros-navigation/docs.nav2.org#321


Future work that may be required in bullet points

For Maintainers:

  • Check that any new parameters added are updated in navigation.ros.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

@mergify
Copy link
Contributor

mergify bot commented Jun 2, 2022

@gezp, please properly fill in PR template in the future. @SteveMacenski, use this instead.

  • Check that any new parameters added are updated in navigation.ros.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

Signed-off-by: zhenpeng ge <[email protected]>
@SteveMacenski SteveMacenski merged commit 30048b4 into ros-navigation:main Jun 2, 2022
redvinaa pushed a commit to EnjoyRobotics/navigation2 that referenced this pull request Jun 30, 2022
* remove LifecycleNode's argument use_rclcpp_node

Signed-off-by: zhenpeng ge <[email protected]>

* update comment

Signed-off-by: zhenpeng ge <[email protected]>
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