visp_tracker¶
Contents:
Summary¶
-
visp_tracker
¶ Version: 0.8.0
Description: Wraps the ViSP moving edge tracker provided by the ViSP visual servoing library into a ROS package. This computer vision algorithm computes the pose (i.e. position and orientation) of an object in an image. It is fast enough to allow object online tracking using a camera.
Maintainers: - Fabien Spindler <fabien DOT spindler AT inria DOT fr>
Licenses: - BSD
Urls: - website<http://wiki.ros.org/wiki/visp_tracker>
- repository<git://github.com/lagadic/vision_visp.git>
Authors: - Thomas Moulard <thomas DOT moulard AT gmail DOT com>
BuildDepends: BuildtoolDepends: BuildExportDepends: ExecDepends: Exports: - <nodelet plugin=”${prefix}/nodelet_plugins.xml”/>
Types¶
Service types¶
-
visp_tracker/Init
¶ Field (Request): - initial_cMo (geometry_msgs/Transform) –
- tracker_param (visp_tracker/TrackerSettings) –
- moving_edge (visp_tracker/MovingEdgeSettings) –
- klt_param (visp_tracker/KltSettings) –
Field (Response): - initialization_succeed (bool) –
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.
# 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 # Common Tracker Parameters TrackerSettings tracker_param # Moving Edge parameters MovingEdgeSettings moving_edge # Klt Parameters KltSettings klt_param --- # Did the initialization succeed? bool initialization_succeed