You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some way to use a way-point location/label for mq2 calculations and or location information.
For instance I wonder through a zone and set camps wp-1 wp-2 wp-3.... then I want to work with those locations for a move /if (${Math.Distance[${CoordinateValue[${wp-1}]]}>20) /nav wp-1
or something like this maybe ?
/nav export waypoint wp-1 wp1-location-mq2variable
/echo ${wp1-location-mq2variable}
12.00,13,00,0.00
*** in whatever usable to mq2 format for distance calculations ***
If I am just missing out how to actually do this please disregard and I will duck my head in shame.
I did notice you did add a list function which may do it if it can be piped into a variable
....which i don't have yet in my red version.
The text was updated successfully, but these errors were encountered:
brainiac
added
meshgen
Issue pertains to the MeshGenerator application
plugin
Issue pertains to the MQ2Nav plugin
and removed
meshgen
Issue pertains to the MeshGenerator application
labels
Feb 4, 2019
Some way to use a way-point location/label for mq2 calculations and or location information.
For instance I wonder through a zone and set camps wp-1 wp-2 wp-3.... then I want to work with those locations for a move /if (${Math.Distance[${CoordinateValue[${wp-1}]]}>20) /nav wp-1
or something like this maybe ?
/nav export waypoint wp-1 wp1-location-mq2variable
/echo ${wp1-location-mq2variable}
12.00,13,00,0.00
*** in whatever usable to mq2 format for distance calculations ***
If I am just missing out how to actually do this please disregard and I will duck my head in shame.
I did notice you did add a list function which may do it if it can be piped into a variable
....which i don't have yet in my red version.
The text was updated successfully, but these errors were encountered: