diff --git a/README.md b/README.md index b93728d..8fc2b5c 100644 --- a/README.md +++ b/README.md @@ -13,20 +13,16 @@ ```bash cd /workspace colcon build --symlink-install -source /opt/ros/humble/setup.bash -source install/setup.bash ``` ### 注意事项 -为了方便,写入 `~/.bashrc`: +每一个终端执行前建议: ```bash -echo 'source /opt/ros/humble/setup.bash' >> ~/.bashrc -echo 'source /workspace/install/setup.bash' >> ~/.bashrc -echo 'export TURTLEBOT3_MODEL=burger' >> ~/.bashrc -echo 'export NAV2_MAP_PATH=/workspace/src/turtlebot3_simulations/turtlebot3_gazebo/map/office_map.yaml' >> ~/.bashrc -source ~/.bashrc +source /opt/ros/humble/setup.bash +source /workspace/install/setup.bash +export NAV2_MAP_PATH=/workspace/src/turtlebot3_simulations/turtlebot3_gazebo/map/office_map.yaml ``` ## 2. 启动仿真 diff --git a/assets/picture06.png b/assets/picture06.png index 46675fa..0e78106 100644 Binary files a/assets/picture06.png and b/assets/picture06.png differ