include
ensenso_camera
ros2
cv_bridge
cv_bridge.h
Go to the documentation of this file.
1
#pragma once
2
3
#ifdef ROS2
4
// We use the deprecated .h header instead of .hpp, because the latter is not available for foxy and humble.
5
// TODO Use .hpp header as soon as we do not support foxy and humble anymore
6
#ifdef ROS2_JAZZY
7
#include <cv_bridge/cv_bridge.hpp>
8
#else
9
#include <cv_bridge/cv_bridge.h>
10
#endif
11
#else
12
#include <cv_bridge/cv_bridge.h>
13
#endif
ensenso_camera
Author(s): Ensenso
autogenerated on Wed Apr 2 2025 02:37:46