ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
I managed to solve the error, the frames instability in RVIZ was caused by a transform broadcast of base_link
-> odom
from gazebo odometry besides the ekf node, I had to disable it in the robot URDF by setting <broadcastTF>
tag to false. For the warn message I used the solution discussed here .