Google Summer of Code 2019: ̶m̶e̶s̶s̶i̶n̶g̶ ̶a̶b̶o̶u̶t̶ ̶w̶i̶t̶h̶ ̶b̶o̶a̶t̶s̶ further development of rover sailboat support

There is nothing — absolutely nothing — half so much worth doing as simply messing about in boats. Simply messing… about in boats — or with boats. In or out of ’em, it doesn’t matter. - Ratty, Wind in the Willows

I have taken this to heart for my Google Summer of Code (GSoC) 2019 project and will be carrying on developing rover sailboat support. The above YouTube vid is the culmination of the work I did last year, a autonomous mission of a mile completely under wind power. This year I will be adding several new features to the Rover Sailboat code.

  1. Add support for commercial wind speed and direction sensors. This will support off the shelf sensors that are both more rugged and accurate than the currently supported ‘quick and dirty’ sensors implemented last year.

  2. Motor sailing. The existing code has been developed with fully sail powered vehicles in mind. Giving the code knowledge that is has a motor and the ability to decide when to use it will allow better control, and give the ability for a boat to complete a mission or get back to base when the wind drops. This will also give the option to add a small ‘booster’ sail to existing power boats allowing more efficient operation.

  3. Improve handling of failed tacks, currently the code can get stuck and confused if it fails to tack due to too much wind or too little. I will improve the way this is handled.

  4. Support for wing sails with ‘elevator’ controls. These offer a wide range of benefits over soft sails. The best example of this is the sail drone (Not running ArduRover… yet)

  5. Sea state classification, this will be a benefit to all boats, the code will calculate the wave height and frequency and try to estimate the speed of the tide/current. This will be reported to the operator. We could also set a fail-safe, or trigger different behavior based on the conditions.

  6. Add functionality to lean, store and use a boat speed polar. This will allow sailboats to navigate from A to B in the quickest way in a range of conditions. Speed polars are commonly used in yacht racing, basically they a record of how fast the sailboat can travel in any direction for a range of wind speeds.This page gives some more info on what they are and how they are used. Sailboats are the most complex case, a example for a plane would be finding the airspeed that gives best endurance or range. The airspeed for best range will vary with wind speed and direction, just as a sailboats polar diagram does.

  7. Tracking wind shifts and probabilistic decision making, again veering off into very sailboat focused stuff here. Given some information about the how the wind has changed in the past we can predict what it is likely to do in the future. If we can successfully do this then we can get from A to B faster.

  8. Mapping functionality for sailboats (and more). This would allow a polygon to be defined, just like a fence, this area would then be mapped. The code will optimize the path to map the area in the minimum time. This will greatly reduce the complexity of planning mapping missions. The missions should be performed no slower than existing methods, for those vehicles that are more constrained by maneuverability and the directions they can travel (planes and sailboats) this should, I hope, provide a significant speed up in mission time.

Hopefully with these changes ArduRover sailboats will become the go-to tool for mapping large areas of water, and there may also be some benefit for other vehicles too. If you interested in the how and why of each task you can read my full proposal. I will be doing a few blog posts documenting my progress over the summer. The place to follow the ‘blow by blow’ developments is over on the sailboat thread. If you interested in GSoC you can check out the Ardupilot page, there are five students this year. Hopefully we will be bringing lots of exiting developments to ArduPilot between us. As ever I am always after more sailboat users (and code testers), join us in the slow paced, quite and relaxing world of sailboats.

9 Likes

Fantastic Peter!
Even if you only finish any one of the list of 8 it would be just great.
So many good ideas.
Looking forward to this summer! No need for Netflix :smile:
Will certainly try help testing things for this great project, if I can.
Good luck!
Karl

1 Like

Fantastic!! And a few more characters to get to 20.

1 Like

And as always, I am available to test with my EC 12. :slight_smile:

1 Like

When will you find out if your GsOC proposal has been accepted! Also check out pypilot.

https://pypilot.org/

I’m a real dummy–> Those links are in your original post but all tidy as hyperlinks. Looking forward to helping/contibuting/testing.

@Iampete, where is the best place to get the lastest builds for your new features as they come out?

You can get the latest firmware for rover here, Note that this is not the stable release and as such there could be bugs and other unexpected behaviour. If you follow along at on the sailboat thread I will probability doing a few custom builds for testing as we go.

2 Likes

I have done a progress update over on the sailboat thread,