Skip to content

Commit 3f62db1

Browse files
authored
Update README.md
1 parent e834881 commit 3f62db1

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This repo is an Arduino Micro-ROS library for [Kaia.ai](https://kaia.ai) home pe
1414
- Navigate to the [release section](https://github.com/kaiaai/micro_ros_arduino_kaiaai/releases), expand Assets
1515
and download the latest `Source code (zip)` release
1616
- Launch your Arduino IDE, open the Sketch -> Include library -> Add .ZIP Library... menu and
17-
select the downloaded file named `micro_ros_arduino_kaiaai-2.0.7-iron.zip` (the actual version digits may differ)
17+
select the downloaded file named `micro_ros_arduino_kaiaai-2.0.7-iron.3.zip` (the actual version digits may differ)
1818

1919
## Install library using git
2020
Alternatively, you can `git clone` this library as follows. This method may be useful if you need to edit library files or check out different versions of the library.
@@ -31,16 +31,17 @@ git clone -b iron --depth 1 https://github.com/kaiaai/micro_ros_arduino_kaiaai m
3131
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
34-
In some cases, tayloring Kaia.ai software for your particular robot may require tweaking the Kaia.ai library code in
34+
In some cases, tayloring Kaia.ai software to your particular robot may require tweaking the Kaia.ai library code in
3535
addition to the Kaia.ai firmware - for example to add new types of Micro-ROS messages. Follow these steps
36-
to [extend and/or adapt](https://micro.ros.org/docs/tutorials/advanced/create_new_type/) and rebuild the Kaia.ai Arduino library on Windows for your particular robot design.
36+
to [extend and/or adapt](https://micro.ros.org/docs/tutorials/advanced/create_new_type/) and rebuild the Kaia.ai
37+
Arduino library on Windows for your particular robot design.
3738
- Install Docker for your PC platform, e.g. [Docker for Windows](https://docs.docker.com/desktop/install/windows-install/) and make sure the Docker agent is running
38-
- Install the [Micro-ROS Arduino library for Kaia.ai](https://github.com/kaiaai/micro_ros_arduino_kaiaai/) using the instructions above.
39+
- Install the [Micro-ROS Arduino library for Kaia.ai](https://github.com/kaiaai/micro_ros_arduino_kaia/) using the instructions above.
3940
Let's assume you are using Arduino IDE for Windows and your Arduino libraries are stored under `C:\Users\YOUR-USER-NAME\Documents\Arduino\libraries`.
4041
- 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):
4142
```
4243
cd %HOMEPATH%\Documents\Arduino\libraries
43-
git clone -b iron --depth 1 https://github.com/kaiaai/micro_ros_arduino_kaiaai micro_ros_kaia
44+
git clone -b iron --depth 1 https://github.com/kaiaai/micro_ros_arduino_kaia micro_ros_kaia
4445
docker run -it --rm -v .\micro_ros_kaia:/project --env MICROROS_LIBRARY_FOLDER=extras microros/micro_ros_static_library_builder:iron
4546
```
4647

0 commit comments

Comments
 (0)