Skip to content

Commit 8eab09b

Browse files
committed
update rotors_hil.rosintall to clone mavros upstream master
1 parent ec546cd commit 8eab09b

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

rotors_gazebo/launch/fixed_wing_hil.launch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
<param name="hil_controls_sub_topic" value="/mavros/hil/controls" />
3838
<param name="actuators_pub_topic" value="gazebo/command/motor_speed" />
3939
<param name="hil_gps_pub_topic" value="/mavros/hil/gps" />
40-
<param name="hil_sensor_pub_topic" value="/mavros/hil/sensor" />
41-
<param name="hil_state_pub_topic" value="/mavros/hil/state" />
40+
<param name="hil_sensor_pub_topic" value="/mavros/hil/sensor" />
41+
<param name="hil_state_pub_topic" value="/mavros/hil/state" />
4242
<param name="sensor_level_hil" value="true" />
4343
<param name="hil_gps_frequency" value="5.0" />
4444
<param name="hil_frequency" value="100.0" />

rotors_hil.rosinstall

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
- git: {local-name: mav_comm, uri: 'https://github.com/ethz-asl/mav_comm.git'}
22
- git: {local-name: mavlink, uri: 'https://github.com/mavlink/mavlink-gbp-release.git', version: 'upstream'}
3-
- git: {local-name: mavros, uri: 'https://github.com/ethz-asl/mavros.git'}
3+
- git: {local-name: mavros, uri: 'https://github.com/mavlink/mavros.git'}
44
- git: {local-name: rotors_simulator, uri: 'https://github.com/ethz-asl/rotors_simulator.git'}

0 commit comments

Comments
 (0)