ros_plugin_demo
Demonstration of the ROS PlugInLib
 All Data Structures Namespaces Files Functions Variables Pages
direct_ortho.hpp
Go to the documentation of this file.
1 
5 #ifndef ROS_PLUGIN_DEMO_DIRECT_ORTHO_H_
6 #define ROS_PLUGIN_DEMO_DIRECT_ORTHO_H_
7 
9 
10 namespace plugin_demo_plugins_namespace
11 {
19  {
23  int getPath();
24 
29  int onInit(ros::NodeHandle roshandle);
30 
31  public:
33  virtual ~DirectOrtho(){}
34  };
35 };
36 #endif //ROS_PLUGIN_DEMO_DIRECT_ORTHO_H_
DirectOrtho()
Intentionally left empty.
virtual ~DirectOrtho()
Intentionally left empty.
Contain the Interface class.
int getPath()
calculate the third point of the resulting path.
This class create a path parallel to the axies of the coordinate system between the start and target ...
int onInit(ros::NodeHandle roshandle)
writes only a info-msg.