Main Page
Namespaces
Classes
Files
File List
File Members
include
footstep_planner
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>
29
#include <
footstep_planner/FootstepPlanner.h
>
30
31
32
namespace
footstep_planner
33
{
38
class
FootstepPlannerNode
39
{
40
public
:
41
FootstepPlannerNode
();
42
virtual
~FootstepPlannerNode
();
43
44
protected
:
45
FootstepPlanner
ivFootstepPlanner
;
46
47
ros::Subscriber
ivGoalPoseSub
;
48
ros::Subscriber
ivGridMapSub
;
49
ros::Subscriber
ivStartPoseSub
;
50
ros::Subscriber
ivRobotPoseSub
;
51
52
ros::ServiceServer
ivFootstepPlanService
;
53
ros::ServiceServer
ivFootstepPlanFeetService
;
54
};
55
}
56
#endif // FOOTSTEP_PLANNER_FOOTSTEPPLANNERNODE_H_
footstep_planner::FootstepPlannerNode::ivStartPoseSub
ros::Subscriber ivStartPoseSub
Definition:
FootstepPlannerNode.h:49
footstep_planner::FootstepPlannerNode::ivFootstepPlanner
FootstepPlanner ivFootstepPlanner
Definition:
FootstepPlannerNode.h:45
footstep_planner::FootstepPlanner
A class to control the interaction between ROS and the footstep planner.
Definition:
FootstepPlanner.h:57
footstep_planner::FootstepPlannerNode::ivGoalPoseSub
ros::Subscriber ivGoalPoseSub
Definition:
FootstepPlannerNode.h:47
footstep_planner::FootstepPlannerNode::ivRobotPoseSub
ros::Subscriber ivRobotPoseSub
Definition:
FootstepPlannerNode.h:50
ros::ServiceServer
ros::Subscriber
footstep_planner::FootstepPlannerNode::ivGridMapSub
ros::Subscriber ivGridMapSub
Definition:
FootstepPlannerNode.h:48
footstep_planner::FootstepPlannerNode::FootstepPlannerNode
FootstepPlannerNode()
Definition:
FootstepPlannerNode.cpp:25
footstep_planner::FootstepPlannerNode::ivFootstepPlanService
ros::ServiceServer ivFootstepPlanService
Definition:
FootstepPlannerNode.h:52
ros.h
footstep_planner::FootstepPlannerNode::ivFootstepPlanFeetService
ros::ServiceServer ivFootstepPlanFeetService
Definition:
FootstepPlannerNode.h:53
footstep_planner::FootstepPlannerNode
Wrapper class for FootstepPlanner, providing callbacks for the node functionality.
Definition:
FootstepPlannerNode.h:38
footstep_planner::FootstepPlannerNode::~FootstepPlannerNode
virtual ~FootstepPlannerNode()
Definition:
FootstepPlannerNode.cpp:40
FootstepPlanner.h
footstep_planner
Definition:
Footstep.h:28
footstep_planner
Author(s): Johannes Garimort, Armin Hornung
autogenerated on Mon Jun 10 2019 13:38:24