#include <std_srvs/Trigger.h>
#include <ros/ros.h>
#include <dynamic_reconfigure/server.h>
#include <memory>
#include <rc_pick_client/DetectLoadCarriers.h>
#include <rc_pick_client/DeleteLoadCarriers.h>
#include <rc_pick_client/DeleteRegionsOfInterest.h>
#include <rc_pick_client/GetLoadCarriers.h>
#include <rc_pick_client/DetectFillingLevel.h>
#include <rc_pick_client/GetRegionsOfInterest.h>
#include <rc_pick_client/SetLoadCarrier.h>
#include <rc_pick_client/SetRegionOfInterest.h>
#include <rc_pick_client/pickModuleConfig.h>
#include "json/json.hpp"
#include "json_conversions.h"
#include "rest_helper.h"
#include "visualization.h"
Go to the source code of this file.
|
using | json = nlohmann::json |
|
using json = nlohmann::json |