mirror of
https://github.com/westonrobot/scout_ros.git
synced 2026-01-12 11:20:02 +08:00
init commit
This commit is contained in:
14
scout_base/launch/keybord.launch
Normal file
14
scout_base/launch/keybord.launch
Normal file
@@ -0,0 +1,14 @@
|
||||
<launch>
|
||||
<node name="keybord" pkg="scout_base" type="keybord" output="screen">
|
||||
|
||||
<param name="input" value="/dev/input/event3" />
|
||||
|
||||
<param name="walk_vel" value="0.5" />
|
||||
<param name="run_vel" value="0.5" />
|
||||
|
||||
<param name="max_tv" value="2.0" />
|
||||
<param name="max_rv" value="2.6" />
|
||||
|
||||
</node>
|
||||
|
||||
</launch>
|
||||
Reference in New Issue
Block a user