You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,9 +26,9 @@ e.g. `C:\Users\YOUR-USER-NAME\Documents\Arduino\libraries`
26
26
- run commands below in a Windows shell to clone this library to your Windows PC
27
27
```
28
28
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
30
30
```
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>`.
32
32
33
33
## Mod and rebuild Micro-ROS Arduino library for Kaia.ai
34
34
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
40
40
- 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):
41
41
```
42
42
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
45
45
```
46
46
47
47
## Hints
48
48
- You can also rebuild the library for a particular platform only, e.g. for ESP32:
0 commit comments