1#ifndef MOCKER_NODE_INCLUDE_PLANNING_MOCK_HPP
2#define MOCKER_NODE_INCLUDE_PLANNING_MOCK_HPP
9#include "custom_interfaces/msg/cone.hpp"
10#include "custom_interfaces/msg/cone_array.hpp"
11#include "custom_interfaces/msg/path_point.hpp"
12#include "custom_interfaces/msg/path_point_array.hpp"
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
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