Servo Trigger on a define Waypoint Number in Programming #8684
synersignart
started this conversation in
General
Replies: 1 comment
-
|
The question about action 2 was answered in your other discussion. There will hopefully be more options in INAV 6.0 for triggering things based on the waypoint or, better for repeated triggers, user actions. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
can someone Explain the difference and its Values of
Current_Waypoint_Index and Current_Waypoint_Action
I cant find any clear documenation stating what it actually does
typedef enum {
NAV_WP_ACTION_WAYPOINT = 0x01,
NAV_WP_ACTION_HOLD_TIME = 0x03,
NAV_WP_ACTION_RTH = 0x04,
NAV_WP_ACTION_SET_POI = 0x05,
NAV_WP_ACTION_JUMP = 0x06,
NAV_WP_ACTION_SET_HEAD = 0x07,
NAV_WP_ACTION_LAND = 0x08
} navWaypointActions_e;
also whats odd is the missing number 2 on the Active Waypoint Action
ACTIVE_WAYPOINT_ACTION
Beta Was this translation helpful? Give feedback.
All reactions