We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd16cd4 commit 9cf348cCopy full SHA for 9cf348c
drone_control/workspace/FlightController/CMakeLists.txt
@@ -11,7 +11,7 @@ add_library(
11
${PROJECT_NAME} MODULE
12
${SOURCE_FILES}
13
../hako_module_drone_controller.c
14
- ${PHYSICS_SOURCE_DIR}/body_physics.cpp
+ ${PHYSICS_SOURCE_DIR}/drone_frames.cpp
15
)
16
# ヘッダーファイルのインクルードディレクトリ指定
17
target_include_directories(
drone_control/workspace/RadioController/CMakeLists.txt
0 commit comments