#include <tuw_control/trajectory_simulator/trajectory_simulator.h>
#include <tuw_control/utils.h>
#include <algorithm>
#include <iostream>
Go to the source code of this file.
Typedefs | |
using | BSLT = TrajectorySimulator::BaseSimLatticeType |
Functions | |
bool | cmpLatticePt (const TrajectorySimulator::LatticePoint &a, const TrajectorySimulator::LatticePoint &b) |
Definition at line 43 of file trajectory_simulator.cpp.
bool cmpLatticePt | ( | const TrajectorySimulator::LatticePoint & | a, |
const TrajectorySimulator::LatticePoint & | b | ||
) |
Definition at line 159 of file trajectory_simulator.cpp.