semio-ai / semio_ros

ROS wrappers for Semio API
http://semio.xyz
0 stars 1 forks source link

Visualization: Don't automatically publish humanoid visualization for deixis and attention #20

Closed ekaszubski closed 8 years ago

ekaszubski commented 8 years ago

Deixis and attention visualizations currently rely on humanoid data to generate parts of their visualization. However, this causes redundant subscribers and publishers to be created. Proposed fix:

ekaszubski commented 8 years ago

Opting for:

use subscribe mode and have attention and deixis pull humanoids out of this adapter

ekaszubski commented 8 years ago

Implementing in #23

ekaszubski commented 8 years ago

Implemented in #23