|
11 | 11 | // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
12 | 12 | // See the License for the specific language governing permissions and
|
13 | 13 | // limitations under the License.
|
14 |
| -#ifndef OBJECT_DETECTION__OBJECT_POLYGON_DISPLAY_BASE_HPP_ |
15 |
| -#define OBJECT_DETECTION__OBJECT_POLYGON_DISPLAY_BASE_HPP_ |
| 14 | +#ifndef AUTOWARE_AUTO_PERCEPTION_RVIZ_PLUGIN__OBJECT_DETECTION__OBJECT_POLYGON_DISPLAY_BASE_HPP_ |
| 15 | +#define AUTOWARE_AUTO_PERCEPTION_RVIZ_PLUGIN__OBJECT_DETECTION__OBJECT_POLYGON_DISPLAY_BASE_HPP_ |
16 | 16 |
|
17 |
| -#include "common/color_alpha_property.hpp" |
| 17 | +#include "autoware_auto_perception_rviz_plugin/common/color_alpha_property.hpp" |
| 18 | +#include "autoware_auto_perception_rviz_plugin/object_detection/object_polygon_detail.hpp" |
| 19 | +#include "autoware_auto_perception_rviz_plugin/visibility_control.hpp" |
18 | 20 |
|
19 |
| -#include <object_detection/object_polygon_detail.hpp> |
20 | 21 | #include <rviz_common/display.hpp>
|
21 | 22 | #include <rviz_common/properties/color_property.hpp>
|
22 | 23 | #include <rviz_common/properties/enum_property.hpp>
|
23 | 24 | #include <rviz_common/properties/float_property.hpp>
|
24 | 25 | #include <rviz_default_plugins/displays/marker/marker_common.hpp>
|
25 | 26 | #include <rviz_default_plugins/displays/marker_array/marker_array_display.hpp>
|
26 |
| -#include <visibility_control.hpp> |
27 | 27 |
|
28 | 28 | #include <autoware_auto_perception_msgs/msg/object_classification.hpp>
|
29 | 29 | #include <unique_identifier_msgs/msg/uuid.hpp>
|
@@ -449,4 +449,4 @@ class AUTOWARE_AUTO_PERCEPTION_RVIZ_PLUGIN_PUBLIC ObjectPolygonDisplayBase
|
449 | 449 | } // namespace rviz_plugins
|
450 | 450 | } // namespace autoware
|
451 | 451 |
|
452 |
| -#endif // OBJECT_DETECTION__OBJECT_POLYGON_DISPLAY_BASE_HPP_ |
| 452 | +#endif // AUTOWARE_AUTO_PERCEPTION_RVIZ_PLUGIN__OBJECT_DETECTION__OBJECT_POLYGON_DISPLAY_BASE_HPP_ |
0 commit comments