#include <iostream>
#include <cstring>
#include <yarp/sig/all.h>
#include <yarp/sig/Matrix.h>
#include <yarp/os/Stamp.h>
#include <yarp/os/Property.h>
#include <rclcpp/rclcpp.hpp>
#include <sensor_msgs/msg/image.hpp>
#include <sensor_msgs/msg/camera_info.hpp>
#include <std_msgs/msg/header.hpp>
#include "ros2PixelCode.h"
Go to the source code of this file.
Namespaces | |
namespace | yarp |
The main, catch-all namespace for YARP. | |
namespace | yarp::dev |
For streams capable of holding different kinds of content, check what they actually have. | |
namespace | yarp::dev::Ros2RGBDConversionUtils |
Typedefs | |
typedef yarp::sig::ImageOf< yarp::sig::PixelFloat > | DepthImage |
Variables | |
constexpr double | ONE_BILLION = 1000000000 |
Definition at line 26 of file Ros2RGBDConversionUtils.h.
|
constexpr |
Definition at line 25 of file Ros2RGBDConversionUtils.h.