Robot Model
Turtlebot4 Standard
ROS distro
Humble
Networking Configuration
Simple Discovery
OS
Ubuntu 22.04
Built from source or installed?
Installed
Package version
Package: ros-humble-turtlebot4-navigation
Version: 1.0.5-1jammy.20250618.014022
Type of issue
Navigation (SLAM, Nav2 etc.)
Expected behaviour
The robot should create a map of its surroundings using lidar, as described in the tutorial I was following.
Actual behaviour
The map is not bing created and the link "map" that should be set as "fixed_frame" in RViz does not exist. also, the "odom" frame does not exist, as is shown in the tf_tree visualisation attached.
frames_2025-06-18_14.27.07.pdf
Here is a detailed description of the problem I created before. problem description
Error messages
Output of the terminal running SLAM:
[async_slam_toolbox_node-1] [INFO] [1751274401.016653598] [slam_toolbox]: Message Filter dropping message: frame 'rplidar_link' at time 1723478377.021 for reason 'discarding message because the queue is full'
[async_slam_toolbox_node-1] [INFO] [1751274401.216845288] [slam_toolbox]: Message Filter dropping message: frame 'rplidar_link' at time 1723478377.157 for reason 'the timestamp on the message is earlier than all the data in the transform cache'
These messages keep repeating while the process is running.
Output of a terminal running RViz:
[rviz2-1] [INFO] [1751274400.625248251] [rviz2]: Message Filter dropping message: frame 'rplidar_link' at time 1723478375.388 for reason 'discarding message because the queue is full'
[rviz2-1] [INFO] [1751274400.849641029] [rviz2]: Message Filter dropping message: frame 'rplidar_link' at time 1723478375.524 for reason 'discarding message because the queue is full'
this also keeps repeating
To Reproduce
follow the Generating a map tutorial
- Install turtlebot4_navigation package
- launch ASYNCHRONOUS slam
- launch RViz
- see the issue ("Frame [map] does not exst")
Other notes
I reflashed the RasPi OS with the newest version but the issue persists, there are three more turtlebots having the same issue.
Robot Model
Turtlebot4 Standard
ROS distro
Humble
Networking Configuration
Simple Discovery
OS
Ubuntu 22.04
Built from source or installed?
Installed
Package version
Package: ros-humble-turtlebot4-navigation
Version: 1.0.5-1jammy.20250618.014022
Type of issue
Navigation (SLAM, Nav2 etc.)
Expected behaviour
The robot should create a map of its surroundings using lidar, as described in the tutorial I was following.
Actual behaviour
The map is not bing created and the link "map" that should be set as "fixed_frame" in RViz does not exist. also, the "odom" frame does not exist, as is shown in the tf_tree visualisation attached.
frames_2025-06-18_14.27.07.pdf
Here is a detailed description of the problem I created before. problem description
Error messages
To Reproduce
follow the Generating a map tutorial
Other notes
I reflashed the RasPi OS with the newest version but the issue persists, there are three more turtlebots having the same issue.