-
Notifications
You must be signed in to change notification settings - Fork 124
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WiFiEspAT Support #1425
WiFiEspAT Support #1425
Conversation
Signed-off-by: maehara-keisuke <[email protected]>
Signed-off-by: maehara-keisuke <[email protected]>
Signed-off-by: maehara-keisuke <[email protected]>
Signed-off-by: maehara-keisuke <[email protected]>
Signed-off-by: maehara-keisuke <[email protected]>
Signed-off-by: maehara-keisuke <[email protected]>
BTW, thanks a lot for this great work! |
Thank you for your reviewing. I'll plan to modify. |
Signed-off-by: maehara-keisuke <[email protected]>
Signed-off-by: maehara-keisuke <[email protected]>
Signed-off-by: maehara-keisuke <[email protected]>
Signed-off-by: maehara-keisuke <[email protected]>
Signed-off-by: maehara-keisuke <[email protected]>
Signed-off-by: maehara-keisuke <[email protected]>
I confirmed to work properly with each board. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor comments, the rest LGTM
Co-authored-by: Antonio Cuadros <[email protected]>
Thanks for your suggestion. I reflected it. |
@mergify backport rolling iron |
✅ Backports have been created
|
* Extend set_microros_wifi_transport(). Signed-off-by: maehara-keisuke <[email protected]> * Enable each function if BOARD_WITH_ESP_AT is defined. Signed-off-by: maehara-keisuke <[email protected]> * Enable to compile publisher_wifi example if USE_WIFI_ESP_AT is defined. Signed-off-by: maehara-keisuke <[email protected]> * Follow CI. Signed-off-by: maehara-keisuke <[email protected]> * Markdown table formattings. Signed-off-by: maehara-keisuke <[email protected]> * Add section for ESP-AT module. Signed-off-by: maehara-keisuke <[email protected]> * Revert micro-ros_publisher_wifi. Signed-off-by: maehara-keisuke <[email protected]> * Minor: fix typo. Signed-off-by: maehara-keisuke <[email protected]> * Add new example for ESP-AT. Signed-off-by: maehara-keisuke <[email protected]> * Follow CI. Signed-off-by: maehara-keisuke <[email protected]> * Simplify description about ESP-AT supported boards. Signed-off-by: maehara-keisuke <[email protected]> * Remove unnecessary build test. Co-authored-by: Antonio Cuadros <[email protected]> --------- Signed-off-by: maehara-keisuke <[email protected]> Co-authored-by: Antonio Cuadros <[email protected]> (cherry picked from commit f78b91c)
* Extend set_microros_wifi_transport(). Signed-off-by: maehara-keisuke <[email protected]> * Enable each function if BOARD_WITH_ESP_AT is defined. Signed-off-by: maehara-keisuke <[email protected]> * Enable to compile publisher_wifi example if USE_WIFI_ESP_AT is defined. Signed-off-by: maehara-keisuke <[email protected]> * Follow CI. Signed-off-by: maehara-keisuke <[email protected]> * Markdown table formattings. Signed-off-by: maehara-keisuke <[email protected]> * Add section for ESP-AT module. Signed-off-by: maehara-keisuke <[email protected]> * Revert micro-ros_publisher_wifi. Signed-off-by: maehara-keisuke <[email protected]> * Minor: fix typo. Signed-off-by: maehara-keisuke <[email protected]> * Add new example for ESP-AT. Signed-off-by: maehara-keisuke <[email protected]> * Follow CI. Signed-off-by: maehara-keisuke <[email protected]> * Simplify description about ESP-AT supported boards. Signed-off-by: maehara-keisuke <[email protected]> * Remove unnecessary build test. Co-authored-by: Antonio Cuadros <[email protected]> --------- Signed-off-by: maehara-keisuke <[email protected]> Co-authored-by: Antonio Cuadros <[email protected]> (cherry picked from commit f78b91c)
* Extend set_microros_wifi_transport(). Signed-off-by: maehara-keisuke <[email protected]> * Enable each function if BOARD_WITH_ESP_AT is defined. Signed-off-by: maehara-keisuke <[email protected]> * Enable to compile publisher_wifi example if USE_WIFI_ESP_AT is defined. Signed-off-by: maehara-keisuke <[email protected]> * Follow CI. Signed-off-by: maehara-keisuke <[email protected]> * Markdown table formattings. Signed-off-by: maehara-keisuke <[email protected]> * Add section for ESP-AT module. Signed-off-by: maehara-keisuke <[email protected]> * Revert micro-ros_publisher_wifi. Signed-off-by: maehara-keisuke <[email protected]> * Minor: fix typo. Signed-off-by: maehara-keisuke <[email protected]> * Add new example for ESP-AT. Signed-off-by: maehara-keisuke <[email protected]> * Follow CI. Signed-off-by: maehara-keisuke <[email protected]> * Simplify description about ESP-AT supported boards. Signed-off-by: maehara-keisuke <[email protected]> * Remove unnecessary build test. Co-authored-by: Antonio Cuadros <[email protected]> --------- Signed-off-by: maehara-keisuke <[email protected]> Co-authored-by: Antonio Cuadros <[email protected]> (cherry picked from commit f78b91c) Co-authored-by: maehara-keisuke <[email protected]>
What I changed
micro-ros_publisher_wifi
example in the following cases.What I tested
micro-ros_publisher_wifi
example for boards below and Run successfully.Raspberry Pi Pico
raspberrypi_pico.mp4
Seeed Studio XIAO SAMD21
seeed_studio_xiao_samd21.mp4
Seeed Studio XIAO RP2040
seeed_studio_xiao_rp2040.mp4