3#include <SimoxUtility/json/json.h>
A known object ID of the form "Dataset/ClassName" or "Dataset/ClassName/InstanceName".
void to_json(simox::json::json &j, const SceneObject &rhs)
void from_json(const simox::json::json &j, SceneObject &rhs)
void to_json(simox::json::json &j, const ObjectPose &op)
void from_json(const simox::json::json &j, ObjectPose &op)
This file offers overloads of toIce() and fromIce() functions for STL container types.
void from_json(const nlohmann::json &j, Vector2f &value)
void to_json(nlohmann::json &j, const Vector2f &value)
An object pose as stored by the ObjectPoseStorage.