mirror of
https://github.com/westonrobot/scout_ros.git
synced 2026-01-12 11:20:02 +08:00
major revision
This commit is contained in:
3
scout_bringup/launch/scout_minimal.launch
Normal file
3
scout_bringup/launch/scout_minimal.launch
Normal file
@@ -0,0 +1,3 @@
|
||||
<launch>
|
||||
<include file="$(find scout_base)/launch/scout_base.launch" />
|
||||
</launch>
|
||||
3
scout_bringup/launch/scout_minimal_sim.launch
Normal file
3
scout_bringup/launch/scout_minimal_sim.launch
Normal file
@@ -0,0 +1,3 @@
|
||||
<launch>
|
||||
<include file="$(find scout_base)/launch/scout_base_sim.launch" />
|
||||
</launch>
|
||||
4
scout_bringup/launch/scout_teleop_keyboard.launch
Normal file
4
scout_bringup/launch/scout_teleop_keyboard.launch
Normal file
@@ -0,0 +1,4 @@
|
||||
<launch>
|
||||
<node name="teleop_keybord" pkg="teleop_twist_keyboard" type="teleop_twist_keyboard.py" output="screen">
|
||||
</node>
|
||||
</launch>
|
||||
Reference in New Issue
Block a user