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

Update/introspection nodes #124

Open
wants to merge 7 commits into
base: ros2
Choose a base branch
from

Conversation

Timple
Copy link

@Timple Timple commented Sep 23, 2024

On behalf of @RichardK

  • don't spin inside the node, let the outside user determine how to spin this node and how to catch exceptions properly
  • Fix encoding/ decoding of user_data messages. This most likely also fixes the "set as initial state" button in the smach_viewer
  • updated test accordingly
  • set_initial_state was called inside a callback, so rate.sleep() is replaced by time.sleep() (see rate docs)

These changes are verified on running robots together with: #116

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.

1 participant