We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8141bf7 + a9efa34 commit 3d83c92Copy full SHA for 3d83c92
turtlebot3_panorama/CMakeLists.txt
@@ -16,8 +16,8 @@ if(EXISTS "/opt/ros/humble")
16
add_definitions(-DROS2_HUMBLE)
17
message("Humble")
18
else()
19
- add_definitions(-DROS2_JAZZY_OR_ROLLING)
20
- message("Jazzy or Rolling")
+ add_definitions(-DROS2_LATEST)
+ message("Latest")
21
endif()
22
23
################################################################################
turtlebot3_panorama/include/turtlebot3_panorama/panorama.hpp
@@ -56,7 +56,7 @@
56
#include <image_transport/image_transport.hpp>
57
#ifdef ROS2_HUMBLE
58
#include <cv_bridge/cv_bridge.h>
59
-#elif defined(ROS2_JAZZY_OR_ROLLING)
+#elif defined(ROS2_LATEST)
60
#include <cv_bridge/cv_bridge.hpp>
61
#endif
62
0 commit comments