Open padhupradheep opened 3 years ago
Adding to the above: You can see the average rate is 10.18, while the config update_rate is 100. This also causes EKF filter node to not have quick enough data.
I am facing the same issues with my setup. Have you been able to find a solution ?
Hey,
I'm using the differential drive plugin to simulate a robot in ROS 2. The distro used is Rolling.
I wanted transform between the odom and the base_footprint of the robot, so I use the lookup transform from tf2. Eventually I was not able to determine it because of the warning I had:
Note that I also had a waitTransform()! I further went a bit deep and I found that the transformation between the "odom" and the "base_link" is being published very slow. Here is the output of the tf2_monitor:
What could be the reason for it?