#include "nrp_general_library/engine_interfaces/engine_client_interface.h"
#include "nrp_json_engine_protocol/config/engine_json_config.h"
#include "nrp_json_engine_protocol/nrp_client/engine_json_registration_server.h"
#include "nrp_json_engine_protocol/datapack_interfaces/json_datapack.h"
#include "nrp_general_library/utils/nrp_exceptions.h"
#include "nrp_general_library/utils/restclient_setup.h"
#include <nlohmann/json.hpp>
#include <list>
#include <chrono>
#include <iostream>
#include <restclient-cpp/restclient.h>
Go to the source code of this file.
Classes | |
class | EngineJSONNRPClient< ENGINE, SCHEMA > |
NRP - Gazebo Communicator on the NRP side. Converts DataPackInterface classes from/to JSON objects. More... | |