I think I may have found a way for drones to extract Vector3D info and create waypoints from Broadcasts (like Beacons and Antennas)
Each Beacon and RadioAntenna block creates a MyRadioBroadcaster object, which is an extension of MyDataBroadcaster class.
We can get a List of all broadcasters in a certain radius by using the public static MyRadioBroadcasters.GetAllBroadcastersInSphere(new BoundingSphere(Entity.PositionComp.GetPosition(), 0.5f), out list)
The MyDataBroadcaster class has a...
Beacon and Antenna GPS
Each Beacon and RadioAntenna block creates a MyRadioBroadcaster object, which is an extension of MyDataBroadcaster class.
We can get a List of all broadcasters in a certain radius by using the public static MyRadioBroadcasters.GetAllBroadcastersInSphere(new BoundingSphere(Entity.PositionComp.GetPosition(), 0.5f), out list)
The MyDataBroadcaster class has a...
Beacon and Antenna GPS