perception_interfaces 1.1.2
Loading...
Searching...
No Matches
object_access.h
Go to the documentation of this file.
1// Copyright Institute for Automotive Engineering (ika), RWTH Aachen University
2// SPDX-License-Identifier: MIT
3
9#pragma once
10
11#include <geometry_msgs/Point.h>
12#include <geometry_msgs/Pose.h>
13#include <geometry_msgs/PoseWithCovariance.h>
14#include <geometry_msgs/Quaternion.h>
15#include <geometry_msgs/Vector3.h>
16#include <tf2_geometry_msgs/tf2_geometry_msgs.h>
17
18// Messages
19#include <perception_msgs/Object.h>
20#include <perception_msgs/ObjectClassification.h>
21#include <perception_msgs/ObjectList.h>
22#include <perception_msgs/ObjectReferencePoint.h>
23#include <perception_msgs/ObjectState.h>
24
25// State Models
26#include <perception_msgs/EGO.h>
27#include <perception_msgs/EGORWS.h>
28#include <perception_msgs/ISCACTR.h>
29#include <perception_msgs/HEXAMOTION.h>
30#include <perception_msgs/TRAFFICLIGHT.h>
31
32namespace perception_msgs {
33 namespace gm = geometry_msgs;
34}
35
Main object access header to include.