pierre.tilak

Results 14 comments of pierre.tilak

> For instance; if an onboard controller is sending a stream of SET_POSITION, and then a user sends a single DO_REPOSITION from the GCS, they would probably get an ACK,...

Hi guys, Just passing by. First of all, this is great work ! Congrats !! Speaking of real-life usage, today I thought I found the trick for screen mirroring (aka...

Cool ! Just ordered a RPI, let see what happen :-) ! I'm hoping to have the same framerate as the one I had with the web browser (I would...

That's great for #7790 ! I can have a look at zlib and how to compile it then.

I notice that zlib looks present already in our repo, at least for windows : https://github.com/mavlink/qgroundcontrol/tree/master/libs/zlib/windows

> > What is the reason for using the SRTM height format in the first place? > > Because it's a compact format which compresses well. Which in turn means...

Having a look at the software I realized that Elevation tiles seems to be downloadable through Offline Maps menu. Does someone knows how it works and where this elevation data...

for reference : https://github.com/mavlink/qgroundcontrol/pull/5842

Thanks for all this info, So can the elevation tiles be cached offline (same as maps) ?

Following discussion here : #7864 @cosmarc So I rework a little bit the TerrainQuery code + create a generic class for MapProvider ( Then a big hash table contains all...