Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 716 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 716 Bytes

opensot_visual_servoing

Package containing tasks for visual servoing.

CartesI/O visual servoing support

To run the visual servoing framework, CartesI/O needs another node called image_processing_node which provides visual features to the opensot_visual_servoing task:

block scheme

Python code

To run the node, lunch it in a terminal as

./image_processing_node image_raw:=image_topic_name camera_info:=camera_info_topic_name

For example:

./image_processing_node image_raw:=/camera/rgb/image_raw camera_info:=/camera/rgb/camera_info