File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed
Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,8 @@ Please also check [mros2 repository](https://github.com/mROS-base/mros2) for mor
99## Supported environment
1010- ESP32-S3-DevKitC-1
1111- M5Stack Basic
12+ - M5Stack Core2
13+ - M5Stack CoreS3
1214
1315# Getting Started
1416
@@ -21,12 +23,11 @@ https://docs.espressif.com/projects/esp-idf/en/latest/esp32/index.html
2123git clone https://github.com/mROS-base/mros2-esp32.git
2224cd mros2-esp32
2325```
24- Change WiFi SSID/Pass and IP address
26+ Change WiFi SSID/Pass
2527- /main/include/wifi.h
2628
2729Change IP address
2830- /components/include/rtps/config.h
29- - /components/include/netif.h
3031
3132## Examples
3233This repository contains some example applications in [ workspace/] ( workspace/ ) to communicate with ROS 2 nodes on the host.
@@ -49,9 +50,15 @@ The following examples are under development. cannot build now.
4950- pub_long_string_sub_crc
5051
5152## build Examples
52-
5353```
5454cd workspace/[Example]/
55+
56+ /* M5Stack Basic/Core2 */
57+ idf.py set-target esp32
58+
59+ /* ESP32S3Dev / M5Stack CoreS3 */
60+ idf.py set-target esp32s3
61+
5562idf.py menuconfig
5663
5764 /* in menuconfig */
You can’t perform that action at this time.
0 commit comments