Ryan
Ryan
Did anyone find any solutions for this? I have grounded the Pi and receive flaky behavior even when no panel is connected and the load is off.
How are you changing it in Flight Plan view? Flight plan does not not show the units of altitude, or really any of the data. In [documentation](https://ardupilot.org/copter/docs/mission-command-list.html#waypoint), it says "Alt...
> @danielyan86129 I understand using the "-DCMAKE_BUILD_TYPE=Debug" command is part of the command-line cmake command you pass to build. Is it possible to directly add this flag in CMakeLists.txt? I...
Do you have any manual ways of doing this now? Perhaps in a workflow file?
Is there a plan for this, or a workaround? (Linux Ubuntu 22.04 user here) ```console ryan@ryan-B650:~/Downloads$ ./QGroundControl.AppImage Settings location "/home/ryan/.config/QGroundControl.org/QGroundControl.ini" Is writable?: true Filter rules "*Log.debug=false\nGStreamerAPILog.debug=true\nqt.qml.connections=false" System reported locale: QLocale(English,...
> I opened #10647, sorry, in my weeks of searching for a solution, this one never popped up. We are 13 days shy of 1 year since this issue was...
I tested on `master` hash `83559c41ec55dfd817fbffcb60bf7897d9da95f1` just now, and it seems to work. Two vehicles spawn and don't crash.  Regarding how to launch the swam, I also found some...
Ok, here's the magic for using SITL, with the help of Peter and James. Both of these use `auto-sysid` because it's easy. Option 1: Launch and supply an offset line...
Sweet, great info. > > ``` > > 3. For CMake, attempt to remove all warnings when using CMake 3.27 to include future policy changes that will likely go into...
> The way that Ubuntu 23 handles python dependencies in “externally managed environments” makes the default way of installing python deps through a mix of apt and pip not work...