Closed stmoon closed 10 years ago
Hi, have you initet git submodules? Try: 'git submodule init', then 'git submodule update'.
Solved now?
Thank you for fast reply.
It successfully compiled !!
However I cannot run jMavSim. in intelliJ
[image: 본문 이미지 1]
How do I run jMavSim?
Thank you in advance
Best Regards, SungTae Moon
2014-07-02 5:44 GMT+09:00 Anton Babushkin notifications@github.com:
Solved now?
— Reply to this email directly or view it on GitHub https://github.com/DrTon/jMAVSim/issues/3#issuecomment-47707649.
Try to right-click on Simulator.java -> Run. Which OS you use? Serial port is hardcoded by now for Mac OS, should be changed if you use another OS.
same problem..
[image: 본문 이미지 1]
and I use linux (ubuntu 12.04)
2014-07-02 6:47 GMT+09:00 Anton Babushkin notifications@github.com:
Try to right-click on Simulator.java -> Run. Which OS you use? Serial port is hardcoded by now for Mac OS, should be changed if you use another OS.
— Reply to this email directly or view it on GitHub https://github.com/DrTon/jMAVSim/issues/3#issuecomment-47713935.
Then you need to replace "dev/tty.usbmodem1" with your port name. BTW, what is error message?
do you know j3dcore-ogl? the erorr means that no j3dcore-ogl in java.library.path...
2014-07-02 7:08 GMT+09:00 Anton Babushkin notifications@github.com:
Then you need to replace "dev/tty.usbmodem1" with your port name. BTW, what is error message?
— Reply to this email directly or view it on GitHub https://github.com/DrTon/jMAVSim/issues/3#issuecomment-47715540.
I solve this problem. (I installed the library) sudo apt-get install libjava3d-java
However, I cannot see this view.. (captured by http://vimeo.com/80898319)
[image: 본문 이미지 1]
my screen is like that.. I want to see my quadrotor :-(
[image: 본문 이미지 2]
2014-07-02 11:08 GMT+09:00 문성태 munhoney@gmail.com:
do you know j3dcore-ogl? the erorr means that no j3dcore-ogl in java.library.path...
2014-07-02 7:08 GMT+09:00 Anton Babushkin notifications@github.com:
Then you need to replace "dev/tty.usbmodem1" with your port name. BTW,
what is error message?
— Reply to this email directly or view it on GitHub https://github.com/DrTon/jMAVSim/issues/3#issuecomment-47715540.
I don't see any of your images on github. By default you have FPV setup, but if you want view from static ground position you should modify Simulator.java, you fill find some useful comments in it.
I'm newbie in intelliJ
there are some error during compile..