Skip to content

Commit 9dbc33a

Browse files
committed
enable mavros_config parameters for outdoor(GPS)
1 parent 97f4971 commit 9dbc33a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Simulator/gazebo_simulator/launch_basic/sitl_outdoor.launch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@
6060
<param name="gcs_url" value="" />
6161
<param name="target_system_id" value="1" />
6262
<param name="target_component_id" value="1" />
63-
<rosparam command="load" file="$(find prometheus_gazebo)/config/mavros_config/px4_pluginlists.yaml" />
64-
<rosparam command="load" file="$(find prometheus_gazebo)/config/mavros_config/px4_config.yaml" />
63+
<rosparam command="load" file="$(find prometheus_gazebo)/config/mavros_config/px4_pluginlists_gps.yaml" />
64+
<rosparam command="load" file="$(find prometheus_gazebo)/config/mavros_config/px4_config_gps.yaml" />
6565
</node>
6666

6767
<!-- TF transform -->

0 commit comments

Comments
 (0)