-
Notifications
You must be signed in to change notification settings - Fork 5
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
45 changed files
with
2,847 additions
and
62 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
20 changes: 20 additions & 0 deletions
20
ros_packages/mrs_uav_gazebo_simulation/ROMFS/px4fmu_common/init.d-posix/airframes/4001_m690
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,20 @@ | ||
#!/bin/sh | ||
# | ||
# @name Holybro X500 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 22000 | ||
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 |
63 changes: 63 additions & 0 deletions
63
ros_packages/mrs_uav_gazebo_simulation/config/mrs_uav_system/m690.yaml
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,63 @@ | ||
uav_mass: 4.65 | ||
|
||
motor_params: | ||
n_motors: 4 | ||
a: 0.19174 | ||
b: -0.15 | ||
|
||
# these model parameters can be used when | ||
# - 'control group', and/or | ||
# - 'actuator control' | ||
# are accepted by the HW API. | ||
model_params: | ||
|
||
arm_length: 0.345 # [m] | ||
body_height: 0.20 # [m] | ||
|
||
propulsion: | ||
|
||
# force [N] = force_constant * rpm^2 | ||
force_constant: 0.00000096809 | ||
|
||
# torque [Nm] = torque_constant * force [N] | ||
torque_constant: 0.07 | ||
|
||
prop_radius: 0.2286 # [m] | ||
|
||
# allocation motors -> torques | ||
|
||
# quadrotor X configuration | ||
# hexarotor X configuration | ||
# [roll torque, [ [RPM_1^2, | ||
# pitch torque, = Alloc * RPM_2^2, | ||
# yaw torque, Matrix ... | ||
# thrust force] ] RPM_n_motors^2] | ||
allocation_matrix: [ | ||
-0.707, 0.707, 0.707, -0.707, # *= force_constant*arm_length | ||
-0.707, 0.707, -0.707, 0.707, # *= force_constant*arm_length | ||
-1, -1, 1, 1, # *= torque_constant*force_constant | ||
1, 1, 1, 1, # *= force_constant | ||
] | ||
|
||
# The UAV's inertia is approximated as a cilinder using the parameters above | ||
# Alternatively, you can provide inertia matrix directly using the following parameter: | ||
# inertia_matrix: [] | ||
|
||
rpm: | ||
min: 801.55 # [revolutions/minute] | ||
max: 5337.0 # [revolutions/minute] | ||
|
||
mrs_uav_managers: | ||
|
||
constraint_manager: | ||
|
||
default_constraints: | ||
gps_garmin: "medium" | ||
gps_baro: "medium" | ||
rtk: "medium" | ||
aloam: "slow" | ||
hector_garmin: "slow" | ||
vio: "slow" | ||
optflow: "slow" | ||
other: "slow" | ||
ground_truth: "medium" |
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
Binary file added
BIN
+126 KB
..._gazebo_simulation/models/mrs_robots_description/meshes/sensors/basler_dart.stl
Binary file not shown.
Binary file added
BIN
+1.09 MB
.../mrs_uav_gazebo_simulation/models/mrs_robots_description/meshes/t_drones/m690b/m690.blend
Binary file not shown.
Binary file added
BIN
+64.9 KB
...ation/models/mrs_robots_description/meshes/t_drones/m690b/t_drone_m690b_arm.stl
Binary file not shown.
Binary file added
BIN
+32 KB
...n/models/mrs_robots_description/meshes/t_drones/m690b/t_drone_m690b_battery.stl
Binary file not shown.
Binary file added
BIN
+150 KB
...els/mrs_robots_description/meshes/t_drones/m690b/t_drone_m690b_central_body.stl
Binary file not shown.
Binary file added
BIN
+41 KB
...tion/models/mrs_robots_description/meshes/t_drones/m690b/t_drone_m690b_legs.stl
Binary file not shown.
Binary file added
BIN
+52.8 KB
...s/mrs_robots_description/meshes/t_drones/m690b/t_drone_m690b_motor_top_part.stl
Binary file not shown.
Binary file added
BIN
+19.2 KB
...models/mrs_robots_description/meshes/t_drones/m690b/t_drone_m690b_propeller.stl
Binary file not shown.
Binary file added
BIN
+127 KB
...o_simulation/models/mrs_robots_description/meshes/x500v2/qorvo_dw1000_mount.stl
Binary file not shown.
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
Oops, something went wrong.