MessageFilter [target=/SimUEP/puma560/world ]: Dropped 100.00% of messages so far. Please turn the [ros.moveit_ros_perception.message_notifier] rosconsole logger to DEBUG for more information.
MessageFilter [target=/SimUEP/puma560/world ]: The majority of dropped messages were due to messages growing older than the TF cache time. The last message's timestamp was: 1395777629.035284, and the last frame_id was: SimUEP/puma560/linkLaser1
MessageFilter [target=/SimUEP/puma560/world ]: Discarding Message, in frame SimUEP/puma560/linkLaser1, Out of the back of Cache Time(stamp: 1395779912.239 + cache_length: 10.000 < latest_transform_time 1395779929.508. Message Count now: 0
Outgoing queue full for topic [/SimUEP/puma560/laserScan]. Discarding oldest message
Location:
C:\work\sdk\ros_comm\clients\cpp\roscpp\src\libros\transport_subscriber_link.cpp::197
I still dont get to see any point at Rviz.
On Mar 25, 2014 9:46 PM, "Dave Hershberger" <dave.her...@sri.com> wrote:
>
> The MessageFilter message can come from any code using a tf::MessageFilter.
>
> If it is inside RViz that the messages are being discarded, there is often a "Queue Size" parameter in each display which controls this. The default is 10. Try increasing it to 100 or something big to see what works.
>
> If it is not inside RViz, you can either work through the source code to find where the tf::MessageFilter is set up and either increase or parameterize the queue size.
>
> Another possibility is that the clocks on the two computers are far enough out of sync to be causing this problem.
Out of sync clocks are a very common cause for such errors. I'd check if you have a clock offset of more than 10s.
Adolfo