Skip to content

Commit acf7388

Browse files
authored
Update README.md
1 parent 88c1209 commit acf7388

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ e.g. `C:\Users\YOUR-USER-NAME\Documents\Arduino\libraries`
2626
- run commands below in a Windows shell to clone this library to your Windows PC
2727
```
2828
cd %HOMEPATH%\Documents\Arduino\libraries
29-
git clone -b iron --depth 1 https://github.com/kaiaai/micro_ros_arduino_kaiaai micro_ros_kaiaai
29+
git clone -b iron --depth 1 https://github.com/kaiaai/micro_ros_arduino_kaiaai micro_ros_kaia
3030
```
31-
Now you can include this library into your sketch using `#include <micro_ros_kaiaai.h>`.
31+
Now you can include this library into your sketch using `#include <micro_ros_kaia.h>`.
3232

3333
## Mod and rebuild Micro-ROS Arduino library for Kaia.ai
3434
In some cases, tayloring Kaia.ai software for your particular robot may require tweaking the Kaia.ai library code in
@@ -40,14 +40,14 @@ Let's assume you are using Arduino IDE for Windows and your Arduino libraries ar
4040
- Open a Windows command shell and run these commands to rebuild the library using the [Micro-ROS library builder](https://github.com/micro-ROS/micro_ros_arduino):
4141
```
4242
cd %HOMEPATH%\Documents\Arduino\libraries
43-
git clone -b iron --depth 1 https://github.com/kaiaai/micro_ros_arduino_kaiaai micro_ros_kaiaai
44-
docker run -it --rm -v .\micro_ros_kaiaai:/project --env MICROROS_LIBRARY_FOLDER=extras microros/micro_ros_static_library_builder:iron
43+
git clone -b iron --depth 1 https://github.com/kaiaai/micro_ros_arduino_kaiaai micro_ros_kaia
44+
docker run -it --rm -v .\micro_ros_kaia:/project --env MICROROS_LIBRARY_FOLDER=extras microros/micro_ros_static_library_builder:iron
4545
```
4646

4747
## Hints
4848
- You can also rebuild the library for a particular platform only, e.g. for ESP32:
4949
```
50-
docker run -it --rm -v .\micro_ros_kaiaai:/project --env MICROROS_LIBRARY_FOLDER=extras microros/micro_ros_static_library_builder:iron -p esp32
50+
docker run -it --rm -v .\micro_ros_kaia:/project --env MICROROS_LIBRARY_FOLDER=extras microros/micro_ros_static_library_builder:iron -p esp32
5151
```
5252

5353
## Acknowledgements and modifications

0 commit comments

Comments
 (0)