Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
intro [2019/10/04 13:36] – [The thrusters] nikolal | intro [2022/09/19 11:34] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Introduction ====== | ====== Introduction ====== | ||
+ | The goal of the project, is to be able to perform persistent tracking of acoustic fish tags through combining sensor readings from multiple vessels through multilateration. To further break this down, a scenario of the type of mission is given below. | ||
- | The Otter ASV is a 2 meters long catamaran propelled by two electrical fixed thrusters. This means that steering has to be done through differential thrust by the controller. | + | ^ # ^ Mission Phase ^ Description ^ |
- | ===== The controller box ===== | + | | 1 | Transport | Bring the equipment |
- | The controller box is based on a Raspberry Pi 4 with 4GB of RAM. Connected through it's GPIO pins is a [[https:// | + | | 2 | Deployment | Assemble and prepare the vessel. Ensure supporting systems (Server/ |
+ | | 3 | Travel to search area | Vessels travel from deployment area to search area. | | ||
+ | | 4 | Collaborative search | Search area is divided between vessels. Ends after first tag detection. If first search yields no result, perform predetermined action, like searching again or extending search area. | | ||
+ | | 5 | First tag contact | First contact with acoustic tag. The detecting vessel waits or tries single vessel tag positioning. Other vessels congregate | ||
+ | | 6 | All vessel tag contact | Enter tag formation | ||
+ | | 7 | Collaborative fish tracking | Keep formation around tag to estimate its position. | | ||
+ | | 8 | Tracking end | Mission finished or battery level low – wait for pickup or return to predetermined point (like deployment point). | | ||
+ | | 9 | Berthing/ Dismantling equipment | Removing | ||
+ | | 10 | Transport | Pack up equipment and leave deployment area | | ||
- | //Insert block diagram image here// | + | ===== Collaborative Fish Tracking |
- | ===== The thrusters | + | |
- | The thrusters used by the Otter are two [[https://www.torqeedo.com/ | + | {{ :scenario.png?400|}} |
- | ===== The batteries ===== | + | A visual representation of the most important phase of the scenario, the fish tracking, |
- | The batteries are of the shelf [[https:// | + | is shown in the figure. Here, the three Fish Otters have gained contact with a tagged fish, |
- | ===== The hull ===== | + | and is using multilateration to estimate its position. Based on the estimate, decisions are |
- | Delivered by Maritime Robotics, | + | then made regarding the next position |
+ | minimize GDOP, while at the same time avoiding surrounding hazards | ||
+ | thruster usage. Reducing motor usage is beneficial because it conserves the stored energy | ||
+ | and reduces noise in the medium (water). Increased noise makes it harder | ||
+ | receiver to discern tag transmissions and may also influence the fish behavior. | ||
+ | |||
+ | The communication between the operator and the vessels, | ||
+ | go through two channels: the public cellular network, and the private Ubiquiti AirMax | ||
+ | network. Either one, or both at once is to be used, with the expectation that bandwidth | ||
+ | and increased network control will be benefits | ||
+ | benefit of the cellular communications. | ||
+ | |||
+ | Positioning of the vessels is based on GNSS systems, which also is a multilateration | ||
+ | system. The GNSS can be used as an inverted analogy for the fish tracking performed by | ||
+ | the Otters. In the GNSS, the satellites transmit signals, with the Otters receiving them. | ||
+ | In the fish tracking scenario, the Otters have the same role as the satellites, but instead | ||
+ | receives the message sent from the acoustic tag for surveillance purposes. | ||
+ | |||
+ | ===== The NTNU Fish Otter ===== | ||
+ | The target vessel for the system | ||
+ | {{ : | ||
- | //Insert image of Otter hull here// | ||