-
Notifications
You must be signed in to change notification settings - Fork 442
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 warnings #448
Comments
Had this exact same issue, which I suspect resulted in some errors running pygame windows (such as manual_control.py). |
The image in the pygame window looks correct for me. |
The warnings are back but the issues I had were fixed when I switched to CARLA 0.9.9 |
FYI: The issue has to do with this. |
@joel-mb I assume you'd want us to test this with the ros-bridge version of 0.9.10. Unfortunately I can't seem to make it work with 0.9.11 in my desktop, so I can't test it. |
Hi @anavc97, sorry for the delay. I missed your message. The update has been introduced in On the other hand, I'm still seeing the warning after the updates. It seems that this is only happening for CARLA event sensors (i.e., DVS Camera sensor, Collision sensor and Lane Invasion sensor). I suspect CARLA is sending multiple measurements in the same tick for that sensors under some situations and therefore the ROS bridge is publishing TF data with repeated timestamps. I don't think this is affecting to the simulation as this was already happening with melodic (these warning were added in noetic as stated by @Esquilli). I will leave this issue open until a good solution for these warnings is found. |
@joel-mb thank you for your reply. I can't remember the exact problem with CARLA version Regarding the warning, I've upgraded to carla-ros-bridge |
Problem description
When I execute
roslaunch carla_ros_bridge carla_ros_bridge_with_example_ego_vehicle.launch
in a Docker Container with the Rosbridge and ROS noetic installed, manyTF_REPEATED_DATA
warnings appear.Here are the output messages: example_ego_out.txt
Can I safely ignore these warnings?
Additional information
Rosbridge version: 959039a
CARLA version: 0.9.10
The text was updated successfully, but these errors were encountered: