mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-09 09:28:31 -04:00
Sub: Gripper is disabled by default
This commit is contained in:
parent
875fb3946b
commit
1bd6480a41
@ -10,10 +10,10 @@
|
||||
//#define CAMERA DISABLED // disable camera trigger to save 1k of flash
|
||||
//#define RANGEFINDER_ENABLED DISABLED // disable rangefinder to save 1k of flash
|
||||
//#define POSHOLD_ENABLED DISABLED // disable PosHold flight mode to save 4.5k of flash
|
||||
#define GRIPPER_ENABLED DISABLED // disable gripper to save 500bytes of flash
|
||||
//#define NAV_GUIDED DISABLED // disable external navigation computer ability to control vehicle through MAV_CMD_NAV_GUIDED mission commands
|
||||
|
||||
// features below are disabled by default on all boards
|
||||
//#define GRIPPER_ENABLED ENABLED // enable gripper library
|
||||
//#define AVOIDANCE_ENABLED ENABLED
|
||||
//#define PROXIMITY_ENABLED ENABLED
|
||||
//#define AC_RALLY ENABLED // enable rally points library
|
||||
|
Loading…
Reference in New Issue
Block a user