Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
update rotors_hil.rosintall to clone mavros upstream master
  • Loading branch information
TSC21 committed Oct 5, 2017
commit 8eab09b6421e5daabe993a67deeda0405205f158
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'}