Hi,
I am learning ros by following "Effective Robotics Programming with ROS" and codes from github.
As per the instructions in the book, i have run two launch file (chapter6_configuration_gazebo.launch and move_base.launch) in two separate terminal included in "chpater6_tutorials/launch" folder. But i am facing few errors:
- No laser scan received (and thus no pose updates have been published) for 96.852000 seconds. Verify that data is being published on the /scan topic.
- Timed out waiting for transform from base_footprint to map to become available before running costmap, tf error: canTransform: target_frame map does not exist.. canTransform returned after 0.102 timeout was 0.1.
I have attached the screen-shot of error file, tf frames, and rqt_graph.


