base_local_planner
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
}
simple_trajectory_generator.h
vector
base_local_planner::TrajectoryGeneratorTest
Definition:
trajectory_generator_test.cpp:16
base_local_planner::TrajectoryGeneratorTest::tg
SimpleTrajectoryGenerator tg
Definition:
trajectory_generator_test.cpp:18
base_local_planner::SimpleTrajectoryGenerator
Definition:
simple_trajectory_generator.h:96
base_local_planner::TrajectoryGeneratorTest::TestBody
virtual void TestBody()
Definition:
trajectory_generator_test.cpp:23
base_local_planner::TrajectoryGeneratorTest::TrajectoryGeneratorTest
TrajectoryGeneratorTest()
Definition:
trajectory_generator_test.cpp:20
base_local_planner
Definition:
alignment_cost_function.h:7
Generated on Mon Feb 24 2025 04:34:28 for base_local_planner by
1.8.17