jMAVSim icon indicating copy to clipboard operation
jMAVSim copied to clipboard

doc for usage?

Open ziyangli opened this issue 10 years ago • 5 comments

Hi all,

This is definitely a great piece of work. However for non-Java user the usage is unclear. Could anyone give some instructions?

ziyangli avatar Nov 03 '14 12:11 ziyangli

Did you see the official Pixhawk page? there are some instruction there - but I never managed to get it to work.

Here's the link: https://pixhawk.org/users/hil#jmavsim

j1n6 avatar Nov 03 '14 14:11 j1n6

Hi! Unfortunately I have no time now for this, but you can help if you write here some (maybe very stupid) questions like "How to ..." and "What is ...".

DrTon avatar Dec 29 '14 10:12 DrTon

how to get to compile!!!!

MAVProxyUser avatar Jan 11 '15 07:01 MAVProxyUser

ant
java -jar out/production/jmavsim.jar

or use Intellij IDEA (you will anyway need to edit code): right click on src/Simulator.java -> Run

DrTon avatar Jan 11 '15 17:01 DrTon

Thanks! You may also want to add instructions to run:

git submodule init git submodule update

This pulls in the jMAVlib and la4j

MAVProxyUser avatar Jan 11 '15 18:01 MAVProxyUser