- Installing neptus with the version specified in the update_ws.sh file (https://github.com/LSTS/neptus/tree/38c7f41a9885c6b059f79b38861edb4b7b67511b) doesn't work on M1 MacBooks, the java compiler complains. I have tested on multiple computers and it won't work.
If instead we just use thedevelop
branch in it's current version (https://github.com/LSTS/neptus/tree/00200f55ed37fe0d9d0afb0b865e4e6e4e53b7b5) it works as expected neptus runs and launches and bluerov works as well (at least on Arm based Macs).
I don't know if there was a good reason for using this old version of neptus, if so maybe just add a check in update_ws.sh depending on system? - Also removed the empty
34763-autonomous-marine-robotics-main/Training_Sessions/TS5_Mission_Planning/neptus
directory as it was preventing.gitignore
from not tracking the whole neptus repo once it is downloaded
thanks /Sebastian