|
Formula Student Autonomous Systems
The code for the main driverless system
|
#include "utils/mocks.hpp"#include <fstream>#include <iostream>#include <istream>#include <sstream>#include <string>#include "rclcpp/rclcpp.hpp"
Go to the source code of this file.
Functions | |
| custom_interfaces::msg::PathPointArray | planning_gtruth_fromfile (std::istream &in) |
| read planning ground truth information from stream and place it in an array of PathPoint objects | |
| custom_interfaces::msg::ConeArray | se_gtruth_fromfile (std::istream &in) |
| read state estimation ground truth information from stream and place it in an array of Cone objects | |
| std::istream & | open_file_as_stream (const std::string &filename) |
| recieve path to a file and return it as an input stream | |
| std::istream & open_file_as_stream | ( | const std::string & | filename | ) |
| custom_interfaces::msg::PathPointArray planning_gtruth_fromfile | ( | std::istream & | in | ) |
read planning ground truth information from stream and place it in an array of PathPoint objects
| in | input stream to extract the PathPoints from |
Definition at line 11 of file mocks.cpp.

| custom_interfaces::msg::ConeArray se_gtruth_fromfile | ( | std::istream & | in | ) |
read state estimation ground truth information from stream and place it in an array of Cone objects
| in | input stream to extract the Cones |
Definition at line 45 of file mocks.cpp.
