-
Notifications
You must be signed in to change notification settings - Fork 308
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
Add method to check for error in robotHW component #357
base: melodic-devel
Are you sure you want to change the base?
Conversation
Could you please demonstrate an example use-case, perhaps through some unit tests? |
465039f
to
1ea0662
Compare
1ea0662
to
41d1a34
Compare
Who would call this |
At the moment I use this in the main loop and then attempt to recover / stop if it returns true. |
This is the interesting part.. I believe there are no interfaces for this yet. |
No, there is no interface for that yet - that's why I would like to see #294 being extended to combined_robot_hw and also merged. |
@bmagyar @ipa-mdl any thoughts? |
Would just like to throw this out there in case nobody has considered it, but it appears the API is converging on an orocos component like design |
Bump |
I'm proposing to add a method to check for errors in the hardware components, especially when having multiple HW components, it becomes quite cumbersome otherwise.