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
the ground truth pose is published as a static TF. It works, but it's not right, because static TFs should only be used for transforms that do not change or change only occasionally.
I think it could be fixed by adding this snippet to all robots:
the changes look good to me and would resolve the issue that model poses are incorrectly published to the pose_static topic.
This makes me think that the PosePublisher system should really just be classifying a model / nested model entity as a dynamic entity instead of a static one (in which case, we would just insert the entity into the dynamic entities list somewhere around here, i.e. if (nestedModel) this->dynamicEntities.insert(entity))
In all robot models, e.g.
subt/submitted_models/ctu_cras_norlab_absolem_sensor_config_1/launch/spawner.rb
Lines 107 to 109 in 9b8c41f
the ground truth pose is published as a static TF. It works, but it's not right, because static TFs should only be used for transforms that do not change or change only occasionally.
I think it could be fixed by adding this snippet to all robots:
and setting
in the static transform snippets.
The text was updated successfully, but these errors were encountered: