-
Notifications
You must be signed in to change notification settings - Fork 143
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TF_REPEATED_DATA ignoring data with redundant timestamp #142
Comments
The solution requires code changes, likely maintaining a list of the published tfs and then ignoring those which have already been published, but I've not had a chance to do this yet. |
Is there any update on the fix to this? I'm not too sure where a list of published tfs could be kept to avoid this problem. The constant print spam makes it pretty difficult to debug other messages. |
I attempted a fix at spot_ros/spot_driver/src/spot_driver/spot_ros.py Lines 162 to 178 in 2a1d26d
|
Yeah, I realize now that it's actually having a problem due to any detected fiducials, so those may need special error handling. For now, my fix is just covering the fiducial.
|
Hi,
I am running the driver on Ubuntu 20.04 and ROS noetic.
spot_ros: 58ba355
spot_wrapper: d96bdbf41445215500fb6bc8e7ae278bb1957746
I see the spam on my terminal [ WARN] [1692223451.391583276]: TF_REPEATED_DATA ignoring data with redundant timestamp for frame dock_521 at time 1692223451.000484 according to authority unknown_publisher
and Warning: TF_REPEATED_DATA ignoring data with redundant timestamp for frame dock_521 at time 1692223520.812809 according to authority /spot/spot_ros
Is there any solution to this? Thanks
The text was updated successfully, but these errors were encountered: