Skip to content

Commit

Permalink
fix: add catkin depends
Browse files Browse the repository at this point in the history
  • Loading branch information
SS47816 committed Jan 23, 2024
1 parent 09d72fe commit 9e66695
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ generate_dynamic_reconfigure_options(
catkin_package(
INCLUDE_DIRS include
LIBRARIES fiss_planner
CATKIN_DEPENDS roscpp rospy std_msgs
CATKIN_DEPENDS roscpp rospy std_msgs nav_msgs tf tf2_ros geometry_msgs autoware_msgs visualization_msgs dynamic_reconfigure
DEPENDS system_lib
)

Expand Down

0 comments on commit 9e66695

Please sign in to comment.