mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 01:12:11 +00:00
add mc att to cmakelist
This commit is contained in:
@@ -136,6 +136,16 @@ target_link_libraries(subscriber
|
|||||||
px4
|
px4
|
||||||
)
|
)
|
||||||
|
|
||||||
|
add_executable(mc_att_control
|
||||||
|
src/modules/mc_att_control/mc_att_control_main.cpp
|
||||||
|
src/moudles/mc_att_control/mc_att_control_base.cpp)
|
||||||
|
add_dependencies(mc_att_control px4_generate_messages_cpp)
|
||||||
|
target_link_libraries(mc_att_control
|
||||||
|
${catkin_LIBRARIES}
|
||||||
|
px4
|
||||||
|
)
|
||||||
|
|
||||||
|
|
||||||
#############
|
#############
|
||||||
## Install ##
|
## Install ##
|
||||||
#############
|
#############
|
||||||
|
|||||||
Reference in New Issue
Block a user