mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-03-11 17:13:56 -03:00
ArduSub: remove unused GUIDED_LOOK_AT_TARGET_MIN_DISTANCE_CM define
This commit is contained in:
parent
32f959f26f
commit
b7eec83f52
@ -4,10 +4,6 @@
|
|||||||
* Init and run calls for guided flight mode
|
* Init and run calls for guided flight mode
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef GUIDED_LOOK_AT_TARGET_MIN_DISTANCE_CM
|
|
||||||
# define GUIDED_LOOK_AT_TARGET_MIN_DISTANCE_CM 500 // point nose at target if it is more than 5m away
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#define GUIDED_POSVEL_TIMEOUT_MS 3000 // guided mode's position-velocity controller times out after 3seconds with no new updates
|
#define GUIDED_POSVEL_TIMEOUT_MS 3000 // guided mode's position-velocity controller times out after 3seconds with no new updates
|
||||||
#define GUIDED_ATTITUDE_TIMEOUT_MS 1000 // guided mode's attitude controller times out after 1 second with no new updates
|
#define GUIDED_ATTITUDE_TIMEOUT_MS 1000 // guided mode's attitude controller times out after 1 second with no new updates
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user