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

Fix bug: unable remove Action node with initial default values #120

Conversation

mdeitersen
Copy link
Contributor

@mdeitersen mdeitersen commented Oct 16, 2024

Issue: crashing when attempting to remove action node with initial values. #128
Cause: the non-ROS message type int is assigned as the initial value for result and feedback type. When the action node is removed, the output fields are set to None during _do_shutdown() which fails because the result and feedback type have no fields defined.
Solution: Set result and feedback type to ROS message Int64 initially. This works as a temporary solution but is properly fixed and adressed by #23 .

@Oberacda Oberacda merged commit a642e7f into fzi-forschungszentrum-informatik:dev Oct 28, 2024
8 checks passed
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