Stochastic Planning for ASV Navigation using Satellite Images

1University of Toronto

Aerial view of our autonomous boat crusing in a lake.

Abstract

Autonomous surface vessels (ASV) represent a promising technology to automate water-quality monitoring of lakes. In this work, we use satellite images as a coarse map and plan sampling routes for the robot. However, inconsistency between the satellite images and the actual lake, as well as environmental disturbances such as wind, aquatic vegetation, and changing water levels can make it difficult for robots to visit places suggested by the prior map.

This paper presents a robust route-planning algorithm that minimizes the expected total travel distance given these environmental disturbances, which induce uncertainties in the map. We verify the efficacy of our algorithm in simulations of over a thousand Canadian lakes and demonstrate an application of our algorithm in a 3.7 km-long real-world robot experiment on a lake in Northern Ontario, Canada.

Video

Simulation Results

Lake Dataset

We evaluate our route-planning framework on 2217 graph instances selected from 1052 unique Canadian lakes. The lakes are selected from the CanVec Series Ontario datasets published by Natural Resources Canada. Lakes are filtered such that their bounding boxes are 1-10km by 1-10km. Water masks are generated from Sentine-2 satellite images across 30 days in June 2018-2022. After our graph generation pipeline, we remove any graph with no stochastic edges or more than nine stochastic edges.


Results

We compare our method, PCCTP, to the following baselines: Greedy, TSP, and a modified version of Cyclic Routing (CR) algorithm used to solve CCTP (Covering Canadian Traveller Problem) .

Compared to the strongest baseline, our method saves the robot about 1%(50m) of travel distance on average and 15%(1.8km) in the extreme case. Although the improvement is marginal on average, our planner can still be beneficial in edge cases (e.g., high blocking probability, long stochastic edges).

simulations

Field Tests

We show that our algorithm can be integrated to an ASV navigation system in a field test.

Our ASV platform is a customized Clearpath Heron ASV with a GPS, IMU, ZED stereo camera, and an Nvidia Jetson for processing sensor inputs. The autonomy framework is designed such that the success of policy execution is less dependent on lower-level components such as perception and local planning, making the system more robust.

The system travelled autonomously for 3.7km in our field test at Nine Mile Lake in McDougall, Ontario, Canada. Despite some challenges such as perception failures, limited battery life, and strong wind, the ASV still managed to complete the mission and visited all reachable target nodes.

BibTeX

@article{huang2022stochastic,
      title={Stochastic Planning for ASV Navigation Using Satellite Images},
      author={Huang, Yizhou and Dugmag, Hamza and Barfoot, Timothy D and Shkurti, Florian},
      journal={arXiv preprint arXiv:2209.11864},
      year={2022}
    }