Closed ClassLongJoe1112 closed 8 months ago
I resolved the issues according to @j3soon's suggestions. In addition, I adjusted the mounting path ("workspaceMount"
) of the docker container in .devcontainer/devcontainer.json
, just like the template_ws
written by @j3soon and @YuZhong-Chen.
Summary
.yaml
) is created using thetb3_simulation_launch.py
from nav2_bringup package, which has already included a builtin navigating algorithm and a turtlebot3 (waffle) is used. To produce a map file for the desired world, try:To save the map you are happy with, try:
ros2 run nav2_map_server map_saver_cli -f
Please visit map_ws/src/README.md for more information