etsi_its_messages v3.4.0
Loading...
Searching...
No Matches
cpm_ts_access.hpp
Go to the documentation of this file.
1// SPDX-License-Identifier: MIT
2// Copyright Institute for Automotive Engineering (ika), RWTH Aachen University
3
8
9#pragma once
10
11// Messages
12#include <etsi_its_cpm_ts_msgs/msg/collective_perception_message.hpp>
13#include <geometry_msgs/msg/point_stamped.hpp>
14#include <geometry_msgs/msg/pose.hpp>
15#include <geometry_msgs/msg/pose_with_covariance.hpp>
16#include <geometry_msgs/msg/quaternion.hpp>
17#include <geometry_msgs/msg/vector3.hpp>
18#include <tf2_geometry_msgs/tf2_geometry_msgs.hpp>
19
20namespace etsi_its_cpm_ts_msgs {
21using namespace msg;
22namespace gm = geometry_msgs::msg;
23} // namespace etsi_its_cpm_ts_msgs
24
25// Implementation
26#include <etsi_its_msgs_utils/impl/cpm/cpm_ts_access.h>