YARP
Yet Another Robot Platform
visualization_msgs_Marker.h
Go to the documentation of this file.
1 /*
2  * SPDX-FileCopyrightText: 2006-2021 Istituto Italiano di Tecnologia (IIT)
3  * SPDX-License-Identifier: BSD-3-Clause
4  */
5 
6 // This is an automatically generated file.
7 
8 #ifndef YARP_ROSMSG_deprecated1_visualization_msgs_Marker_h
9 #define YARP_ROSMSG_deprecated1_visualization_msgs_Marker_h
10 
11 #include <yarp/conf/system.h>
12 
13 YARP_COMPILER_DEPRECATED_WARNING(<visualization_msgs_Marker.h> header is deprecated. Use <yarp/rosmsg/visualization_msgs/Marker.h> instead)
14 
15 #include <yarp/rosmsg/visualization_msgs/Marker.h>
16 #include <std_msgs_Header.h>
17 #include <geometry_msgs_Pose.h>
18 #include <geometry_msgs_Vector3.h>
19 #include <std_msgs_ColorRGBA.h>
20 #include <TickDuration.h>
21 #include <geometry_msgs_Point.h>
22 #include <yarp/conf/api.h>
23 
24 YARP_DEPRECATED_MSG("visualization_msgs_Marker is deprecated, use yarp::rosmsg::visualization_msgs::Marker instead")
26 
27 #endif // YARP_ROSMSG_deprecated1_visualization_msgs_Marker_h
#define YARP_DEPRECATED_MSG(MSG)
Expands to either the standard [[deprecated]] attribute or a compiler-specific decorator such as __at...
Definition: compiler.h:2885
yarp::rosmsg::visualization_msgs::Marker Marker
Definition: Marker.h:21
The main, catch-all namespace for YARP.
Definition: dirs.h:16
#define YARP_COMPILER_DEPRECATED_WARNING(x)
Generate a warning at build time on supported compilers if deprecated warnings are enabled.
Definition: system.h:114