Main Page
+
Namespaces
Namespace List
+
Namespace Members
+
All
a
c
d
g
i
l
p
s
t
+
Functions
a
g
i
p
s
t
Variables
Enumerations
Enumerator
+
Classes
Class List
Class Hierarchy
+
Class Members
+
All
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
y
z
~
+
Functions
a
c
d
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
~
+
Variables
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
y
z
Related Functions
+
Files
File List
+
File Members
All
Functions
Macros
test
trajectory_generator_test.cpp
Go to the documentation of this file.
1
/*
2
* footprint_helper_test.cpp
3
*
4
* Created on: May 2, 2012
5
* Author: tkruse
6
*/
7
8
#include <gtest/gtest.h>
9
10
#include <vector>
11
12
#include <
base_local_planner/simple_trajectory_generator.h
>
13
14
namespace
base_local_planner
{
15
16
class
TrajectoryGeneratorTest
:
public
testing::Test {
17
public
:
18
SimpleTrajectoryGenerator
tg
;
19
20
TrajectoryGeneratorTest
() {
21
}
22
23
virtual
void
TestBody
(){}
24
};
25
26
}
base_local_planner::TrajectoryGeneratorTest
Definition:
trajectory_generator_test.cpp:16
simple_trajectory_generator.h
base_local_planner::SimpleTrajectoryGenerator
Definition:
simple_trajectory_generator.h:61
base_local_planner
Definition:
costmap_model.h:44
base_local_planner::TrajectoryGeneratorTest::TestBody
virtual void TestBody()
Definition:
trajectory_generator_test.cpp:23
base_local_planner::TrajectoryGeneratorTest::tg
SimpleTrajectoryGenerator tg
Definition:
trajectory_generator_test.cpp:18
base_local_planner::TrajectoryGeneratorTest::TrajectoryGeneratorTest
TrajectoryGeneratorTest()
Definition:
trajectory_generator_test.cpp:20
base_local_planner
Author(s): Eitan Marder-Eppstein, Eric Perko, contradict@gmail.com
autogenerated on Wed Jun 22 2022 02:07:08