Setup initial qt plugin demo

This commit is contained in:
2025-03-07 11:02:41 +01:00
parent 72e499c7d0
commit 7121fdd252
60 changed files with 2104 additions and 0 deletions

6
colcon_defaults.yaml Normal file
View File

@ -0,0 +1,6 @@
{
"build": {
"cmake-args": ["-DCMAKE_EXPORT_COMPILE_COMMANDS=1"],
"symlink-install": true
}
}