-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
submap_slices and last_frame_id is empty #27
Comments
I met the same issue, and I tried to debug the cartographer package both on Crystal which ran very well and on Dashing which printed the warning and no map in RViz2。 在Ubuntu18.04 + Dashing中运行TurtleBot3的仿真时遇到了如下问题: 然后rviz2中的地图无法显示,通过ros2 topic echo /map看不到任何消息,说明turtlebot3_cartographer可能没有运行成功。在Ubuntu18.04 + Dashing(存在上述异常情况)和Ubuntu18.04+Crystal(不存在异常情况)都进行调试,记录如下:
|
@AndreasAZiegler , @dingyi9982 |
I set up turtlebot3 with ROS2 dashing. After I start gazebo (with use_sim_time True), I start cartographer with:
ros2 launch turtlebot3_cartographer cartographer.launch.py use_sim_time:=True
Rviz2 tells me that there is no map frame and I get a lot of the following warnings from the occupancy_grid_node:
[occupancy_grid_node-2] [WARN] [occupancy_grid_node]: submap_slices and last_frame_id is empty
The text was updated successfully, but these errors were encountered: