Skip to content

Commit aa0823e

Browse files
committed
Update default branch for READMEs
1 parent 9503be9 commit aa0823e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nav2_bringup/bringup/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The `nav2_bringup` package is an example bringup system for Navigation2 applicat
2222

2323
```sudo apt-get install ros-<ros2-distro>-gazebo*```
2424
* A Gazebo world for simulating the robot ([Gazebo tutorials](http://gazebosim.org/tutorials?tut=quick_start))
25-
* A map of that world saved to a map.pgm and map.yaml ([ROS Navigation Tutorials](https://github.com/ros-planning/navigation2/tree/master/doc/use_cases))
25+
* A map of that world saved to a map.pgm and map.yaml ([ROS Navigation Tutorials](https://github.com/ros-planning/navigation2/tree/main/doc/use_cases))
2626

2727
### Terminal 1: Launch Gazebo
2828

@@ -109,7 +109,7 @@ ros2 launch nav2_bringup multi_tb3_simulation_launch.py <settings>
109109

110110
* Learn more about how to use Navigation 2 with SLAM to create maps;
111111

112-
- [Navigation 2 with SLAM](https://github.com/ros-planning/navigation2/blob/master/doc/use_cases/navigation_with_slam.md)
112+
- [Navigation 2 with SLAM](https://github.com/ros-planning/navigation2/blob/main/doc/use_cases/navigation_with_slam.md)
113113

114114
* _Please note that currently, nav2_bringup works if you provide a map file. However, providing a map is not required to use Navigation2. Navigation2 can be configured to use the costmaps to navigate in an area without using a map file_
115115

0 commit comments

Comments
 (0)