Skip to content

Commit 5b024d7

Browse files
Update README.md
1 parent a68d87e commit 5b024d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Install all necessary tools:
4242

4343
```bash
4444
sudo apt-get update
45-
sudo apt-get install -y ros-dev-tools python3-pip
45+
sudo apt-get install -y python3-pip ros-dev-tools stm32flash
4646
```
4747

4848
Create workspace folder and clone `rosbot_ros` repository:
@@ -79,7 +79,7 @@ Flash firmware:
7979

8080
```bash
8181
source install/setup.bash
82-
ros2 launch rosbot_utils flash_firmware
82+
ros2 run rosbot_utils flash_firmware
8383
```
8484

8585
Running:

0 commit comments

Comments
 (0)