Skip to content

Commit

Permalink
client_config: Add group for visual_pose_watchdog
Browse files Browse the repository at this point in the history
  • Loading branch information
goldarte committed Nov 19, 2019
1 parent cbaf645 commit 58f5293
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion Drone/client_config.ini
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,17 @@ use_ntp = False
host = ntp1.stratum2.ru
port = 123

[VISUAL_POSE_WATCHDOG]
timeout = 1.0
action = emergency_land
emergency_land_thrust = 0.45
emergency_land_decrease_thrust_after = 5.0
timeout_to_disarm_after_watchdog_action = 10.0

[TELEMETRY]
frequency = 1
transmit = True
clear_tasks_when_emergency = True
log_cpu_and_memory = True

[ANIMATION]
Expand All @@ -37,7 +45,6 @@ x0_common = 0
y0_common = 0
z0_common = 0
land_timeout = 6.0
clear_tasks_when_land = True

[FLOOR FRAME]
parent = aruco_map
Expand Down

0 comments on commit 58f5293

Please sign in to comment.