message type updates

This commit is contained in:
2026-02-01 16:02:18 -08:00
parent bcfaad1817
commit 0e9f494c50
10 changed files with 202 additions and 498 deletions

View File

@@ -8,14 +8,13 @@ BUILD="$AERPAW_DIR/build"
mkdir -p "$BUILD"
# Compile all codegen sources (handles any new generated files)
g++ -I/home/kdee/matlab/R2025a/extern/include \
-I"$CODEGEN" \
-I"$IMPL" \
"$IMPL/controller_main.cpp" \
"$CODEGEN/controller.cpp" \
"$IMPL/controller_impl.cpp" \
"$CODEGEN/controller_initialize.cpp" \
"$CODEGEN/controller_terminate.cpp" \
"$CODEGEN"/*.cpp \
-o "$BUILD/controller_app" \
-lpthread