Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
neptus_tips_and_tricks [2020/09/20 07:07] – nikolal | neptus_tips_and_tricks [2022/09/19 11:34] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 26: | Line 26: | ||
cd $lststools/ | cd $lststools/ | ||
+ | |||
+ | * Alternative for Ubuntu 20.04 (MRA not properly working with previous method): Use Oracle Java | ||
+ | |||
+ | sudo add-apt-repository ppa: | ||
+ | sudo apt-get update | ||
+ | sudo apt-get install oracle-java8-installer | ||
===== Making a new vehicle type visible to Neptus Console ===== | ===== Making a new vehicle type visible to Neptus Console ===== | ||
Line 41: | Line 47: | ||
./dune -c otter/ | ./dune -c otter/ | ||
| | ||
- | | + | This results in a file '' |
| | ||
===== Add support for custom IMC messages to Neptus ===== | ===== Add support for custom IMC messages to Neptus ===== | ||
TODO | TODO |