Reputation: 11
i am newly working on ros. I got odometry value from two motor, but i cannot merge with odometry value with my robot in rviz. that odometry value keep on moving but my robot idle at one point In rviz. kindly helps to overcome this issue. Thanks in advance
Upvotes: 1
Views: 309
Reputation: 4843
The fixed frame in rviz that you’re viewing is wrong. We cannot see from the screenshot, but it acts like a static frame, such as base_link.
To fix this expand the right side and under fixed_frame choose something that’s not static; e.g. odom
Upvotes: 1