Ryan

Results 632 comments of Ryan

Tab complete or something similar for what's possible to plot. ![image](https://github.com/ArduPilot/UAVLogViewer/assets/25047695/a9e72219-e48e-433d-8c1f-a3173ab4eee1) IE: ATTITUDE -> `` results in a dropdown of the values that mavproxy console lists: ``` MANUAL> graph ATTITUDE....

Instead of pinning by date/time, a simple option I proposed internally is using tagging by docker image hash. This works with existing infra without any code, and it is also...

> hmm interesting, we do mark gz-common's `graphics` components as `REQUIRED` in [CMakeLists.txt](https://github.com/gazebosim/gz-rendering/blob/7116f01bd5e015cbfc245e55641d8b5fed99f586/CMakeLists.txt#L39-L40). I wonder if it's because cmake found the system installed `gz-common5-graphics` component and assumed it's available but...

Ok, using ubuntu 22.04, following the gazebo classic tutorial. 1. `sudo apt-get install gdal-bin libgdal-dev python-gdal` fails because ``` Package python-gdal is not available, but is referred to by another...

> Are you able to run `gz sim volcano.sdf` ok? `volcano.sdf` is an example that comes packaged with Garden. If so, then it is most likely an issue with the...

> https://github.com/gazebosim/gz-sim/blob/gz-sim7/examples/worlds/dem_volcano.sdf Thanks that worked. I should be able to replicate it into the guide. For now, I will leave out the DEM generation if that's ok. ![image](https://user-images.githubusercontent.com/25047695/216499564-e5c7fda2-cddc-49e7-987c-cee515e7ed2d.png)

Where do the other files in the original `.world` come from, such as: `file://media/materials/textures/dirt_diffusespecular.png`? There is no information on where to retrieve those. I was able to load in the...

I have a computer capable of running much higher fidelity simulations now, including terrain data, without crashing. I'll try to get this before November's release.

> By November, you mean September? Like, Ionic release? Or is this talking about something else? Ionic release. Let me know a date it needs done, and I'll hold myself...

We should also link this: https://gazebosim.org/api/rendering/8/heightmap.html The statement `the example 1 demo, loads the heights from a grayscale image, where the color black represents the lowest point and white represents...