forked from a2s-institute/robile_gazebo
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path4_wheel_platform.launch
26 lines (23 loc) · 984 Bytes
/
4_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
<?xml version="1.0"?>
<launch>
<!--
Mandatory arguments to specify the platform configuration and hub
wheel controller list
-->
<arg name="platform_config" value="4_wheel_config"/>
<arg name="use_kelo_tulip" default="true"/>
<arg name="hub_wheel_controller_list"
value="robile_2_left_hub_wheel_controller
robile_2_right_hub_wheel_controller
robile_6_left_hub_wheel_controller
robile_6_right_hub_wheel_controller
robile_5_left_hub_wheel_controller
robile_5_right_hub_wheel_controller
robile_1_left_hub_wheel_controller
robile_1_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>