In perception.py, detect_faces either returns a list[image_recognition_msgs/Recognition] or a tuple[list[image_recognition_msgs/Recognition], stamp, depending on the input. This is error prone.
Whenever updating this, all uses in this repo as well as other packages/repos (action_server) need to be checked.
In perception.py,
detect_faces
either returns alist[image_recognition_msgs/Recognition]
or atuple[list[image_recognition_msgs/Recognition], stamp
, depending on the input. This is error prone.Whenever updating this, all uses in this repo as well as other packages/repos (
action_server
) need to be checked.