Formula Student Autonomous Systems
The code for the main driverless system
Loading...
Searching...
No Matches
path_point.cpp
Go to the documentation of this file.
1
#include "
common_lib/structures/path_point.hpp
"
2
3
namespace
common_lib::structures
{
4
5
PathPoint::PathPoint
(
Position
position,
double
orientation,
double
ideal_velocity)
6
: position(position), orientation(orientation), ideal_velocity(ideal_velocity) {}
7
8
PathPoint::PathPoint
(
double
x,
double
y,
double
orientation,
double
ideal_velocity)
9
: position(x, y), orientation(orientation), ideal_velocity(ideal_velocity) {}
10
11
}
// namespace common_lib::structures
common_lib::structures
Definition
cone.hpp:10
path_point.hpp
common_lib::structures::PathPoint::PathPoint
PathPoint()=default
common_lib::structures::Position
Definition
position.hpp:7
src
common_lib
src
structures
path_point.cpp
Generated by
1.9.8