-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of github.com:ctu-mrs/mrs_uav_gazebo_simulation
- Loading branch information
Showing
4 changed files
with
143 additions
and
6 deletions.
There are no files selected for viewing
21 changes: 21 additions & 0 deletions
21
ros_packages/mrs_uav_gazebo_simulation/ROMFS/px4fmu_common/init.d-posix/airframes/4001_a300
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
#!/bin/sh | ||
# | ||
# @name DJI F330 SITL | ||
# | ||
# @type Quadcopter x | ||
# | ||
# @maintainer Petr Stibinger <[email protected]> | ||
# | ||
|
||
. ${R}etc/init.d/rc.mc_defaults | ||
|
||
param set-default MAV_TYPE 2 | ||
|
||
param set-default BAT1_N_CELLS 6 | ||
param set-default BAT1_CAPACITY 8000 | ||
param set-default BAT1_V_EMPTY 3.6 | ||
param set-default BAT1_V_CHARGED 4.2 | ||
param set-default BAT1_V_LOAD_DROP 0.4 | ||
|
||
set MIXER quad_x | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters