Shop OBEX P1 Docs P2 Docs Learn Events
Project: Autonomous open Ocean Sailboat — Parallax Forums

Project: Autonomous open Ocean Sailboat

Sniper KingSniper King Posts: 221
edited 2009-02-25 16:14 in Propeller 1
By request, i have started this thread.· I do think it would be really cool to have the incredible experience of the forum on this project.·

Some of you might say...Oh,God1 not another project from ComancheSniper!· Almost all of my other projects are for work and going to Iraq for use by our boys over there. This one is my personal fun project (I set myself up for these monster project!)

This is a big one.· I do feel, however that it is more than doable and I think, in all honesty, that the propeller side of things will be the most fun!

PROJECT:OPEN OCEAN AUTONOMOUS SAILBOAT

Hull Design: 10 foot Carbon Fiber
Sail Design:·Rigid wing adjustable foil carbon fiber
Autopilot: Propeller based (AquaPilot?)
Sensors:
  • Wind Direction
  • Wind Speed
  • Tilt - Accelerometers
  • GPS
  • Tilt compensated Compass
  • Rate Gyro

Communication:

Packet HAM Radio
  • VHF ISS packet repeater
  • 10 meter packet






▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
·- Ouch, thats not suppose to be hot!··


Michael King
Application Engineer
R&D
Digital Technology Group
1059 x 826 - 30K
usv.jpg 30.2K
«1

