Browse Source

修改红外走迷宫功能包的cmake文件,解决无法找到imu模块新增服务生成头文件的问题

JallyZhang 4 năm trước cách đây
mục cha
commit
7e6adaf0c7
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      src/infrared_maze/CMakeLists.txt

+ 1 - 0
src/infrared_maze/CMakeLists.txt

@@ -14,6 +14,7 @@ find_package(catkin REQUIRED COMPONENTS
   nav_msgs
   tf
   std_msgs
+  rasp_imu_hat_6dof
 )
 
 ## System dependencies are found with CMake's conventions