You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we are using dynamic polygon, read from input PolygonStamped topic once, the Collision Monitor won't update its polygon correctly. During the first read, it converts all vertices from input PolygonStamped frame to the base_frame_id_, but later doesn't do it anymore.
This leads the CM to behave incorrectly, e.g. for the case when action polygon is defined in the global map frame (not in base_frame):
When we are using dynamic polygon, read from input
PolygonStamped
topic once, the Collision Monitor won't update its polygon correctly. During the first read, it converts all vertices from inputPolygonStamped
frame to thebase_frame_id_
, but later doesn't do it anymore.This leads the CM to behave incorrectly, e.g. for the case when action polygon is defined in the global
map
frame (not inbase_frame
):Bug report
Required Info:
Steps to reproduce issue
polygon_sub_topic
PolygonStamped
message once, e.g.Expected behavior
Collision Monitor corrects the
poly_
vertices to the latest TF stateActual behavior
Collision Monitor converts only once the
poly_
vertices to thebase_frame
, but does not correct them during the further operationThe text was updated successfully, but these errors were encountered: