#include "json_conversions_common.h"#include <rc_hand_eye_calibration_client/SetCalibrationPose.h>#include <rc_hand_eye_calibration_client/SetCalibration.h>#include <rc_hand_eye_calibration_client/Calibration.h>#include <rc_hand_eye_calibration_client/Trigger.h>

Go to the source code of this file.
Namespaces | |
| rc_hand_eye_calibration_client | |
Functions | |
| void | rc_hand_eye_calibration_client::from_json (const nlohmann::json &j, TriggerResponse &r) |
| void | rc_hand_eye_calibration_client::from_json (const nlohmann::json &j, SetCalibrationPoseResponse &r) |
| void | rc_hand_eye_calibration_client::from_json (const nlohmann::json &j, CalibrationResponse &r) |
| void | rc_hand_eye_calibration_client::from_json (const nlohmann::json &j, SetCalibrationResponse &r) |
| void | rc_hand_eye_calibration_client::to_json (nlohmann::json &j, const TriggerRequest &r) |
| void | rc_hand_eye_calibration_client::to_json (nlohmann::json &j, const SetCalibrationPoseRequest &r) |
| void | rc_hand_eye_calibration_client::to_json (nlohmann::json &j, const CalibrationRequest &r) |
| void | rc_hand_eye_calibration_client::to_json (nlohmann::json &j, const SetCalibrationRequest &r) |