10 lines
334 B
XML
Executable File
10 lines
334 B
XML
Executable File
<launch>
|
|
<!-- 参数设置 -->
|
|
<arg name="cmd_vel_topic" default="/cmd_vel" />
|
|
|
|
<!-- 启动 teleop_twist_keyboard 节点 -->
|
|
<node pkg="teleop_twist_keyboard" type="teleop_twist_keyboard.py" name="teleop_twist_keyboard" output="screen">
|
|
<remap from="cmd_vel" to="$(arg cmd_vel_topic)" />
|
|
</node>
|
|
</launch>
|