mirror of
https://github.com/westonrobot/scout_ros.git
synced 2026-01-12 19:25:01 +08:00
8 lines
395 B
XML
8 lines
395 B
XML
<?xml version="1.0"?>
|
|
<launch>
|
|
<arg name="world" default="" doc="Path to the world to load"/>
|
|
<arg name="mode" default="realtime," doc="Startup mode"/>
|
|
<arg name="no-gui" default="false," doc="Start Webots with minimal GUI"/>
|
|
<node name="webots" pkg="webots_ros" type="webots_launcher.py" args="--world=$(arg world) --mode=$(arg mode) --no-gui=$(arg no-gui)" required="true"/>
|
|
</launch>
|