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
Hi everyone, I asked this question first in the ros2_control_demos (ros-controls/ros2_control_demos#216) and it was suggested to ask the question in this repository.
I am looking for an example how to actually use a transmission element in the hardware_interface.
In my xacro file I have a transmission specified like this
Hi everyone, I asked this question first in the
ros2_control_demos
(ros-controls/ros2_control_demos#216) and it was suggested to ask the question in this repository.I am looking for an example how to actually use a transmission element in the hardware_interface.
In my xacro file I have a transmission specified like this
When writing a hardware interface i can access the via the
hardware_interface::HardwareInfo &system_info
passed in the on_init method.Unfortunately I couldn't find any examples for best practices on how to actually use the transmission in the hardware interface.
The text was updated successfully, but these errors were encountered: