-
Notifications
You must be signed in to change notification settings - Fork 128
Add ESP32 support #680
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
Add ESP32 support #680
Conversation
# Workaround. Remove when https://github.com/ros2/rosidl/pull/596 is merged | ||
touch firmware/mcu_ws/ros2/common_interfaces/actionlib_msgs/COLCON_IGNORE; | ||
touch firmware/mcu_ws/ros2/common_interfaces/std_srvs/COLCON_IGNORE; | ||
touch firmware/mcu_ws/ros2/example_interfaces/COLCON_IGNORE; |
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.
ros2/rosidl#596 is merged, does this work without these lines?
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.
Yes! Deleted here: cd7c3d2
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.
This includes new packages and modifies all libraries, so I think its better to rebuild.
This commit will trigger the build and will serve as a test: 8922276
@mergify backport foxy main |
🟠 Waiting for conditions to match
Hey, I reacted but my real name is @Mergifyio |
* Fix wifi example * Update ci and library properties * Add esp32 build step * Update readme * Add esp32 library to test CI * Fix CI * Fix build for Arduino nano * Fix esp32 CI compilation * Install pyserial for esp32 * Install pip3 on CI * Revert commit and add pip3 * Update library_generation.sh with changes check * Remove redundant code * Trigger build (cherry picked from commit a809407) # Conflicts: # .github/workflows/ci.yml # extras/library_generation/library_generation.sh
* Fix wifi example * Update ci and library properties * Add esp32 build step * Update readme * Add esp32 library to test CI * Fix CI * Fix build for Arduino nano * Fix esp32 CI compilation * Install pyserial for esp32 * Install pip3 on CI * Revert commit and add pip3 * Update library_generation.sh with changes check * Remove redundant code * Trigger build (cherry picked from commit a809407) # Conflicts: # built_packages # extras/library_generation/library_generation.sh
✅ Backports have been created
|
* Add ESP32 support (#680) * Fix wifi example * Update ci and library properties * Add esp32 build step * Update readme * Add esp32 library to test CI * Fix CI * Fix build for Arduino nano * Fix esp32 CI compilation * Install pyserial for esp32 * Install pip3 on CI * Revert commit and add pip3 * Update library_generation.sh with changes check * Remove redundant code * Trigger build (cherry picked from commit a809407) # Conflicts: # .github/workflows/ci.yml # extras/library_generation/library_generation.sh * Fix conflicts Co-authored-by: Antonio Cuadros <[email protected]> Co-authored-by: acuadros95 <[email protected]>
* Add ESP32 support (#680) * Fix wifi example * Update ci and library properties * Add esp32 build step * Update readme * Add esp32 library to test CI * Fix CI * Fix build for Arduino nano * Fix esp32 CI compilation * Install pyserial for esp32 * Install pip3 on CI * Revert commit and add pip3 * Update library_generation.sh with changes check * Remove redundant code * Trigger build (cherry picked from commit a809407) # Conflicts: # built_packages # extras/library_generation/library_generation.sh * Fix conflicts * Fix conflict Co-authored-by: Antonio Cuadros <[email protected]> Co-authored-by: acuadros95 <[email protected]>
No description provided.