Commit 5897937f authored by Larkin Heintzman's avatar Larkin Heintzman

god im dumb

parent 7ca7c99e
......@@ -263,9 +263,9 @@ add_executable(${PROJECT_NAME}_node src/mission_controller_node.cpp)
add_dependencies(${PROJECT_NAME}_node ${${PROJECT_NAME}_EXPORTED_TARGETS} ${catkin_EXPORTED_TARGETS} dji_osdk_ros)
## Specify libraries to link a library or executable target against
# target_link_libraries(${PROJECT_NAME}_node
# ${catkin_LIBRARIES}
# )
target_link_libraries(${PROJECT_NAME}_node
${catkin_LIBRARIES}
)
#############
## Install ##
......@@ -296,7 +296,7 @@ add_dependencies(${PROJECT_NAME}_node ${${PROJECT_NAME}_EXPORTED_TARGETS} ${catk
# )
## Mark cpp header files for installation
install(DIRECTORY include/${PROJECT_NAME}/
install(DIRECTORY include
DESTINATION ${CATKIN_PACKAGE_INCLUDE_DESTINATION}
FILES_MATCHING PATTERN "*.h"
PATTERN ".svn" EXCLUDE
......
// mission controller node all-in-one for DJI M210 (v1 or v2)
#include <mission_controller_node.h>
#include <mission_controller/mission_controller_node.h>
// #include <dji_osdk_ros/vehicle_wrapper.h>
// #include <dji_osdk_ros/dji_vehicle_node.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment