Fix some PX4 issues with latest master branch - #2634
Conversation
Fix macos build relating to setThreadName helper function. Print message when home GPS location is set. Delay connecting UDP connection to avoid socket errors.
|
One thing which I had noticed sometime back is that PX4 is using the system clock for sending the simulation time. This is in contrast to in Ardupilot where the stepped time is being used I really have no idea whether this causes any effect or anything, just though I should post my doubt |
|
Interesting question about the clock, I'll ping my PX4 friends and see if the actual time delta between ticks makes any difference when PX4 is running in lockstep mode. I doubt it will, but I'll check, thanks. |
|
This seems to be working well with master, v1.11.0-beta1, v1.10.1. Thanks Chris! TomSeestern (@TomSeestern), 斯东Stone (@bys1123), it would be great if you guys can give it a shot as well. (I haven't tried sending cmds with QGC). Just observing the terminal output |
|
Thanks your great works! |
Fix memory corruption in setThreadName helper function.
Print message when home GPS location is set.
Delay connecting UDP connection to avoid socket errors.