moveit2
The MoveIt Motion Planning Framework for ROS 2.
Loading...
Searching...
No Matches
moveit_ros
visualization
motion_planning_rviz_plugin
include
moveit
motion_planning_rviz_plugin
interactive_marker_display.h
Go to the documentation of this file.
1
2
/*********************************************************************
3
* All MoveIt 2 headers have been updated to use the .hpp extension.
4
*
5
* .h headers are now autogenerated via create_deprecated_headers.py,
6
* and will import the corresponding .hpp with a deprecation warning.
7
*
8
* imports via .h files may be removed in future releases, so please
9
* modify your imports to use the corresponding .hpp imports.
10
*
11
* See https://github.com/moveit/moveit2/pull/3113 for extra details.
12
*********************************************************************/
13
/*
14
* Copyright (c) 2008, Willow Garage, Inc.
15
* Copyright (c) 2019, Open Source Robotics Foundation, Inc.
16
* All rights reserved.
17
*
18
* Redistribution and use in source and binary forms, with or without
19
* modification, are permitted provided that the following conditions are met:
20
*
21
* * Redistributions of source code must retain the above copyright
22
* notice, this list of conditions and the following disclaimer.
23
* * Redistributions in binary form must reproduce the above copyright
24
* notice, this list of conditions and the following disclaimer in the
25
* documentation and/or other materials provided with the distribution.
26
* * Neither the name of the copyright holder nor the names of its
27
* contributors may be used to endorse or promote products derived from
28
* this software without specific prior written permission.
29
*
30
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
31
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
32
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
33
* ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
34
* LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
35
* CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
36
* SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
37
* INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
38
* CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
39
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
40
* POSSIBILITY OF SUCH DAMAGE.
41
*/
42
43
// TODO(JafarAbdi): Remove this file once the lag issue is fixed upstream https://github.com/ros2/rviz/issues/548
44
// This file is copied from https://github.com/ros2/rviz, the only difference is the addition of the private members
45
// pnode_, private_executor_, and private_executor_thread_ to fix the lag in the motion planning display interactive
46
// marker cause by Rviz having only a single thread executor
47
48
#pragma once
49
#pragma message(".h header is obsolete. Please use the .hpp header instead.")
50
#include <
moveit/motion_planning_rviz_plugin/interactive_marker_display.hpp
>
interactive_marker_display.hpp
Generated by
1.9.8