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
Multiple CI and README.md Improvements (backport #324) (#341)
Also removed CI compatibility and mentions of ESP-IDF v4.4 as it's been
declared EOL by Espressif.
(cherry picked from commit d749ff1)
Co-authored-by: Aarav Gupta <aarav@spikonado.com>
This package support the usage of micro-ROS on top of two different middlewares:
20
+
20
21
-[eProsima Micro XRCE-DDS](https://micro-xrce-dds.docs.eprosima.com/en/latest/): the default micro-ROS middleware.
21
-
-[embeddedRTPS](https://github.com/embedded-software-laboratory/embeddedRTPS): an experimental implementation of a RTPS middleware compatible with ROS 2.
22
+
-[embeddedRTPS](https://github.com/embedded-software-laboratory/embeddedRTPS): an experimental implementation of a RTPS middleware compatible with ROS 2. (CURRENTLY NOT WORKING)
22
23
23
24
In order to select it, use `idf.py menuconfig` and go to `micro-ROS Settings > micro-ROS middleware`
25
+
24
26
## Usage
25
27
26
28
You can clone this repo directly in the `components` folder of your project.
It's possible to build this example application using the official Espressif [docker images](https://hub.docker.com/r/espressif/idf), following the same steps:
62
64
63
65
```bash
64
-
docker pull espressif/idf:release-v5.2
65
-
# Run ESP-IDF container
66
-
docker run --name micro-ros-espidf-component-test -it espressif/idf:release-v5.2 bash
66
+
docker run --name micro-ros-espidf-component -it espressif/idf:release-v5.4 bash
0 commit comments