|
Formula Student Autonomous Systems
The code for the main driverless system
|
#include <map>#include <string>#include <unordered_map>#include "eufs_msgs/msg/can_state.hpp"

Go to the source code of this file.
Namespaces | |
| namespace | common_lib |
| namespace | common_lib::competition_logic |
| Enum for colors. | |
Functions | |
| bool | common_lib::competition_logic::operator== (const Mission &mission, const int &value) |
| bool | common_lib::competition_logic::operator== (const int &value, const Mission &mission) |
| std::string | common_lib::competition_logic::get_mission_string (int mission) |
| Mission | common_lib::competition_logic::get_mission_from_eufs (unsigned short eufs_mission) |
Variables | |
| const std::map< Mission, std::string > | common_lib::competition_logic::MISSION_STRING_MAP |
| const std::unordered_map< unsigned short, Mission > | common_lib::competition_logic::eufs_to_system |
| const std::unordered_map< std::string, Mission > | common_lib::competition_logic::fsds_to_system |