There was an error while loading. Please reload this page.
1 parent 5c608ff commit 23b7fbcCopy full SHA for 23b7fbc
1 file changed
plugins-dev/alliance/src/java/pt/lsts/neptus/plugins/alliance/NmeaPlotter.java
@@ -441,8 +441,8 @@ else if (msgType == 5) {
441
mtShip.SHIP_ID = mmsiNbr;
442
mtShip.SHIPNAME = shipName;
443
mtShip.SHIPTYPE = aisInfo.getTypeAndCargo();
444
- mtShip.HEADING = 351; // Not available
445
- mtShip.COURSE = 351; // Not available
+ mtShip.HEADING = 551; // Not available
+ mtShip.COURSE = 551; // Not available
446
mtShip.SPEED = -1;
447
mtShip.W_LEFT = (int) Math.ceil(aisInfo.getC());
448
mtShip.WIDTH = (int) Math.ceil(aisInfo.getC() + aisInfo.getD());
0 commit comments