#include "json_conversions_common.h"
#include <rc_common_msgs/ReturnCode.h>
#include <rc_silhouettematch_client/Instance.h>
#include <rc_silhouettematch_client/Plane.h>
#include <rc_silhouettematch_client/EstimatedPlane.h>
#include <rc_silhouettematch_client/ObjectToDetect.h>
#include <rc_silhouettematch_client/CalibrateBasePlane.h>
#include <rc_silhouettematch_client/GetBasePlaneCalibration.h>
#include <rc_silhouettematch_client/DeleteBasePlaneCalibration.h>
#include <rc_silhouettematch_client/DetectObject.h>
Go to the source code of this file.
|
| void | rc_common_msgs::from_json (const nlohmann::json &j, ReturnCode &r) |
| |
| void | rc_silhouettematch_client::from_json (const nlohmann::json &j, Instance &r) |
| |
| void | rc_silhouettematch_client::from_json (const nlohmann::json &j, EstimatedPlane &r) |
| |
| void | rc_silhouettematch_client::from_json (const nlohmann::json &j, ObjectToDetect &r) |
| |
| void | rc_silhouettematch_client::from_json (const nlohmann::json &j, DetectObject::Response &r) |
| |
| void | rc_silhouettematch_client::from_json (const nlohmann::json &j, CalibrateBasePlane::Response &r) |
| |
| void | rc_silhouettematch_client::from_json (const nlohmann::json &j, GetBasePlaneCalibration::Response &r) |
| |
| void | rc_silhouettematch_client::from_json (const nlohmann::json &j, DeleteBasePlaneCalibration::Response &r) |
| |
| void | rc_silhouettematch_client::to_json (nlohmann::json &j, const Plane &r) |
| |
| void | rc_silhouettematch_client::to_json (nlohmann::json &j, const ObjectToDetect &r) |
| |
| void | rc_silhouettematch_client::to_json (nlohmann::json &j, const DetectObject::Request &r) |
| |
| void | rc_silhouettematch_client::to_json (nlohmann::json &j, const CalibrateBasePlane::Request &r) |
| |
| void | rc_silhouettematch_client::to_json (nlohmann::json &j, const GetBasePlaneCalibration::Request &r) |
| |
| void | rc_silhouettematch_client::to_json (nlohmann::json &j, const DeleteBasePlaneCalibration::Request &r) |
| |