-
Notifications
You must be signed in to change notification settings - Fork 310
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
[ Jazzy ] - Startup failes sometimes with: "Importing state interfaces for the hardware '...' returned no state interfaces." #1883
Comments
I just updated my jazzy installation (for the controller_manager this would be 4.20.0 and JTC 4.16.0 as a reference). I get this warning now continuously for all hardware interfaces at every start of the software stack.
I am not sure if these errors are related. But with the latest update ros2_control is basically broken for our setup. EDIT: |
just to clarify: you have now the latest jazzy binary packages, not built them from source? |
Yes these are the latest jazzy binary packages. I just did some additional tests. The issue with the JTC seems not to be related with the initial issue. Other controllers seem to work fine. I will create a separate issue for it in the ros2_controllers repository: ros-controls/ros2_controllers#1389 |
I close this issue as I am pretty sure what I actually saw there is what I described in #1891 |
Describe the bug
Startup of hardware interface fails sometimes with:
This message is printed from all hardware interfaces.
I can then go ahead restart everything and it works just fine. This appeared after to update to jazzy.
Afterwards the controller_manager node exits.
To Reproduce
Have a system with multiple hardware interfaces. At some point this issue will occur.
Expected behavior
Startup should always work just fine ;)
Environment (please complete the following information):
Additional context
Happens with or without my custom adaptions to the admittance_controller and the JTC.
The text was updated successfully, but these errors were encountered: