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
Currently we are overwriting the frame_id of the input pointcloud here. This was required because of the issue described here. This has now been fixed because we set publish_tf to false in the realsense launch file, therefore we should not overwrite the frame_id any more.
Remove the parameter here as well.
The text was updated successfully, but these errors were encountered:
Describe the bug
Currently we are overwriting the
frame_id
of the input pointcloud here. This was required because of the issue described here. This has now been fixed because we setpublish_tf
to false in the realsense launch file, therefore we should not overwrite theframe_id
any more.Remove the parameter here as well.
The text was updated successfully, but these errors were encountered: