git commit -m "first commit"
This commit is contained in:
7
mir_robot/mir_gazebo/launch/includes/ekf.launch.xml
Executable file
7
mir_robot/mir_gazebo/launch/includes/ekf.launch.xml
Executable file
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0"?>
|
||||
<launch>
|
||||
<arg name="tf_prefix" default="" />
|
||||
<node pkg="robot_localization" type="ekf_localization_node" name="ekf_localization_node" clear_params="true" output="screen">
|
||||
<rosparam command="load" file="$(find mir_gazebo)/config/ekf.yaml" subst_value="true" />
|
||||
</node>
|
||||
</launch>
|
||||
5
mir_robot/mir_gazebo/launch/includes/spawn_maze.launch.xml
Executable file
5
mir_robot/mir_gazebo/launch/includes/spawn_maze.launch.xml
Executable file
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0"?>
|
||||
<launch>
|
||||
<node name="spawn_maze" pkg="gazebo_ros" type="spawn_model" args="-sdf
|
||||
-file $(find mir_gazebo)/sdf/maze/model.sdf -model walls" output="screen" />
|
||||
</launch>
|
||||
Reference in New Issue
Block a user