Added position interface for joint state publisher

This commit is contained in:
2026-02-08 00:56:27 +01:00
parent 31bf071476
commit d12dda5f86

View File

@@ -18,10 +18,12 @@
<joint name="drivewhl_l_joint"> <joint name="drivewhl_l_joint">
<command_interface name="velocity"/> <command_interface name="velocity"/>
<state_interface name="position"/>
</joint> </joint>
<joint name="drivewhl_r_joint"> <joint name="drivewhl_r_joint">
<command_interface name="velocity"/> <command_interface name="velocity"/>
<state_interface name="position"/>
</joint> </joint>
</ros2_control> </ros2_control>