-
Create a method to dump dataflash log data into influxdb. Should work through binary logs, text logs and on the fly from mavlink logging.
fnoop updated
7 years ago
-
Hi, I am trying to compile GWork under MinGW-64. I've been getting various errors and had to do the following changes to fix them. Now I'm stuck at ```error: 'ptarget' was not declared in this scope`…
-
I would like to be able to generate HTML documentation and have it show up as rendered when browsing Github. I understand that the markup tool does not recognize HTML as an input format, presumably be…
-
```
...
examples/mixed_shapes.py
Traceback (most recent call last):
File "examples/mixed_shapes.py", line 26, in
chart.add_line(line_data)
File "/Users/gwk/external/leather/leather/char…
-
I could not get DisableResizing to work properly for the current checkout I have of the gwork-branch. Perhaps I was doing something wrong, I am just beginning to use the lib so I'm not entirely famil…
-
Not sure what the required version is, but `pip install lxml` worked fine.
-
I'm running into linker errors when building the SFML example on Windows with MinGW. To me it seems like the platform sources isn't being linked properly and/or exported wrongly.
Here's the verbose o…
-
Initially reported here http://discuss.ardupilot.org/t/upgrading-2-planes-to-3-7-causes-the-castle-esc-to-triple-beep-esc-detected-unusual-signals-or-loss-of-signal-on-throttle-wire-unless-i-boot-in-f…
-
since we have introduced a whole bunch of new tables for the new shop layers and services and we have decomissioned cw-toposhop and cw-datenstand we will have to do some clean-up work in the stopo dat…
ltclm updated
7 years ago
-
I am currently trying to use GWork within a singleton class like the following:
```
class GuiManager {
public:
// NOTE: allegro *must* be initialized for these to work
…