DrTon / jMAVSim

Simple multirotor simulator with MAVLink protocol support
BSD 3-Clause "New" or "Revised" License
38 stars 257 forks source link

compile error #3

Closed stmoon closed 10 years ago

stmoon commented 10 years ago

I'm newbie in intelliJ

there are some error during compile..

error

DrTon commented 10 years ago

Hi, have you initet git submodules? Try: 'git submodule init', then 'git submodule update'.

DrTon commented 10 years ago

Solved now?

stmoon commented 10 years ago

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.

DrTon commented 10 years ago

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.

stmoon commented 10 years ago

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.

DrTon commented 10 years ago

Then you need to replace "dev/tty.usbmodem1" with your port name. BTW, what is error message?

stmoon commented 10 years ago

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.

stmoon commented 10 years ago

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.

DrTon commented 10 years ago

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.