#include "CarlaOpticalFlowCameraPublisher.h"
#include <string>
#include <cmath>
#include "carla/ros2/types/ImagePubSubTypes.h"
#include "carla/ros2/types/CameraInfoPubSubTypes.h"
#include "carla/ros2/listeners/CarlaListener.h"
#include <fastdds/dds/domain/DomainParticipant.hpp>
#include <fastdds/dds/publisher/Publisher.hpp>
#include <fastdds/dds/topic/Topic.hpp>
#include <fastdds/dds/publisher/DataWriter.hpp>
#include <fastdds/dds/topic/TypeSupport.hpp>
#include <fastdds/dds/domain/qos/DomainParticipantQos.hpp>
#include <fastdds/dds/domain/DomainParticipantFactory.hpp>
#include <fastdds/dds/publisher/qos/PublisherQos.hpp>
#include <fastdds/dds/topic/qos/TopicQos.hpp>
#include <fastrtps/attributes/ParticipantAttributes.h>
#include <fastrtps/qos/QosPolicies.h>
#include <fastdds/dds/publisher/qos/DataWriterQos.hpp>
#include <fastdds/dds/publisher/DataWriterListener.hpp>
Go to the source code of this file.
|
| carla |
| This file contains definitions of common data structures used in traffic manager.
|
|
| carla::ros2 |
|
|
template<typename T > |
T | CLAMP (const T &value, const T &low, const T &high) |
|
◆ _GLIBCXX_USE_CXX11_ABI
#define _GLIBCXX_USE_CXX11_ABI 0 |
◆ CLAMP()
template<typename T >
T CLAMP |
( |
const T & |
value, |
|
|
const T & |
low, |
|
|
const T & |
high |
|
) |
| |