Motivation
To make the drone more reliable, we implement a localisation approach using the sonar. That way we add redundancy and reliability using a perception sensor, in addition to the acoustic pinger. The sonar provides significantly longer range than a camera underwater.
Description
Using the 2D sonar image from the FLS, determine whether it contains the pipeline. If the pipeline is displayed, locate the starting point. The starting point of the pipe can be assumed to be endpoint closest to the drone or origo.
Task suggestion
Deliverables
- A method to determine wether the pipeline is present in the image
- A method to create a segmentation mask on the pipeline the image
- A method to locate the starting point of the segmented pipeline
References
Contacts
@MadsJJ
Motivation
To make the drone more reliable, we implement a localisation approach using the sonar. That way we add redundancy and reliability using a perception sensor, in addition to the acoustic pinger. The sonar provides significantly longer range than a camera underwater.
Description
Using the 2D sonar image from the FLS, determine whether it contains the pipeline. If the pipeline is displayed, locate the starting point. The starting point of the pipe can be assumed to be endpoint closest to the drone or origo.
Task suggestion
Create training data for a ML model using the simulator and/or real world data
Train an ML model to segment the pipe
Using the segmentation mask, locate the pipeline starting point
Deliverables
References
Contacts
@MadsJJ