I am attempting to make an airplane or predator fly in a circle with a 2 mile radius. I have tried using multiple waypoints and also using the loiter waypoint. Does anyone know of a script or another strategy to do this? My attempts have failed. The plane doesn't fly in a circle like I want it, or flies in a circle but with square edges as it hits waypoints.
If you're interested in seeing it's effect, use a UAV and the terminal. Note: You have to place a waypoint and quickly set it to loiter type before the UAV 'finishes' it. You can then set the radius and height. It flies in a perfect circle after reaching said height and radius.
There are 2 problems:
- waypoints are just successive directions, steady heading for a current branch, not a flight "attitude" like roll;
- their paths are following ground (set on height from terrain)
One way you could try is no waypoint but a loop adjusting the velocity vector on each frame.
PLEASE CONTACT ME ON BI FORUMS FOR ANY SCRIPT / MOD QUESTION. TKS
#Pierre MGI :
There are 2 problems:
- waypoints are just successive directions, steady heading for a current branch, not a flight "attitude" like roll;
- their paths are following ground (set on height from terrain)
One way you could try is no waypoint but a loop adjusting the velocity vector on each frame.
#jfett :
Does the loiter waypoint have a limit on the size of circle it can fly? I need about a 500 meter circle.
Check the links Phantom_Wolf already posted.
Sometimes I like to think as I started the whole "earplugs" thing.
W0lle: The only advice I can give you is: Do not try to understand BI. You will not succeed and it only makes your brain go boom. I would even go so far and say that not even they understand their own actions :-D.
The limit with loiter seems to be the minimum distance which seems to be set by the vehicle type.
Tiny Darter drone seems to have a minimum radius of 110-120 even if you set it to 40
Bigger drone around 250
Jet 1000
I've not had an issue with large distance other than height which can be an issue over 800 meters I think it is, greater than that and they go into a circle on their own and won't follow waypoints.