mdb_conversions.h
Go to the documentation of this file.
1// STD / STL
2#include <filesystem>
3#include <fstream>
4#include <iostream>
5#include <optional>
6
7// ArmarX
8#include <RobotAPI/libraries/armem_motions/aron/MDBReference.aron.generated.h>
9
11{
12 std::optional<armarx::motion::mdb::arondto::MDBReference>
13 createFromFile(const std::filesystem::path& pathToInfoJson);
14}
std::optional< armarx::motion::mdb::arondto::MDBReference > createFromFile(const std::filesystem::path &pathToInfoJson)