mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
Rover: fix misleading param comments
This commit is contained in:
parent
427a88a1fe
commit
b1df8327d4
@ -177,14 +177,14 @@ public:
|
|||||||
k_param_waypoint_overshoot,
|
k_param_waypoint_overshoot,
|
||||||
|
|
||||||
//
|
//
|
||||||
// 230: camera control
|
// camera control
|
||||||
//
|
//
|
||||||
k_param_camera,
|
k_param_camera,
|
||||||
k_param_camera_mount,
|
k_param_camera_mount,
|
||||||
k_param_camera_mount2, // unused
|
k_param_camera_mount2, // unused
|
||||||
|
|
||||||
//
|
//
|
||||||
// 240: PID Controllers
|
// 230: PID Controllers
|
||||||
k_param_pidNavSteer = 230,
|
k_param_pidNavSteer = 230,
|
||||||
k_param_pidServoSteer, // unused
|
k_param_pidServoSteer, // unused
|
||||||
k_param_pidSpeedThrottle_old, // unused
|
k_param_pidSpeedThrottle_old, // unused
|
||||||
|
Loading…
Reference in New Issue
Block a user