Main Page
Namespaces
Classes
Files
File List
File Members
src
footstep_navigation.cpp
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
#include <
footstep_planner/FootstepNavigation.h
>
22
#include <
ros/ros.h
>
23
24
int
main
(
int
argc,
char
** argv)
25
{
26
ros::init
(argc, argv,
"footstep_navigation"
);
27
28
footstep_planner::FootstepNavigation
nav;
29
30
ros::spin
();
31
32
return
0;
33
}
ros::init
ROSCPP_DECL void init(int &argc, char **argv, const std::string &name, uint32_t options=0)
footstep_planner::FootstepNavigation
A class to control the performance of a planned footstep path on the NAO robot.
Definition:
FootstepNavigation.h:50
ros::spin
ROSCPP_DECL void spin(Spinner &spinner)
FootstepNavigation.h
ros.h
main
int main(int argc, char **argv)
Definition:
footstep_navigation.cpp:24
footstep_planner
Author(s): Johannes Garimort, Armin Hornung
autogenerated on Mon Jun 10 2019 13:38:24