13#ifndef __FPSDK_COMMON_TO_JSON_TIME_HPP__
14#define __FPSDK_COMMON_TO_JSON_TIME_HPP__
19#include <nlohmann/json.hpp>
28inline void to_json(nlohmann::json& j,
const RosTime& t)
30 j = nlohmann::json::array({ t.sec_, t.nsec_ });
Minimal ros::Time() / rplcpp::Time implementation (that doesn't throw)
Fixposition SDK: Time utilities.