Luke Dennis
Luke Dennis
Just in case anyone else runs into this issue - I ran into this issue too (on a different project). It seems to be a problem with the gcc compiler...
@gyxx323 you probably need to change the planning group from endeffector to manipulator
I am also looking for a feature like this. Having the ability to run something like `$ clangd --parse-all` from the command line would be great
Oh just realised this is the `vscode-clangd` repo not `clangd` But yeah probably print to command line (and pipe to file). Difference is I am working in an embedded system...
So turns out GCC just doesn't issue warnings the same as clang - someone else reported gcc not reporting any issues for a similar operator precedence issue to what I...
> Edit: The issue for me at least was bluetooth. There appears to be a bug where the audio signal going through USB is interfering with the Bluetooth audio. I...
Might also be worth considering using spdlog for logging
@SoucheSouche this is not currently possible, and @igrr has provided a good example of what I'm after. Currently to use fmt with logging you need to construct a string, extract...
Just to add an extra use case for this, this would also mean string_views can be used in logging without needing to copy them. The current logging cannot do this...
Oh thanks @erhankur! I wasn't able to get spdlog compiling - I must have been doing something wrong...