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

Fixed lifecycle manager startup (#2917) #2960

Conversation

robotechvision
Copy link
Contributor

@robotechvision robotechvision commented May 20, 2022


Basic Info

Info Please fill out this column
Ticket(s) this addresses #2917
Primary OS tested on Ubuntu
Robotic platform tested on Tested by @AlexeyMerzlyakov

Description of contribution in a few bullet points

  • Fixed lifecycle manager startup failure with FastRTPS which was caused by an rclcpp bug whose fix hasn't been merged yet

Description of documentation updates required from your changes

  • No updates needed

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 May 20, 2022

@robotechvision, 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

@SteveMacenski
Copy link
Member

Can be reverted after ros2/rclcpp#1640 has been merged

Is there a benefit to having it the other way? To be fair, I more or less skimmed the thread, it seemed like you and Alexey were doing a good job at figuring this out. The impression I got was that it doesn't really matter to us.

@SteveMacenski SteveMacenski merged commit eb53c28 into ros-navigation:main May 20, 2022
@AlexeyMerzlyakov
Copy link
Collaborator

Is there a benefit to having it the other way?

Current PR is intended to make service_thread_ to work correctly. This will make to create/maintain new service thread from the same thread where (and right after) the timer callback for this thread was declared: in the right place where it should be even if ros2/rclcpp#1640 to be fixed. So, in my opinion this is so we should have in Nav2 anyway (without future reverting after rclcpp PR to be fixed).

redvinaa pushed a commit to EnjoyRobotics/navigation2 that referenced this pull request Jun 30, 2022
…#2960)

Co-authored-by: Matej Vargovcik <vargovcik@robotechvision.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.

3 participants