40 #include <rviz_common/properties/property_tree_widget.hpp> 
   60   void setMoveGroup(
const moveit::planning_interface::MoveGroupInterfacePtr& mg);
 
   70   rviz_common::properties::Property* createPropertyTree();
 
   73   rviz_common::properties::PropertyTreeModel* property_tree_model_;
 
   75   moveit::planning_interface::MoveGroupInterfacePtr move_group_;
 
   76   std::string group_name_;
 
   77   std::string planner_id_;
 
MOVEIT_CLASS_FORWARD(MoveGroupInterface)
 
Main namespace for MoveIt.
 
This namespace includes the base class for MoveIt planners.