Invalid frame ID "map" passed to canTransform argument target_frame - frame does not exist [closed]
I am following this tutorial on navigation to perform localization. I copied the exact same code that was provided in the reference but I am getting errors in RViz and terminal.
- Warning: Invalid frame ID "map" passed to canTransform argument target_frame - frame does not exist at line 93 in ./src/buffer_core.cpp
- Global Status: Error - Fixed Frame [map] does not exist.
- Map Status: Warning - No map received
- RobotModel Status:Error - No transform from [link_name] to [map]
I am also not able to visualize the robot and map as shown in RViz in the tutorial. I tried searching a lot on this issue but was not able to find a resolution. Appreciate your help.