Here is my autonomous flight planner (so its a little more than a drone).

<https://lh3.googleusercontent.com/-xBdk12Onlbo/WI_iCmEnV4I/AAAAAAAAAEI/04qxXoxVuOEHj1DuNLnFz32Ic5g6StzkgCLcB/s1600/flightplanner.jpg>


This is my "map editor" where I read in a Google Earth map and what I do is 
I calibrate it for 2D cartesian in meters around an origin (in this case 
Central and Van Buren downtown) and then I calibrate it by clicking two 
points on the map I know the NEMA coordinates for (which Earth just gives 
you by pointing and clicking).' 


Then I go to my actual flight planner window and I click on the points in 
my flight path, and set the altitudes for each waypoint and feed it to the 
BBBW via FTP (its a pretty big file). I just hit the Waypoint button on my 
drone remote and it just runs the program, so its a good way to fly out of 
wifi range. I then get someone with an identical tablet to "catch" it when 
it comes in range, and it would be manually landed, or just the autoland 
feature that just nulls everything out and causes it to descend slowly 
enough that it doesn't hurt the drone when it touches down.


It was interesting doing this because you need to set a 3D radius from each 
waypoint point because it never actually hits the point (more of a sphere 
of a preset diameter) that once is passes through this imaginary sphere 
then it knows to go to the next sphere or point.


It also has my environmentally sealed Emerson camera (that I still need to 
get an SD card for) that is just bolted to the underside of the base board 
that I just manually hit the video record before taking off. When I get 
some video I'll post it here.


On Monday, January 30, 2017 at 5:24:55 PM UTC-7, woody stanford wrote:
>
> I'm building a drone with my BBBW as its brain. I have my remote control 
> for it mostly coded in VB.NET. Basically what it does is it runs the BBBW 
> on the drone in hotspot mode and it just synchs the stacks in my tablet 
> with the BBBW and I send UDP packets via winsock with raw "joystick" 
> coordinates to the controlling daemon on the drone.
>
> Range is only about 400 feet out doors, but more than enough to fly a 
> drone around a little.
>
> Here is a screen shot of what appears on the tablet.
>
>
> <https://lh3.googleusercontent.com/-5BhAEQ64o7c/WI_Y_c2BLnI/AAAAAAAAADs/KiKCmJxg0_8MZ-yCHlo2CDr7d-Cuhr4hACLcB/s1600/droneremote.jpg>
>
>
>
>
> The left hand control is throttle and you can pitch by moving your thumb 
> up and down on the right hand control and yaw is with right to left. Roll 
> is nulled out by the 6DOF interial module. To fly forward what you do is 
> pitch forward and increase your throttle and then you steer by yawing.
>

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/e492efb7-2e50-467c-b74d-f9e54a87b687%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to