Skip to content

Commit be79296

Browse files
authored
Update README.md
1 parent 64d6623 commit be79296

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# Turtlebot4 Images
1+
# Turtlebot4 Setup
22

3-
Raspberry Pi Images for the Turtlebot4 and the setup scripts to create and install them.
3+
Setup scripts for the TurtleBot 4 Raspberry Pi.
44

55
# Install or update pre-built image
66

77
Every Turtlebot4 comes with a SD card with a pre-installed Turtlebot4 image. If you wish to install an image on your own SD card or update to a newer image, follow these instructions.
88

9-
- Download the [latest turtlebot4 image](https://github.com/turtlebot/turtlebot4-images).
9+
- Download the [latest turtlebot4 image](http://download.ros.org/downloads/turtlebot4/).
1010

1111
- Install the imaging tool dcfldd
1212
```bash
@@ -47,7 +47,7 @@ First install the [Raspberry Pi Imager](https://www.raspberrypi.com/software/).
4747

4848
- Connect the Raspberry Pi to your Network with an Ethernet cable.
4949
- Boot the Raspberry Pi.
50-
- Find the Raspberry Pi's IP using your router's portal or by calling `arp -a` on your PC.
50+
- Find the Raspberry Pi's IP using your router's portal.
5151
- SSH into the Raspberry Pi using the IP address.
5252
```bash
5353
@@ -58,7 +58,7 @@ ssh [email protected]
5858

5959
- Connect a keyboard to the Raspberry Pi via USB.
6060
- Connect a monitor to the Raspberry Pi via the HDMI0 port.
61-
- Boot the Raspberry Pi
61+
- Boot the Raspberry Pi.
6262
- The default login is `ubuntu` and password is `ubuntu`. You will be prompted to change your password.
6363

6464
## Manually configure Wi-Fi
@@ -79,7 +79,7 @@ wifis:
7979
```
8080
Note: Ensure that `wifis:` is aligned with the existing `ethernets:` line. All indentations should be 4 spaces. Do not use tabs.
8181
- Reboot the Raspberry Pi. It should now be connected to your Wi-Fi.
82-
- Find the Raspberry Pi's IP using your router's portal or by calling `arp -a` on your PC.
82+
- Find the Raspberry Pi's IP using your router's portal.
8383
- SSH into the Raspberry Pi using the IP address.
8484
```bash
8585
@@ -94,7 +94,7 @@ mkdir ~/turtlebot4_ws/src -p
9494
- Clone this repository into the src folder
9595
```bash
9696
cd ~/turtlebot4_ws/src
97-
git clone https://github.com/turtlebot/turtlebot4-images.git
97+
git clone https://github.com/turtlebot/turtlebot4_setup.git
9898
```
9999

100100
## Automatic Setup
@@ -103,13 +103,13 @@ git clone https://github.com/turtlebot/turtlebot4-images.git
103103
### Turtlebot4 Standard
104104
```bash
105105
cd ~/turtlebot4_ws
106-
bash src/turtlebot4_robot/turtlebot4-images/scripts/turtlebot4_setup.sh -m standard
106+
bash src/turtlebot4_robot/turtlebot4_setup/scripts/turtlebot4_setup.sh -m standard
107107
```
108108

109109
### Turtlebot4 Lite
110110
```bash
111111
cd ~/turtlebot4_ws
112-
bash src/turtlebot4_robot/turtlebot4-images/scripts/turtlebot4_setup.sh -m lite
112+
bash src/turtlebot4_robot/turtlebot4_setup/scripts/turtlebot4_setup.sh -m lite
113113
```
114114

115115
- Run [Wi-Fi Setup](https://github.com/turtlebot/turtlebot4_robot#rpi4-wifi-setup) to enable the 5G Wi-Fi band.
@@ -188,7 +188,7 @@ source install/setup.bash
188188

189189
```bash
190190
cd ~/turtlebot4_ws
191-
sudo cp src/turtlebot4-images/turtlebot4_setup/udev/turtlebot4.rules /etc/udev/rules.d/
191+
sudo cp src/turtlebot4_setup/turtlebot4_setup/udev/turtlebot4.rules /etc/udev/rules.d/
192192
```
193193

194194
### Enable usb0

0 commit comments

Comments
 (0)