Formula Student Autonomous Systems
The code for the main driverless system
Loading...
Searching...
No Matches
config_load.hpp
Go to the documentation of this file.
1#pragma once
2
3#include <ament_index_cpp/get_package_prefix.hpp>
4#include <string>
5
7 std::string get_config_yaml_path(const std::string& package_name, const std::string& dir,
8 const std::string& filename);
9} // namespace common_lib::config_load
std::string get_config_yaml_path(const std::string &package_name, const std::string &dir, const std::string &filename)