-
Running on a Raspberry Pi 4 (arm64 or aarch64 depending how you squint) and attempting to test prior to evaluation
My environment is:
```
uname -a
Linux Pi1 6.6.51+rpt-rpi-2712 #1 SMP PREEMPT De…
-
## Description
Greetings team,
I'm interested in using historical data functionality in my OPC UA server, and I've attempted to compile and run the "tutorial_server_historicaldata.c" example u…
-
Building `cuda.parallel` is quite brittle due to requirements from the C library. Through some patient trials and errors I discovered the following build-time dependencies are required:
- gcc 13+ (due…
-
I tried downloading protobuf c++ releases 3.15.2, 3.16.0 and 3.19.6, and create static library using files listed for libprotobuf and libprotobuf-lite targets (from cmake/libprotobuf-lite.cmake and cm…
-
always occur:
error[E0282]: type annotations needed for `Box`
--> C:\Users\shengtianyi\.cargo\registry\src\index.crates.io-6f17d22bba15001f\time-0.3.23\src\format_description\parse\mod.rs:83:9
…
-
## Brief feature description
Since we have some CMake code to maintain, it make sense to enforce on this code also code quality rules like we do with the C++ code.
A possible tool-framework coul…
-
**Describe the bug**
VCPKG_CMAKE_SYSTEM_VERSION not work.
**Environment**
- OS: Windows 11
- Compiler: Visual Studio 17 2022, toolset v142, WindowsSDKVersion 10.0.26100.0 and 10.0.22000.0 installed.
…
-
### Description of defect
Currently the formatting style we follow for CMake files is ambiguous. We have various indentation rules we seem to require but they are only enforced in manual code…
-
Maybe we should use some format tools for CMake files as well (we already have it for .hpp and .cpp).
[cmake-format](https://cmake-format.readthedocs.io/en/latest/) is a good candidate, I always us…
-
Hello all!
I am trying to communicate to PX4 V1.13 with a Jetson Orin NX on Ubuntu 20.04 & ROS2 Foxy. I was doing the steps according to [_Build ROS2 Workspace_ in PX4 Official Documentation](https…