-
Notifications
You must be signed in to change notification settings - Fork 11
/
6_wheel_platform.launch
30 lines (27 loc) · 1.17 KB
/
6_wheel_platform.launch
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?xml version="1.0"?>
<launch>
<!--
Mandatory arguments to specify the platform configuration and hub
wheel controller list
-->
<arg name="platform_config" value="6_wheel_config"/>
<arg name="use_kelo_tulip" default="true"/>
<arg name="hub_wheel_controller_list"
value="robile_1_left_hub_wheel_controller
robile_1_right_hub_wheel_controller
robile_3_left_hub_wheel_controller
robile_3_right_hub_wheel_controller
robile_7_left_hub_wheel_controller
robile_7_right_hub_wheel_controller
robile_9_left_hub_wheel_controller
robile_9_right_hub_wheel_controller
robile_13_left_hub_wheel_controller
robile_13_right_hub_wheel_controller
robile_15_left_hub_wheel_controller
robile_15_right_hub_wheel_controller" />
<!--
Several Optional arguments can be passed.
Check the below launch file for full list of available arguments
-->
<include file="$(find robile_gazebo)/launch/platform_independent/robile_gazebo.launch" pass_all_args="true"/>
</launch>