visp_tracker/Init Service

File: visp_tracker/Init.srv

Raw Message Definition

# Initialize the tracking.
#
# During the initialization the tracked object is chosen and its
# initial pose is required to start the tracking.
#
# The model is retrieved through the parameter server using the
# model_description parameter.

# Object initial pose.
geometry_msgs/Transform initial_cMo

# Tracking parameters
MovingEdge moving_edge
---
# Did the initialization succeed?
bool initialization_succeed

Compact Message Definition

geometry_msgs/Transform initial_cMo
visp_tracker/MovingEdge moving_edge

bool initialization_succeed