|
Formula Student Autonomous Systems
The code for the main driverless system
|
#include <functional>#include <rclcpp/rclcpp.hpp>

Go to the source code of this file.
Classes | |
| struct | common_lib::structures::Position |
| struct | std::hash< common_lib::structures::Position > |
Namespaces | |
| namespace | common_lib |
| namespace | common_lib::structures |
| namespace | std |
| Hash function for cones. | |
Functions | |
| double | common_lib::structures::cross_product (const Position &p1, const Position &p2, const Position &p3) |
| Calculate the cross product of two vectors. | |
| double | common_lib::structures::euclidean_distance (const Position &p1, const Position &p2) |
| bool | common_lib::structures::operator< (const Position &lhs, const Position &rhs) |