You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected behavior
As hardware_interface::SystemInterface, MujocoSystemInterface should only provide control and state interfaces for controllers, and not force users to configure controllers inside the SystemInterface.
Screenshots
If applicable, add screenshots to help explain your problem.
Environment (please complete the following information):
OS: [e.g. Ubuntu]
Version [e.g. Humble]
Anything that may be unusual about your environment
Additional context
Add any other context about the problem here, especially include any modifications to ros2_control that relate to this issue.
Describe the bug
I am trying to use a motor actuator
But this fails with something like:
It is unclear which PID controllers this is referring to, and the MujocoSystemInterface cannot assume any controllers loaded in the
ros2_control_node.To Reproduce
Steps to reproduce the behavior:
Expected behavior
As
hardware_interface::SystemInterface,MujocoSystemInterfaceshould only provide control and state interfaces for controllers, and not force users to configure controllers inside theSystemInterface.Screenshots
If applicable, add screenshots to help explain your problem.
Environment (please complete the following information):
Additional context
Add any other context about the problem here, especially include any modifications to ros2_control that relate to this issue.