forked from tum-vision/tum_simulator
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request tum-vision#2 from garyservin/algron
Fixed empty world and gps parameters
- Loading branch information
Showing
2 changed files
with
11 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,12 @@ | ||
<?xml version="1.0"?> | ||
<launch> | ||
<param name="/use_sim_time" value="true" /> | ||
<node name="empty_world_server" pkg="gazebo" type="gazebo" args="$(find cvg_sim_gazebo)/worlds/empty.world" respawn="false" output="screen"> | ||
<!-- We resume the logic in empty_world.launch, changing only the name of the world to be launched --> | ||
<include file="$(find gazebo_ros)/launch/empty_world.launch"> | ||
</include> | ||
|
||
</node> | ||
<node name="gazebo_gui" pkg="gazebo" type="gui" respawn="false" output="screen"/> | ||
</launch> | ||
|
||
<!-- Spawn simulated quadrotor uav --> | ||
<include file="$(find cvg_sim_gazebo)/launch/spawn_quadrotor.launch" > | ||
<arg name="model" value="$(find cvg_sim_gazebo)/urdf/quadrotor_sensors.urdf.xacro"/> | ||
</include> | ||
</launch> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters