File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,8 @@ https://docs.espressif.com/projects/esp-idf/en/latest/esp32/index.html
2121
2222After install esp-idf, you need to install jinja2 library in esp-idf environment.
2323
24+ Currently, we checked the operation of basic sapmles with esp-idf v5.1.1.
25+
2426## git clone and settings
2527```
2628git clone --recursive https://github.com/mROS-base/mros2-esp32.git
@@ -50,9 +52,9 @@ Currently, the following examples are available.
5052- sub_pose
5153- sub_uint16
5254- m5stack_sample
53-
54- M5Stack_sample project needs [ M5Unified ] ( https://github.com/m5stack/M5Unified ) and [ M5GFX ] ( https://github.com/m5stack/M5GFX ) libraries.
55- Git clone these libraries to ``` common/ ``` directory .
55+ - M5Stack_sample project needs [ M5Unified ] ( https://github.com/m5stack/M5Unified ) and [ M5GFX ] ( https://github.com/m5stack/M5GFX ) libraries.
56+ Git clone these libraries to ``` common/ ``` directory .
57+ Note that you need to use ESP-IDF v4.4.4 to try this sample due to the compatibility of these libraries .
5658
5759
5860The following examples are under development. untested.
You can’t perform that action at this time.
0 commit comments