Advertisement
Guest User

Untitled

a guest
Dec 16th, 2018
586
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.08 KB | None | 0 0
  1. Remove altitude restrictions
  2.  
  3. g_config_flying_limit_height_limit_enabled: 2
  4. d g_config_flying_limit_limit_height_rel: 10000
  5. d g_config_flying_limit_limit_height_abs: 10000
  6. d g_config_flying_limit_limit_height_abs_without_gps : 10000
  7.  
  8. Increase auto landing descent speed above 20m
  9.  
  10. d g_config_landing_auto_landing_vel_L2: -6
  11.  
  12. Automatically pitch gimbal to horizontal on landing
  13.  
  14. d g_config_landing_ctrl_gimbal_pitch_to_horiz_enable : 1
  15.  
  16. Increase return to home speed
  17.  
  18. d g_config_go_home_gohome_idle_vel: 13
  19.  
  20. Disable go home at point of no return (hotpoint)
  21.  
  22. d g_config_hotpoint_battery_low_go_home_enable: 0
  23. d g_config_hotpoint_enable_mode: 0
  24.  
  25. Reduce wind warnings
  26.  
  27. d g_config_air_est_big_wind_level1: 8
  28. d g_config_air_est_big_wind_level2: 11
  29.  
  30. Sport Plus (zippier performance in S mode)
  31.  
  32. d g_config_control_dyn_tilt_min: 28
  33. d brake_sensitive_gain: 110
  34. d g_config_mode_sport_cfg_rc_scale: 1
  35. d g_config_mode_sport_cfg_tilt_atti_range: 43
  36. d g_config_mode_sport_cfg_vert_vel_up: 10
  37. d g_config_mode_sport_cfg_vert_vel_down: -10
  38. d g_config_mode_sport_cfg_vert_acc_up: 10
  39. d g_config_mode_sport_cfg_vert_acc_down: -10
  40. d g_config_fw_cfg_max_speed: 20
  41.  
  42. GPS Mode (P mode) Plus
  43.  
  44. d g_config_mode_normal_cfg_tilt_atti_range: 33
  45. d g_config_mode_normal_cfg_vert_vel_up: 8
  46. d g_config_mode_normal_cfg_vert_vel_down: -6
  47. d g_config_mode_normal_cfg_vert_acc_up: 8
  48. d g_config_mode_normal_cfg_vert_acc_down: -6
  49.  
  50. Smoother Flight/Camera in Cinematic Mode
  51.  
  52. d g_config_mode_cinematic_cfg_tilt_exp_mid_point: 0.15
  53. d g_config_mode_cinematic_cfg_tors_exp_mid_point: 0.10
  54.  
  55. Smoother Flight/Camera in Tripod Mode
  56.  
  57. g_config_mode_tripod_cfg_tilt_exp_mid_point: 0.15
  58. g_config_mode_tripod_cfg_tors_exp_mid_point: 0.10
  59.  
  60. Remove No Fly Zone restrictons
  61.  
  62. d g_config_airport_limit_cfg_cfg_disable_airport_fly _limit: 1
  63. d g_config_airport_limit_cfg_cfg_limit_data: 20250910
  64. d g_config_airport_limit_cfg_cfg_search_radius**: 0
  65. d g_config_airport_limit_cfg_cfg_enable[FLY_LIMIT_TYPE_AIRPORT]**: 0
  66. g_config_airport_limit_cfg_cfg_r1[FLY_LIMIT_TYPE_AIRPORT]**: 65535
  67. g_config_airport_limit_cfg_cfg_r1[FLY_LIMIT_TYPE_SPECIAL]**: 65535
  68. g_config_airport_limit_cfg_cfg_h1[FLY_LIMIT_TYPE_AIRPORT]**: 10000
  69. g_config_airport_limit_cfg_cfg_h1[FLY_LIMIT_TYPE_SPECIAL]**: 10000
  70. g_config_airport_limit_cfg_cfg_angle[FLY_LIMIT_TYPE_AIRPORT]**: 89.8
  71.  
  72. **The double asterisked items above are parameters I have identified that I believe may contribute to the reducing of flight performance in an NFZ, even when the NFZ override (the first two settings in the list) have been implemented. These settings seem to allow the Mavic to fly normally in an NFZ, but my opportunities to do real world testing are limited. Some of these may be unnecessary changes from default settings. Reports of any other Mavic user's experiences are welcome.
  73.  
  74. Quick motor start and shutdown***
  75. g_config_rc_cfg_start_motor_verify_tim_ms: 10
  76. g_config_rc_cfg_stop_motor_verify_tim_ms: 10
  77. g_config_rc_cfg_emergency_stop_verify_time_ms: 10
  78. Motor restart while inverted***
  79. g_cfg_debug_motor_no_start_motor_check: 1
  80. g_config_fdi_open_close_auto_stop_motor_check: 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement