2022-09-14 14:19:12 -03:00
|
|
|
# Ros param when using Klausen Ctrl
|
|
|
|
wait_time: 30 # parameter which can be set to run desired tests at a desired time
|
|
|
|
|
|
|
|
# DRONE MASSES
|
|
|
|
#drone_mass: 0.614 # weight with new battery
|
|
|
|
drone_mass: 0.602
|
|
|
|
|
|
|
|
#PLOAD MASSES
|
2022-11-29 11:11:14 -04:00
|
|
|
#pload_mass: 0.25
|
2022-09-14 14:19:12 -03:00
|
|
|
#pload_mass: 0.15 # Pload mass with 100g weight
|
2022-11-29 11:11:14 -04:00
|
|
|
#pload_mass: 0.10 # Pload mass with 50g weight
|
2022-09-14 14:19:12 -03:00
|
|
|
#pload_mass: 0.05 # Pload mass with just basket
|
2022-11-29 11:11:14 -04:00
|
|
|
pload_mass: 0.01 # No Pload
|
|
|
|
pload: false
|
2022-09-14 14:19:12 -03:00
|
|
|
|
|
|
|
# CTRL PARAMETER - should be false to start always
|
2022-11-29 11:11:14 -04:00
|
|
|
# use_ctrl: false # starts PX4 without attitude controller
|
|
|
|
change_mode: false # choose whether to switch to oscillation damping controller
|
2022-09-14 14:19:12 -03:00
|
|
|
|
2022-11-29 11:11:14 -04:00
|
|
|
waypoints: {x: -1.0, y: -1.0, z: 2.0} # takeoff waypoints
|
2022-09-14 14:19:12 -03:00
|
|
|
|
|
|
|
# sets waypoints to run a square test
|
|
|
|
square_x: [0.5,1,1,1,0.5,0,0]
|
|
|
|
square_y: [0,0,0.5,1,1,1,0.5]
|
|
|
|
|
|
|
|
# HOVER THROTTLE - Changes depending on mass of pload and drone
|
|
|
|
# hover_throttle: 0.32 # Hover throttle with pload 0.15 kg
|
2022-11-29 11:11:14 -04:00
|
|
|
#hover_throttle: 0.28 # Hover throttle with pload 0.10 kg
|
|
|
|
hover_throttle: 0.23 # Hover throttle with no pload - about 0.23 with full battery
|
2022-09-14 14:19:12 -03:00
|
|
|
#hover_throttle: 0.26 # Hover throttle with pload 0.05 kg
|