mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-23 00:04:02 -04:00
Sub: Default CAM_SLEW_LIMIT to 30 deg per second
This commit is contained in:
parent
e24fef70f6
commit
7737c3445c
@ -718,7 +718,7 @@ const AP_Param::Info Sub::var_info[] = {
|
||||
// @User: Standard
|
||||
GSCALAR(terrain_follow, "TERRAIN_FOLLOW", 0),
|
||||
|
||||
GSCALAR(cam_slew_limit, "CAM_SLEW_LIMIT", 45.0),
|
||||
GSCALAR(cam_slew_limit, "CAM_SLEW_LIMIT", 30.0),
|
||||
|
||||
// @Group:
|
||||
// @Path: Parameters.cpp
|
||||
|
Loading…
Reference in New Issue
Block a user