Skip to content

Commit

Permalink
[Mini Quadrotor][Winch][Land][WIP] modify the takeoff/landing paramet…
Browse files Browse the repository at this point in the history
…er and battery paramter for livox based winch landing
  • Loading branch information
tongtybj committed Feb 18, 2024
1 parent 8353b0e commit 75fafd2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion robots/mini_quadrotor/config/Battery.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ bat_info:
bat_cell: 3
bat_resistance: 0.05 # [m Ohm]
hovering_current: 22 #[A]
low_voltage_thre: 6 #[100%]
low_voltage_thre: 2 #[100%]
4 changes: 3 additions & 1 deletion robots/mini_quadrotor/config/NavigationConfig.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@ navigation:
# Attitude Control Mode: 4


takeoff_height: 0.6 #1.0
takeoff_height: 0.8 #1.0
outdoor_takeoff_height: 1.5

land_descend_vel: -0.1

# teleop operation
max_target_vel: 0.5
joy_target_vel_interval: 0.005 # 0.2 / 20 = 0.01, 0.005 ~ 0.01 m/s
Expand Down

0 comments on commit 75fafd2

Please sign in to comment.