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

ROS 2 Lifecycle support for current node executables. #1210

Open
FelipeH92 opened this issue Sep 18, 2024 · 1 comment
Open

ROS 2 Lifecycle support for current node executables. #1210

FelipeH92 opened this issue Sep 18, 2024 · 1 comment

Comments

@FelipeH92
Copy link

Hello.

Is there any plan on implementing lifecycle support for the current node executables? It would be useful to use lifecycle to control, reconfigure and restart the nodes on the fly.

@matlabbe
Copy link
Member

Since ros1, rtabmap_ros has already ros services to provide that kind of workflow on runtime (reconfigure, reload a different database, restart, delete current map...), even controllable by rtabmap_viz UI interface, but there is indeed no output giving the current state of the node (e.g., initializing, loading database, running, shutting down...), as described in this doc: https://design.ros2.org/articles/node_lifecycle.html

Nav2 is using extensively lifecycle managed nodes, so it could be indeed useful to have rtabmap integrated in nav2 lifecyle loop. To answer your question, there is no short-term plan to implement it, but I am open to review a PR about that.

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

No branches or pull requests

2 participants