Formula Student Autonomous Systems
The code for the main driverless system
Loading...
Searching...
No Matches
position.hpp File Reference
#include <functional>
#include <rclcpp/rclcpp.hpp>
Include dependency graph for position.hpp:
This graph shows which files directly or indirectly include this file:

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)