unitree_ros_to_real/unitree_legged_real/launch/keyboard_control.launch

8 lines
238 B
Plaintext
Raw Normal View History

2022-05-27 11:24:44 +08:00
<launch>
<node pkg="unitree_legged_real" type="twist_sub" name="node_twist_sub" output="screen"/>
<node pkg="unitree_legged_real" type="control_via_keyboard" name="node_control_via_keyboard" output="screen"/>
</launch>