Skip to content

Instantly share code, notes, and snippets.

@HemaZ
Created September 29, 2020 18:43
Show Gist options
  • Save HemaZ/8de3063c87e6d41eee6b78db86ee1219 to your computer and use it in GitHub Desktop.
Save HemaZ/8de3063c87e6d41eee6b78db86ee1219 to your computer and use it in GitHub Desktop.
<?xml version="1.0"?>
<launch>
<include file="$(find gazebo_ros)/launch/empty_world.launch">
<arg name="verbose" value="true" />
<arg name="world_name" value="$(find car_demo)/worlds/mcity.world" />
<arg name="gui" value="true" />
</include>
</launch>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment