io.h
Go to the documentation of this file.
1#pragma once
2
3#include <string>
4
6{
17
20 const std::string& filePath = "algorithms/astarwithorientation.cfg");
21
22} // namespace armarx::navigation::algorithms::orientation_aware::io
AStarWithOrientationParams loadAStarWithOrientationParams(const std::string &filePath)
Definition io.cpp:13