6 #include <pluginlib/class_list_macros.h> 
   11 namespace plugin_demo_plugins_namespace
 
   13     int Direct::onInit(ros::NodeHandle roshandle)
 
   15         ROS_INFO(
"[plugin direct] done init.");
 
   20         current_path.poses.push_back(start);
 
   21         current_path.poses.push_back(target);
 
   22         ROS_INFO(
"[plugin direct] here comes the path");
 
Contain the Direct  class. 
This class create a direct link between the start and target pose.