forked from cesar.alejandro/oscillation_ctrl
15 lines
655 B
YAML
15 lines
655 B
YAML
# Ros param when using Klausen Ctrl
|
|
wait_time: 30 # parameter which can be set to run desired tests at a desired time
|
|
#drone_mass: 0.614 # weight with new battery
|
|
drone_mass: 0.602
|
|
pload_mass: 0.1 # mass of payload. Needs to be changed in spiri_with_tether file as well
|
|
#pload_mass: 0.15 # Pload mass with 100g weight
|
|
pload_mass: 0.10 # Pload mass with 50g weight
|
|
#pload_mass: 0.05 # Pload mass with just basket
|
|
#pload_mass: 0.25
|
|
use_ctrl: false # starts PX4 without attitude controller
|
|
waypoints: {x: 0.0, y: 0.0, z: 5.0} # takeoff waypoints
|
|
# 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]
|