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

Delete spinner in Introspection tools and fix endoding #3

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

Conversation

RichardvdK
Copy link

@RichardvdK RichardvdK commented Feb 15, 2024

  • 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)

…n this node and how to catch exceptions properly
@RichardvdK RichardvdK changed the title delete spinner in Introspection tools [WIP] delete spinner in Introspection tools Feb 15, 2024
@Timple
Copy link
Member

Timple commented Feb 16, 2024

I'm curious what the changes in the tests look like.

@RichardvdK RichardvdK changed the base branch from ros2 to nobleo-ros2 February 16, 2024 13:06
@RichardvdK RichardvdK changed the base branch from nobleo-ros2 to ros2 February 16, 2024 13:07
@RichardvdK RichardvdK changed the title [WIP] delete spinner in Introspection tools [WIP] delete spinner in Introspection tools and fix endoding Feb 16, 2024
@RichardvdK RichardvdK changed the title [WIP] delete spinner in Introspection tools and fix endoding Delete spinner in Introspection tools and fix endoding Feb 16, 2024
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