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 visualising jsk_recognition_msgs::BoundingBoxArray messages in rviz I get a continuous stream of errors like:
[ERROR] [1653988934.211462038, 1653039959.620125962]: Error transforming pose from frame 'robosense' to frame 'odom'
I am running with use_sim_time set to true but for some reason the error is referring to the simtime header timestamp and walltime. but there is not problem if I check the transform with tf_echo etc. The box actually displays fine, as expected, but the stream of errors and "status:error " isn't nice. After some experimentation, I found that this error is triggered if there is a small time difference between the BoundingBoxArray header and the BoundingBox header. - IMO this shouldn't cause error messages (with misleading timestamp information) - If the headers are required to match, why give BoundingBox it's own header at all?
Example of a message that triggers this error: (note a difference in the nsecs field)
when visualising
jsk_recognition_msgs::BoundingBoxArray
messages in rviz I get a continuous stream of errors like:I am running with
use_sim_time
set to true but for some reason the error is referring to the simtime header timestamp and walltime. but there is not problem if I check the transform withtf_echo
etc. The box actually displays fine, as expected, but the stream of errors and "status:error " isn't nice. After some experimentation, I found that this error is triggered if there is a small time difference between the BoundingBoxArray header and the BoundingBox header. - IMO this shouldn't cause error messages (with misleading timestamp information) - If the headers are required to match, why give BoundingBox it's own header at all?Example of a message that triggers this error: (note a difference in the
nsecs
field)Example of message that does not trigger this error:
I am on ubuntu 18.04 using:
The text was updated successfully, but these errors were encountered: