Main Page
Namespaces
Classes
Files
File List
File Members
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 Thu Jan 21 2021 04:05:49