Comments

  • TimmooreTimmoore Posts: 1,031
    edited 2008-08-26 20:53
    If you haven't seen it you might want to look at the HMC6343 (http://www.sparkfun.com/commerce/product_info.php?products_id=8656). Its a tilt compensated compass that includes 3-axis accelerometers so you wouldn't need separate accelerometers. I have a I2C object for it if you are interested.
  • Jay KickliterJay Kickliter Posts: 446
    edited 2008-08-26 22:12
    Tim, does it spit out filtered code, or does you code do the filtering?
  • TimmooreTimmoore Posts: 1,031
    edited 2008-08-26 22:30
    Jay, It has a built-in filter that is disabled by default, you effectively tell it how many samples to average (0-15). The meansurement rate is 1, 5(default) or 10Hz. You can write the config to an on-board eeprom so once you have enabled the filter its on even after power reset. I have only had it running properly a few days (I had to add clock stretching to the I2C driver) but so far it look very good even though its not particular cheap. The tilt compension works well (at least compared with non-tilt compensed compasses) and the accelerometer output I compared with another accelerometer and got consistent results, though I haven't done a real good test yet.
  • Phil Pilgrim (PhiPi)Phil Pilgrim (PhiPi) Posts: 23,514
    edited 2008-08-26 22:49
    You're right about it not being cheap! An HM55B compass module, combined with a Memsic 2125 accelerometer could do the same job for far less. Computing the corrections should be pretty easy. I ran some tests awhile back to see what the curves looked like and to come up with a correction function. You can see the results here.

    -Phil

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    'Still some PropSTICK Kit bare PCBs left!
  • ElectricAyeElectricAye Posts: 4,561
    edited 2008-08-26 23:07
    Sniper,
    Have you done any calculations on what kind of battery power, solar arrays, etc. you will need for operating the actuators? How many days are you planning on this thing riding the seven seas?

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    It might be the Information Age but the Eon of Ignorance has yet to end.
  • plx88plx88 Posts: 5
    edited 2008-08-26 23:27
    Why Carbon Fiber?, awfully expensive since Iraq started. Ther are lots other ways to make strong composite wings or hull. Need any vacuum bag supplies or equipment?yeah.gif
    For a proof of concept you could do a stitch-together plywood & fiberglass hull

    Are you planning on using an independent·weather vane for wind direction on top of the wing? or do you have something else in mind. Also curious if or what low speed airfoil(s) you might use (nice airfoil database).




    Post Edited (plx88) : 8/26/2008 11:40:29 PM GMT
  • BasilBasil Posts: 380
    edited 2008-08-27 00:34
    This looks like a very interesting project, and the aerofoil is a nice idea rather than sails.
    I will be keeping an eye on this [noparse]:)[/noparse] Best of luck!

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    -Alec

    My our page
  • Sniper KingSniper King Posts: 221
    edited 2008-08-27 16:35
    Ok, several question have been asked here so i am going to answer them...



    Carbon Fiber:· You are totally right about this.· Fiberglass will probably be where we go with this.· The hull needs to be thick. The seas we encounter will be hostile at best.· i do nopt have the vacuum bagging stuff I used to.· I have done extensive vacuum bagging during a UAV project I headed.· i have never baggd something tis big before but I know what to do.· The hull layou will be CAD designed be hand cut.· We will be starting with a mold for this hull.· this will be the most difficult of the design but totally doable.· This will also allow for multiple boats eventually.

    Compass: We need to have a tilt compensated compass for sure even if this has to be a stand alone unit.· We also need to know the orientation of the craft.· Knowing the orientation of the craft is important for a few reasons.· I want to control the roll of the boat.· I have seen so many videos of USVs rolled on there side cruising through the water.· I am not looking for speed here.· Control is more important.· The mast head fly (Wind direction sensor)· needs to be in the wind to give us the appropriate sail trim.· If we can keep it around a 45 degree tilt we will have better control of the sails and more efficient propulsion.·

    Airfoil:· The airfoil has a cam in it.· This is my own design here.· When the cam is centered, the airfoil is totally symetrical.· When the cam is·rotated in one direction or the other it transforms into an airplane wing in either direction where on side is flat and the other is curved like a wing.· This is a huge mistake in the wing sail designs that i have seen other amateurs make.· The wing is exponentially more efficient this way.· So in answer to your question about airfoils, I think the most similar wing would be the Clark-Y.

    Control:· There will be PID loops everywhere.· Heading control, turn rate, sail trim, tilt compensation.· However, in order to stay inside our power budget, we will doing some averaging in things like wind speed,wind direction,·and heading.· This will keep our actuator from running contantly and chewing up our batteries.· This will be a trial and error testing phase when we get there.· Also these things will be adjustable as the wind speed increases because we will need some quick response in high seas.·

    We also will need a magnetic declination database in order to compensate earthwide for compass error as opposed to GPS heading.· I think we might be able to do this on the fly if the boat is moving fast enough to get a good gps heading and then compare it to a compass reading.· I prefer to use the compass though.· This will give us much higher control rates.· Also we will need 3 rate gyros.· One for instant tilt compensation and two for turn rate at funny angles to keep us straight through the water.

    The rudder needs to have some authority but not so big that it is hard to turn.· Instead of the rudder attached at the leading edge to the hull it will be knotched so the attachment point is just in front of the centerline so that it wants to be straight but not so much that it wil be hard on the actuator.· This will help our battery life greatly.

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    ·- Ouch, thats not suppose to be hot!··


    Michael King
    Application Engineer
    R&D
    Digital Technology Group
  • LawsonLawson Posts: 870
    edited 2008-08-27 17:20
    One suggestion, put a tail on the wing sail to adjust the angle of attack then let the whole assembly freely rotate. I've seen a few examples of this on the web, and it seems to make control a LOT simpler.

    BINGO! www.soe.ucsc.edu/~elkaim/Documents/ElkaimDesignCat.pdf This guy seems to have done his homework. Lots of good ideas in his papers.
    Full length version of the above paper

    A electric motor and propeller might be a good idea too. While sailing works well on open water it's MUCH more difficult to sail into harbor or a dock. So a small motor with a folding propeller would be useful. An auxiliary motor would also be a useful spot to dump excess solar power.

    Marty

    P.S. Only 10ft long on the open ocean? Hope the boat's sealed up as well as a submarine!

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Lunch cures all problems! have you had lunch?

    Post Edited (Lawson) : 8/27/2008 5:25:27 PM GMT
  • waltcwaltc Posts: 158
    edited 2008-08-27 17:34
    Have you built a proof of concept vehicle and tested it on the ocean yet?

    Have you talked to people who actually sailed both oceans in one man boats? To me getting their real world experience would be a must have.
  • ElectricAyeElectricAye Posts: 4,561
    edited 2008-08-27 17:39
    Sniper,
    A friend of mine worked on robot subs a while back and he told me their biggest challenge was getting batteries that could keep the thing running long enough to do an open water mission. So I have a question - could a "sail" actually be designed as a kind of vertically rotating windmill made in such a way so that it not only directs the flow of air and provides propulsion for the boat but also cranks a generator and provides electric power for your control systems? Seems to me I saw something like this years ago - or maybe I just dreamed about it. Seems to me the boat used two such rotating "sails". But I can't recall much other than that.

    just a thought,
    Mark

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    It might be the Information Age but the Eon of Ignorance has yet to end.
  • ElectricAyeElectricAye Posts: 4,561
    edited 2008-08-27 17:41
    And in order to save battery power for your navigation system, might I suggest utilizing a cow compass? The idea is to fatten them up before the voyage, then they can run for weeks without a recharge.


    burger.gif
  • Sniper KingSniper King Posts: 221
    edited 2008-08-27 18:12
    The Cow compass was considered but ruled out do to weight considerations... good thought though.· LOL!

    In the image at the top of this document, solar panels are employed all over the deck of the vehicle for power.· The keel of the vehicle is all batteries.· These will most likely be sealed gel cells... a bunch!· This battery system should allow for enough power even on cloudy days though the calculations will have to be done after all the actuators and control electronics is done.

    a good point is made on the rotating sail idea.· Will look into that.· That may be the ultimate answer.



    The hull will be completely sealed and thick for the open ocean adventure.· 10 foot was chosen as a size that can take some high seas while keeping the craft small enough to handle some serious beating and maintaining integrity including the sail.· I imagine in worse case senario, the craft will certainly be at the mercy of the sea.· i am hoping that after things calm down, the craft wil right itself and continue mission.· Hence, the over building of everything.

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    ·- Ouch, thats not suppose to be hot!··


    Michael King
    Application Engineer
    R&D
    Digital Technology Group
  • LawsonLawson Posts: 870
    edited 2008-08-27 18:41
    Using a wind turbine for sailing certainly works. Link to a working example Unfortunately while there's plenty of talk on the web on this subject, experiments are hard to find. I've looked at the math a bit. Basically, to get the same performance as a sail the turbine needs to be MASSIVE. Still, even a small system will move a boat. So, a wind turbine sailing system would be a good compliment to a normal or wing sail but isn't really a replacement.


    Marty

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Lunch cures all problems! have you had lunch?
  • Sniper KingSniper King Posts: 221
    edited 2008-08-27 18:51
    OK, After reading the datasheet on the flying sail design, I am convinced easily that this is the way to go.· Self trimming sails will reduce a major power consuming actuator which will put power back to the rudder actuator which now becomes the only actuator in continuous operation on the craft! Yay!· Sweet find Lawson!· The other actuator that is needed now is a dual direction flap that turns the symetrical wing into a wing with a higher reynolds number wing in either direction of tack!· No problem there because the flaps are either one way or the other depending on wind direction to the boat.· They dont trim they just switch sides.· For long tacks this would require a shift in direction only during turns.· So unless our course takes us directly into the wind, we can keep the actuator still for long periods of time.· Also there is the wind gust advantage of swinging into the wind upon getting what us sailors refer to as a "puff".



    This is a truly magnificent addition to this project!

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    ·- Ouch, thats not suppose to be hot!··


    Michael King
    Application Engineer
    R&D
    Digital Technology Group
  • Timothy D. SwieterTimothy D. Swieter Posts: 1,613
    edited 2008-08-28 02:04
    I wonder what regulations exist for sending a vessel out into the open waters. I mean, is there some requirements for identification or such so that other water crafts know that is is safe and such?

    I love what you are doing Sniper King. It sounds really neat.

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Timothy D. Swieter, E.I.

    www.brilldea.com·- Prop Blade, LED Painter, RGB LEDs, uOLED-IOC, eProto fo SunSPOT, BitScope
    www.sxmicro.com - a blog·exploring the SX micro
    www.tdswieter.com
  • ElectricAyeElectricAye Posts: 4,561
    edited 2008-08-28 02:11
    Swieter said...
    I mean, is there some requirements for identification or such so that other water crafts know that is is safe and such?

    Well, he could always camouflage it as a deck chair from a Disney Cruise and nobody would think anything out of the ordinary was afloat.
  • Ron SutcliffeRon Sutcliffe Posts: 420
    edited 2008-08-28 03:02
    We have sailed over 15000 kn miles on a Auto Pilot like this.

    We live onboard our 50 traditional Spay and have done for over·8 years.

    This new version is far from being complete but most functions are working version.

    You might fine its·useful starting point fot other types of pilots

    Pilot_lcd.spin is the top object

    Regards

    Ron

    BTW I can provide curciut details, but they should be self explanitory. Enjoy



    Post Edited (Ron Sutcliffe) : 8/28/2008 3:13:03 AM GMT
  • plx88plx88 Posts: 5
    edited 2008-08-28 09:23
    On one of the model wing style sailboats I've seen, the builder used 3 airfoil sections to increase camber (similar to flaps on a 737 or 757 airliner).

    You can acomplish the same thing by using 1 airfoil with a progressive flap using 2 "Skin Hinges". As a result of the skin hinges I think you would increase the strength of your main wing, reduce·it's weight and simplify the design.

    Skin hinges are made with a layer of kevlar on the inside of a fiberglass skin. (but no carbon)
  • Sniper KingSniper King Posts: 221
    edited 2008-08-28 15:38
    I read the entire thesis on the flying wing sail for this project.· Really in depth reading with a bunch of advance math to back up what he was saying.· so, without redoing all the math and calculations, i have settled on the wing design based on this research.·

    Chord=24"
    Root Thickness max=5.04"
    flap length=3.12"
    Length=12'

    These dimensions were chosen to create a massive amount of strength.· This design has to sustain some incredible forces at times.·

    Now, because I live in AZ, my initial testing will be on a lake with a chase boat.· I am stating to think this might have to be a littoral vessel for now as the strength necesary to support the sail in high seas will have to be tested in depth the see what it can take.

    I will be posting a CAD drawing of the·wing and the rib structures of the wing.· One of my main concerns is the pivot point.· This has to be really strong; not only the bearings that allow the 360 degree rotation but the attatchment point to the hull.·


    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    ·- Ouch, thats not suppose to be hot!··


    Michael King
    Application Engineer
    R&D
    Digital Technology Group
  • Sniper KingSniper King Posts: 221
    edited 2008-08-28 22:09
    I bet you can't guess what sticker is going on the sail.

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    ·- Ouch, thats not suppose to be hot!··


    Michael King
    Application Engineer
    R&D
    Digital Technology Group
  • Sniper KingSniper King Posts: 221
    edited 2008-08-29 01:55
    Here are the cad Drawings I promised.· These are to scale.· the internals will have to wait until tomorrow.· I will show all the ribs spars and structural features.

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    ·- Ouch, thats not suppose to be hot!··


    Michael King
    Application Engineer
    R&D
    Digital Technology Group
    980 x 572 - 16K
    980 x 572 - 20K
    980 x 572 - 23K
  • Sniper KingSniper King Posts: 221
    edited 2008-08-29 10:12
    Here are the insides of the wing with a lot more thought about control.

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    ·- Ouch, thats not suppose to be hot!··


    Michael King
    Application Engineer
    R&D
    Digital Technology Group
    864 x 572 - 62K
    864 x 572 - 20K
    864 x 572 - 41K
    864 x 572 - 77K
  • Graham StablerGraham Stabler Posts: 2,510
    edited 2008-08-29 11:56
    Will there be a facility to reef the sail in some way or do you just let it go loose so it weather vanes in cases of extreme weather?

    Self righting is essential of course and you might want to consider hull designs with a small draft to avoid running aground.

    Though very different from your design a boat that is designed to just keep on working in all conditions is this one:

    www.microcruising.com/paradox1.htm

    It allows the pilot to control everything from inside while keeping dry, has no keel or dagger/centre board and self rights, the sail can also be reefed from inside.

    Whatever you go for in your design you should lean towards reliability rather than performance. Also design in flexibility, for given abuse you can make a lighter structure if it is flexible rather than trying to use belts and braces. Just look at saplings swaying in the breeze [noparse]:)[/noparse]

    Cheers,

    Graham
  • codemonkeycodemonkey Posts: 38
    edited 2008-08-29 15:02
    So how does this wing change shape for being on different tacks?
  • Ron SutcliffeRon Sutcliffe Posts: 420
    edited 2008-08-29 15:45
    The following information may be of interest to those who have downloaded the pilot.spin template.

    The following notes relate to our own setup.

    The apparent wind is sensed using a vertically mounted Vane with a counter weight consisting of a 3/8 Dai 316 stainless steel rod. A small weight can be slid up and down the rod to adjust the sensitivity of the vane for varying sea conditions. The vane is adjusted to face into the apparent wind. The Vane tilts in response to the difference in air pressure on each side. It operates on the shaft of a 10-k wire wound Pot. (Overall length of the vane including the counter weight Rod is approximately 24 inches . From my experience wind direction systems which rotate around a vertical shaft do not provide suitable feed back for apparent wind steering. These types need to be mounted in clean air often high up the mast hence they are more sensitive to sea state. The 360 degree Pots are available (from Davis, I think) if you must do it that way. We have purchased two commercially built Auto-Pilots in the last eight years 8 years. (both made in the USA) they failed to steer satisfactorily using the top of mast integrated wind instrument. Hence we built out first pilot with a Basic Stamp, some years ago and used it just for sailing to apparent wind. Parsing NMEA sentences requires something better than Basic Stamp.

    The Compass that I purchased from Parallax is not mounted on gimbals at this stage. I have been surprised how well it fairs when I average the readings. We do not heel much over 15 degrees (not for any length of time anyway) so its not a problem. Compass errors are handled by rudder damping. (The helm does not respond to intermittent errors)

    That said, I know of no marine compass of the electronic type that is used for navigation that is not gimbaled. It’s a job to do before we cross the Indian Ocean.

    The rudder feed back is another 10-k pot and attached to the rudder quadrant.

    A separate 5 volts supply is used across the Pots. The Wiper returns back to ADC0832 on PROP Demo board. Cabling in both cases is about 6 meters. Both supplies share a common ground (goes without saying)

    There are four steering modes steering modes as follows, Standby, Steer current compass heading and Steer to waypoint. The following data can be setup. Sea State, Vane Damping, Rudder gain and Rudder Limit.

    This information is provided on the basis that you may find it useful.



    Regards

    Ron

    Post Edited (Ron Sutcliffe) : 8/30/2008 4:50:51 AM GMT
  • Sniper KingSniper King Posts: 221
    edited 2008-08-29 16:38

    Graham Stabler said...

    Will there be a facility to reef the sail in some way or do you just let it go loose so it weather vanes in cases of extreme weather?

    Self righting is essential of course and you might want to consider hull designs with a small draft to avoid running aground.

    Though very different from your design a boat that is designed to just keep on working in all conditions is this one:

    As far as reefing the sail goes...Not exactly.· Interesting enough, the response of a wing this small with a 40" moment and a large tail gets the sail into the wind really fast.· Since it is free spinning it will rotate into the wind fast and prevent a capsize.· the interesting thing about this is that the tail has to be offset to create the proper angle of attack for the sail to perform.· Added to that the flap on the wing can be left straight to reduce performance.· This acts kind of like reefing.· if things get to extreme or we just want to stop, we can center the tail and flap and the wing is now a symetrical airfoil and the cross section to the wind is actually calculated to the wind resistance of a 1" dowel rod (no kidding)!
    Codemonkey said...
    So how does this wing change shape for being on different tacks?
    This is the really cool thing about the wing.· We adjust the tail to provide angle of attack to the wing. Now even without the flaps this will provide lift to the wing.· Then add the dual direction flaps.· This provides incredible lift and for the same surface area, the sail will·win every time except in a run (downwind) where a boat is actually being pushed (the only time).· For us, this sail is ideal because unintentional tacks dont stress the mast or the rigging.· gusts are compensated for faster than and traditional sailboat could handle.·

    A little side point, this boat can actually navigate in reverse by reversing the tail and flap.· This is because we are just changing the angle of attack to the other side of the wing.· This will only cause lift in the other direction and with good computer control, instead of a rudder, we have a canard.· Inefficient at best but the boat will go backwards!· This is unheard of in the traditional sailboat without the crew pushing the boom out at a weird angle into the wind.

    Another advantage here is our angle into the wind.· Most sailboat with traditional sails can tack into the wind up to about 30 degrees.· this boat can do 15 degrees!



    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    ·- Ouch, thats not suppose to be hot!··


    Michael King
    Application Engineer
    R&D
    Digital Technology Group
  • Sniper KingSniper King Posts: 221
    edited 2008-08-29 16:58
    Oh yeah, stats update.· More than information, I am buying the wood for this in two weeks.· The sail cover will take another 2 weeks to get but I should have a sail within a month or so.· Also, for testing, I am building a very simple wooden boat to mount the sail on.· This gives us a platform to start with.· After that it is time for hardware development.

    Initial autopilot:

    GPS and wind sensor only.

    This should be more than enough to navigate a lake.· Since the GPS will give us heading regardless of tilt this seem like a logical starting point.· In retrospect, I wanted a compass but I think a dual rate gyro is actually better suited to keep us straight.· The wind sensor is necesary to keep the boat out of the irons (pointed into the wind and thus drifting backwards)



    OBEX objects to use



    FullDuplexSerial

    GPS_IO_mini_PNAV

    Float32Full

    Servo32v3



    For communication for now.· We will be using a DIGI (maxstream) Xtend 1 watt module.

    This will give us realtime telemetry and manual control over all the servos/actuators.

    For control software, i am writing a Ground (Water?) control station with maps in case we get a little far out there!· This software will give us absolute control of the craft or if everthing is working and we want to dock, we can take over rudder control and then push the big red stop button and hit the brakes (reverse thrust) until we are stopped.· Imagine navigating a slip under sail... perfectly!








    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    ·- Ouch, thats not suppose to be hot!··


    Michael King
    Application Engineer
    R&D
    Digital Technology Group
  • Capt. QuirkCapt. Quirk Posts: 872
    edited 2008-08-30 06:25
    Here is some good info, that may help. Hopefully there is no copyright problems with a magazine that went out of bussiness nearly 20 yrs ago.

    edit; I reduced the image width to 800 pixles for better reading.

    Post Edited (Capt. Quirk) : 8/30/2008 9:42:51 PM GMT
    800 x 1102 - 562K
    800 x 1072 - 566K
    800 x 1076 - 540K
    800 x 1112 - 670K
  • Sniper KingSniper King Posts: 221
    edited 2008-09-02 16:44
    Over the weekend i wrote a bunch of code.· The navigation of the vessel I think will work though this will have to be tested.· Right now the code will control a motorized craft.· The hard part is going to be the navigation into the wind.·

    I am working on a line of position idea.· line of position is the ray created between two waypoints.· Upon reaching a waypoint, the autopilot immediately calculates the reverse bearing from the current waypoint to the next.·using the distance and the angle of the craft off of the reverse bearing we can calculate the distance the craft is from the line of position.· Now we can create an acceptable lane the the craft can operate inside of.· When the craft reaches a max left or right of the distance from center, the craft will tack.· If the craft reaches a point where a tack is possible that will carry it to the waypoint, it will tack prior to reaching·the left or right max and sail to the·waypoint.



    Things are tight in the King household.· Two kids and one on the way make it hard to justify spending money on the materials necesary to build a full size boat.· To start, we are going to build this·as a scale model.· This will save a large amount of money especially in the cost of actuators.· We will be able to use servos.· So the boat for testing purposes will be 3 feet long with a 3.5 foot sail.· I can start on this almost immediately.

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    ·- Ouch, thats not suppose to be hot!··


    Michael King
    Application Engineer
    R&D
    Digital Technology Group
Sign In or Register to comment.