Add method to check for error in robotHW component#357
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.