DrTon / jMAVSim

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

Connecting with QGroundcontrol/APMPlaner not working #1

Closed lfrodrigues closed 10 years ago

lfrodrigues commented 10 years ago

I'm trying to connect qgroundcontrol with jMAVSim as specified in
http://pixhawk.org/dev/hil/jmavsim but clicking on the connect button does not work.

Also tried with APMPlaner and has the same problem.

DrTon commented 10 years ago

Have you configured UDP and enabled heartbeat? What netstat -an says about open UDP sockets? Windows / Linux / MacOS?

lfrodrigues commented 10 years ago

Its MacOS, using rev 728017d57e since latest does not compile.

$ netstat -an | grep 14555 udp46 0 0 .14555 *.

I've attached a screenshot just in case: screen

DrTon commented 10 years ago

qgc should listen port 14550 (default), not 14555. You should click Add IP and and put "localhost:14555" there.

lfrodrigues commented 10 years ago

Thanks, I've update the wiki to make sure no one makes same mistake.

killerlayup commented 9 years ago

I have the same issue, can someone help me? @lfrodrigues @DrTon @julianoes @gitter-badger

julianoes commented 8 years ago

@killerlayup This is a very old issue. If it still persists for you, please open a new issue and add some detailed information.