Skip to content

Commit

Permalink
update rotors_hil.rosintall to clone mavros upstream master
Browse files Browse the repository at this point in the history
  • Loading branch information
TSC21 committed Oct 5, 2017
1 parent ec546cd commit 8eab09b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions rotors_gazebo/launch/fixed_wing_hil.launch
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
<param name="hil_controls_sub_topic" value="/mavros/hil/controls" />
<param name="actuators_pub_topic" value="gazebo/command/motor_speed" />
<param name="hil_gps_pub_topic" value="/mavros/hil/gps" />
<param name="hil_sensor_pub_topic" value="/mavros/hil/sensor" />
<param name="hil_state_pub_topic" value="/mavros/hil/state" />
<param name="hil_sensor_pub_topic" value="/mavros/hil/sensor" />
<param name="hil_state_pub_topic" value="/mavros/hil/state" />
<param name="sensor_level_hil" value="true" />
<param name="hil_gps_frequency" value="5.0" />
<param name="hil_frequency" value="100.0" />
Expand Down
2 changes: 1 addition & 1 deletion rotors_hil.rosinstall
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
- git: {local-name: mav_comm, uri: 'https://github.com/ethz-asl/mav_comm.git'}
- git: {local-name: mavlink, uri: 'https://github.com/mavlink/mavlink-gbp-release.git', version: 'upstream'}
- git: {local-name: mavros, uri: 'https://github.com/ethz-asl/mavros.git'}
- git: {local-name: mavros, uri: 'https://github.com/mavlink/mavros.git'}
- git: {local-name: rotors_simulator, uri: 'https://github.com/ethz-asl/rotors_simulator.git'}

0 comments on commit 8eab09b

Please sign in to comment.