Replies: 5 comments 7 replies
-
As with potential upcoming changes in terms of flight reliability with the new AHRS and Waypoint path tracking, INAV could indeed become much more popular for Mapping and general Mission applications. Having the option to run certain triggers automatically along a WP mission would massively increase the potential for fixed wing as well as multirotor. as stronnag mentioned the camera activation would be great to only record video or picture series while on the actual mapping path but stopping while on the turn legs of the path makes also post processing of these work cases much easier. it could also be used to disable the VTX during certain sections of the WP mission to reduce power consumption on small fixed wings or reduce electrical interference for RF related appliances. A friend of mine needs to do exactly that as he uses INAV Fixed wings to track down micro-transmitters that are attached to wild animals. He flies Mission Patterns over the target area and creates heat maps of the transmitter signals to locate them with a modified AR Pro that is full of shielding all around any electronics. |
Beta Was this translation helpful? Give feedback.
-
We'd also need to add a distinct jump counter (as we piggy back on P3 at the moment, such an ugly hack (mea culpa)). |
Beta Was this translation helpful? Give feedback.
-
Sounds like a good idea. Should still be able to use P3 for the Jump counter given any user action probably wouldn't apply to the Jump waypoints only the preceding geospatial waypoint ? Unless of course you wanted to be able to have a different action for each Jump from the same "multi Jump" geospatial waypoint which would only be possible if the action was associated with each Jump waypoint itself. e.g. 1 But would anyone really want to do this ? |
Beta Was this translation helpful? Give feedback.
-
There are a number of options:
As the current graphical mission planners don't really / easily expose non-geographic WP attributes to the end user, (1) is the easiest / most pragmatic approach. |
Beta Was this translation helpful? Give feedback.
-
Action at WP could be what I am looking for... You could do most actions with that I would have thought. |
Beta Was this translation helpful? Give feedback.
-
Currently, we use WP
parameter3
bit 0 (value0 / 1
) to define relative or absolute altitude mode.It is proposed that in future we consider this as a bit field, and initially define additional bits as
WPUSER1
...WPUSER4
.The FC would then be enhanced such that the logic conditions can make these
flags
available to the user, such that they could be used for actions such as:Other than an enhancement to the logic conditions, it is not envisaged that any other work would be needed in the FC (other than explicitly checking for
bit0
set / unset for altitude mode rather thanp3 == 0
/p3 == 1
and some#define
/enum
to make it clear these bits are reserved).Given the quite recent addition of rel / absolute altitude mode and to the author's knowledge this being supported only by the configurator and mwp / impload, it is unlikely that there is a substantive legacy issue. In any case, the benefits are significant in addressing a range of support requests (e.g. such as the bullet list above).
Beta Was this translation helpful? Give feedback.
All reactions