I am currently working on Ardurover 4.6.0.
I have successfully connected a Class B AIS to my surface boat, and it works. I can see all the ships around me.
To do this, I connected my AIS to my Raspberry Pi, which is connected to my Pixhawk. Then, I created a script to convert the NMEA data sent by the AIS into MAVLink AIS_VESSEL messages. The goal is to display the other AIS signals received on Mission Planner.
I’m wondering if anyone has already set up an AIS-based collision avoidance system with Rover, using a companion computer to steer the vehicle away from AIS targets in AUTO or GUIDED mode ?
AIS does feed into the avoidance database, so it should all work. However, the AIS lib will not receive MAVLink messages, currently if only supports native NMEA 0183.
I’m also busy testing AIS avoidance using a rover SITL sim and a live AIS feed.
I have data coming through and appearing on the map. This will be used in an electric surface vehicle. I’m struggling with getting avoidance working properly.
This is me playing in the harbor with SITL and a live feed, running straight through another vessel…
Any suggestions for params that would suite this use case?
For AIS avoidance you will need at least 4.7.0, were on beta 7 currently.
Params look mostly OK. For the avoidance data base I would also set:
OA_DB_EXPIRE to 500 +. AIS (particularly for anchored vessel) has quite slow update rates so you need the large timeout to make sure we don’t forget about a vessel too soon.