move_group_context.h
Go to the documentation of this file.
1 /*********************************************************************
2  * Software License Agreement (BSD License)
3  *
4  * Copyright (c) 2012, Willow Garage, Inc.
5  * All rights reserved.
6  *
7  * Redistribution and use in source and binary forms, with or without
8  * modification, are permitted provided that the following conditions
9  * are met:
10  *
11  * * Redistributions of source code must retain the above copyright
12  * notice, this list of conditions and the following disclaimer.
13  * * Redistributions in binary form must reproduce the above
14  * copyright notice, this list of conditions and the following
15  * disclaimer in the documentation and/or other materials provided
16  * with the distribution.
17  * * Neither the name of Willow Garage nor the names of its
18  * contributors may be used to endorse or promote products derived
19  * from this software without specific prior written permission.
20  *
21  * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
22  * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
23  * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
24  * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
25  * COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
26  * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
27  * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
28  * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
29  * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
30  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
31  * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
32  * POSSIBILITY OF SUCH DAMAGE.
33  *********************************************************************/
34 
35 /* Author: Ioan Sucan */
36 
37 #pragma once
38 
39 #include <string>
41 
42 namespace moveit_cpp
43 {
45 }
46 
47 namespace planning_scene_monitor
48 {
49 MOVEIT_CLASS_FORWARD(PlanningSceneMonitor); // Defines PlanningSceneMonitorPtr, ConstPtr, WeakPtr... etc
50 }
51 
52 namespace planning_pipeline
53 {
54 MOVEIT_CLASS_FORWARD(PlanningPipeline); // Defines PlanningPipelinePtr, ConstPtr, WeakPtr... etc
55 }
56 
57 namespace plan_execution
58 {
59 MOVEIT_CLASS_FORWARD(PlanExecution); // Defines PlanExecutionPtr, ConstPtr, WeakPtr... etc
60 MOVEIT_CLASS_FORWARD(PlanWithSensing); // Defines PlanWithSensingPtr, ConstPtr, WeakPtr... etc
61 } // namespace plan_execution
62 
64 {
65 MOVEIT_CLASS_FORWARD(TrajectoryExecutionManager); // Defines TrajectoryExecutionManagerPtr, ConstPtr, WeakPtr... etc
66 }
67 
68 namespace move_group
69 {
70 MOVEIT_STRUCT_FORWARD(MoveGroupContext);
71 
73 {
74  MoveGroupContext(const moveit_cpp::MoveItCppPtr& moveit_cpp, const std::string& default_planning_pipeline,
75  bool allow_trajectory_execution = false, bool debug = false);
77 
78  bool status() const;
79 
80  moveit_cpp::MoveItCppPtr moveit_cpp_;
81  planning_scene_monitor::PlanningSceneMonitorPtr planning_scene_monitor_;
82  trajectory_execution_manager::TrajectoryExecutionManagerPtr trajectory_execution_manager_;
83  planning_pipeline::PlanningPipelinePtr planning_pipeline_;
84  plan_execution::PlanExecutionPtr plan_execution_;
85  plan_execution::PlanWithSensingPtr plan_with_sensing_;
87  bool debug_;
88 };
89 } // namespace move_group
planning_scene_monitor
move_group::MoveGroupContext::planning_pipeline_
planning_pipeline::PlanningPipelinePtr planning_pipeline_
Definition: move_group_context.h:83
move_group::MoveGroupContext::~MoveGroupContext
~MoveGroupContext()
Definition: move_group_context.cpp:84
move_group::MoveGroupContext::trajectory_execution_manager_
trajectory_execution_manager::TrajectoryExecutionManagerPtr trajectory_execution_manager_
Definition: move_group_context.h:82
plan_execution::MOVEIT_CLASS_FORWARD
MOVEIT_CLASS_FORWARD(PlanExecution)
moveit_cpp::MoveItCpp
move_group::MoveGroupContext::plan_execution_
plan_execution::PlanExecutionPtr plan_execution_
Definition: move_group_context.h:84
move_group::MoveGroupContext::status
bool status() const
Definition: move_group_context.cpp:93
trajectory_execution_manager::MOVEIT_CLASS_FORWARD
MOVEIT_CLASS_FORWARD(TrajectoryExecutionManager)
moveit_cpp
move_group::MOVEIT_STRUCT_FORWARD
MOVEIT_STRUCT_FORWARD(MoveGroupContext)
move_group::MoveGroupContext
Definition: move_group_context.h:72
trajectory_execution_manager
move_group::MoveGroupContext::moveit_cpp_
moveit_cpp::MoveItCppPtr moveit_cpp_
Definition: move_group_context.h:80
move_group::MoveGroupContext::planning_scene_monitor_
planning_scene_monitor::PlanningSceneMonitorPtr planning_scene_monitor_
Definition: move_group_context.h:81
planning_pipeline::MOVEIT_CLASS_FORWARD
MOVEIT_CLASS_FORWARD(PlanningPipeline)
move_group
Definition: capability_names.h:41
move_group::MoveGroupContext::plan_with_sensing_
plan_execution::PlanWithSensingPtr plan_with_sensing_
Definition: move_group_context.h:85
planning_pipeline
plan_execution
planning_scene_monitor::MOVEIT_CLASS_FORWARD
MOVEIT_CLASS_FORWARD(CurrentStateMonitor)
move_group::MoveGroupContext::allow_trajectory_execution_
bool allow_trajectory_execution_
Definition: move_group_context.h:86
class_forward.h
move_group::MoveGroupContext::MoveGroupContext
MoveGroupContext(const moveit_cpp::MoveItCppPtr &moveit_cpp, const std::string &default_planning_pipeline, bool allow_trajectory_execution=false, bool debug=false)
Definition: move_group_context.cpp:44
move_group::MoveGroupContext::debug_
bool debug_
Definition: move_group_context.h:87
moveit_cpp::MOVEIT_CLASS_FORWARD
MOVEIT_CLASS_FORWARD(MoveItCpp)


move_group
Author(s): Ioan Sucan , Sachin Chitta
autogenerated on Thu Apr 18 2024 02:24:44