浏览代码

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

JallyZhang 4 年之前
父节点
当前提交
7e6adaf0c7
共有 1 个文件被更改,包括 1 次插入0 次删除
  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