mirror of
https://github.com/westonrobot/scout_ros.git
synced 2026-01-12 11:20:02 +08:00
initial release of webots simulation for scout
This commit is contained in:
7
scout_webots_sim/launch/webots.launch
Normal file
7
scout_webots_sim/launch/webots.launch
Normal file
@@ -0,0 +1,7 @@
|
||||
<?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>
|
||||
Reference in New Issue
Block a user