Calls a industrial_reconstruction_msgs/StartReconstruction service.
|
|
bool | setRequest (typename Request::SharedPtr &request) override |
| |
|
BT::NodeStatus | onResponseReceived (const typename Response::SharedPtr &response) override |
| |
|
BT::NodeStatus | onFailure (BT::ServiceNodeErrorCode error) override |
| |
|
BT::NodeStatus | setOutputAndCheck (const std::string &key, const OutputT &value) |
| |
|
|
static BT::PortsList | providedPorts () |
| |
|
|
static const std::string | CAMERA_FRAME_INPUT_PORT_KEY = "camera_frame" |
| |
|
static const std::string | REF_FRAME_INPUT_PORT_KEY = "ref_frame" |
| |
|
static const std::string | VOXEL_LENGTH_INPUT_PORT_KEY = "voxel_length" |
| |
|
static const std::string | SDF_TRUNC_INPUT_PORT_KEY = "sdf_trunc" |
| |
|
static const std::string | DEPTH_SCALE_INPUT_PORT_KEY = "depth_scale" |
| |
|
static const std::string | DEPTH_TRUNC_INPUT_PORT_KEY = "depth_trunc" |
| |
|
static const std::string | TRANSLATION_FILTER_DISTANCE_KEY = "translation_filter_distance" |
| |
|
static const std::string | ROTATION_FILTER_DISTANCE_KEY = "rotation_filter_distance" |
| |
|
static const std::string | MIN_X_INPUT_PORT_KEY = "min_x" |
| |
|
static const std::string | MIN_Y_INPUT_PORT_KEY = "min_y" |
| |
|
static const std::string | MIN_Z_INPUT_PORT_KEY = "min_z" |
| |
|
static const std::string | MAX_X_INPUT_PORT_KEY = "max_x" |
| |
|
static const std::string | MAX_Y_INPUT_PORT_KEY = "max_y" |
| |
|
static const std::string | MAX_Z_INPUT_PORT_KEY = "max_z" |
| |
|
static const std::string | LIVE_RECONSTRUCTION_INPUT_PORT_KEY = "live_reconstruction" |
| |