|
Formula Student Autonomous Systems
The code for the main driverless system
|
MidPoint struct represents a potential path point with connections. More...
#include <midpoint.hpp>

Public Member Functions | |
| Midpoint ()=default | |
| Midpoint (const Point &p, std::shared_ptr< Cone > c1, std::shared_ptr< Cone > c2) | |
Public Attributes | |
| Point | point |
| std::vector< std::shared_ptr< Midpoint > > | close_points |
| std::shared_ptr< Cone > | cone1 |
| std::shared_ptr< Cone > | cone2 |
| bool | valid = true |
MidPoint struct represents a potential path point with connections.
Definition at line 17 of file midpoint.hpp.
|
default |
| common_lib::structures::Midpoint::Midpoint | ( | const Point & | p, |
| std::shared_ptr< Cone > | c1, | ||
| std::shared_ptr< Cone > | c2 | ||
| ) |
Definition at line 6 of file midpoint.cpp.
| std::vector<std::shared_ptr<Midpoint> > common_lib::structures::Midpoint::close_points |
Definition at line 19 of file midpoint.hpp.
| std::shared_ptr<Cone> common_lib::structures::Midpoint::cone1 |
Definition at line 20 of file midpoint.hpp.
| std::shared_ptr<Cone> common_lib::structures::Midpoint::cone2 |
Definition at line 21 of file midpoint.hpp.
| Point common_lib::structures::Midpoint::point |
Definition at line 18 of file midpoint.hpp.
| bool common_lib::structures::Midpoint::valid = true |
Definition at line 22 of file midpoint.hpp.