You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've tried creating a new IMC message in dune by following the procedure mentioned in the imc wiki. But IMC.xml is not getting updated when I run neptus & dune. Can anyone explain each step to create a new IMC message that can be accessed by dune, neptus.
The text was updated successfully, but these errors were encountered:
Neptus uses IMCJava for this.
So you need to generate the new libimc and libimcsender ./gradlew dist libsender check the https://github.com/LSTS/imcjava#compilation and to change the IMC version check the https://github.com/LSTS/imcjava#imc.
After compiling just copy libimc-xxx.jat and libimcsender-xxx.jar to lib folder of Neptus and update the dependencies with the names if changed.
I've tried creating a new IMC message in dune by following the procedure mentioned in the imc wiki. But IMC.xml is not getting updated when I run neptus & dune. Can anyone explain each step to create a new IMC message that can be accessed by dune, neptus.
The text was updated successfully, but these errors were encountered: