-
Hi, if I want to use the data collected from Quanergy M8 Lidar, what should I do? I find the map can not be generated when I play the data collected with Quanergy M8. Thanks
-
Take this code here:
```
#define UNW_LOCAL_ONLY
#include
#include
#include
#include
void bt()
{
dl_iterate_phdr([](dl_phdr_info *info, size_t /*size*/, void* /*data*/) {
…
-
Editing my .xml preset files I came across
par name="max_midi_parts" value="16" /
changing which would seem to increase the number of possible MIDI macros, which reminded me of a comment by o…
-
Could we possibly *not* have `make reset` do a `rm *.cpp`? Just wondering what the danger is in having them? I've been bitten by this on multiple occasions. I make my own personal backup copy of a mai…
-
I'd like to be able to use OpenDDS with ROS humble, I've put some time to get the library to build on humble (just marking things as unimplemented for now).
I'm getting this error now when trying t…
-
**Version/Branch of Dear ImGui:**
Version: 1.89 WIP
Commit: `cb8ead1` Docking: Fix docked window contents not rendering when switching with CTRL+Tab.
Branch: master, docking
**Back-end/Rendere…
-
Bug type: Debugger
**Describe the bug**
- Windows 10
- VS Code Version:
![image](https://user-images.githubusercontent.com/36667609/148983060-153e279e-b068-4966-89e7-0fdba1a14528.png)
- C…
-
After reading https://github.com/FORTH-ModelBasedTracker/MocapNET/issues/114, downloading, unzipping and re-initializing (for the 7th time) I still get very low speed.
Live (webcam) demo:
![Screensh…
-
Hello.
Yesterday I have installed nodejs-pool. Today in pm2 log I see errors
/home/pooldaemon/.pm2/logs/longRunner-error-6.log last 15 lines:
6|longRunn | 2018-03-08 00:48 -05:00: {"code":"ETIM…
-
fpos_t has caused making our code complicated.
Will ctags deal with files larger than sizeof(long)?
I think it will not.
So I would like to use only ftell/fseek, not together with fsetpos/fgetp…