FootstepPlannerNode.h
Go to the documentation of this file.
1 /*
2  * A footstep planner for humanoid robots
3  *
4  * Copyright 2010-2011 Johannes Garimort, Armin Hornung, University of Freiburg
5  * http://www.ros.org/wiki/footstep_planner
6  *
7  *
8  * This program is free software: you can redistribute it and/or modify
9  * it under the terms of the GNU General Public License as published by
10  * the Free Software Foundation, version 3.
11  *
12  * This program is distributed in the hope that it will be useful,
13  * but WITHOUT ANY WARRANTY; without even the implied warranty of
14  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15  * GNU General Public License for more details.
16  *
17  * You should have received a copy of the GNU General Public License
18  * along with this program. If not, see <http://www.gnu.org/licenses/>.
19  */
20 
21 #ifndef FOOTSTEP_PLANNER_FOOTSTEPPLANNERNODE_H_
22 #define FOOTSTEP_PLANNER_FOOTSTEPPLANNERNODE_H_
23 
24 
25 #include <ros/ros.h>
26 
27 #include <geometry_msgs/PoseStamped.h>
28 #include <geometry_msgs/PoseWithCovarianceStamped.h>
30 
31 
32 namespace footstep_planner
33 {
39 {
40 public:
42  virtual ~FootstepPlannerNode();
43 
44 protected:
46 
51 
54 };
55 }
56 #endif // FOOTSTEP_PLANNER_FOOTSTEPPLANNERNODE_H_
A class to control the interaction between ROS and the footstep planner.
Wrapper class for FootstepPlanner, providing callbacks for the node functionality.


footstep_planner
Author(s): Johannes Garimort, Armin Hornung
autogenerated on Mon Jun 10 2019 13:38:24