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 zenoh cli mapping error #552

Draft
wants to merge 1 commit into
base: rolling
Choose a base branch
from

Conversation

ahcorde
Copy link
Contributor

@ahcorde ahcorde commented Oct 4, 2024

Fixed zenoh cli mapping error

Related to ros2/rmw_zenoh#286

Signed-off-by: Alejandro Hernández Cordero <[email protected]>
Comment on lines +40 to +43
rclpy.init()
node = NameMaker()
rclpy.spin(node)
rclpy.shutdown()
Copy link
Contributor

Choose a reason for hiding this comment

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

This shouldn't be necessary; leaving the rclpy.init context should automatically call the shutdown. If that isn't working, then there is a bug somewhere else.

@ahcorde ahcorde marked this pull request as draft October 7, 2024 13:38
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