Skip to content

Commit 65a31d0

Browse files
committed
update webgui dependencies
1 parent 74fdc48 commit 65a31d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

exercises/obstacle_avoidance/cpp_lib/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ find_package(nlohmann_json REQUIRED)
2626
set(COMMON_INTERFACES_INCLUDE "/home/ws/install/common_interfaces_cpp/include")
2727
set(COMMON_INTERFACES_LIB "/home/ws/install/common_interfaces_cpp/lib/libcommon_interfaces_cpp.so")
2828

29-
set(WEBGUI_ROS_DEPS rclcpp geometry_msgs std_msgs)
29+
set(WEBGUI_ROS_DEPS rclcpp geometry_msgs std_msgs nav_msgs sensor_msgs)
3030
set(WEBGUI_SYS_DEPS Frequency Boost::system nlohmann_json::nlohmann_json)
3131
set(HAL_ROS_DEPS rclcpp geometry_msgs sensor_msgs nav_msgs)
3232

0 commit comments

Comments
 (0)