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
6
namespace
common_lib::config_load
{
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
common_lib::config_load
Definition
config_load.hpp:6
common_lib::config_load::get_config_yaml_path
std::string get_config_yaml_path(const std::string &package_name, const std::string &dir, const std::string &filename)
Definition
config_load.cpp:4
src
common_lib
include
common_lib
config_load
config_load.hpp
Generated by
1.9.8