-
Notifications
You must be signed in to change notification settings - Fork 137
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix broken rosidl_cli Fix rosidl_pycommon New approach Upgrade pip Remove upgrading sphynx Add Zephyr virtual env Fix IDF Fix Zephyr Fix adf * Fix idf * Fix * Update esp32 (cherry picked from commit 38ae4b7) # Conflicts: # .github/workflows/ci.yml # config/freertos/esp32/create.sh # config/zephyr/generic/create.sh
- Loading branch information
1 parent
552a3fd
commit 889cbaa
Showing
8 changed files
with
48 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,11 @@ jobs: | |
path: src/micro_ros_setup | ||
ref: ${{ inputs.ci_target_ref }} | ||
|
||
<<<<<<< HEAD | ||
- uses: ros-tooling/[email protected] | ||
======= | ||
- uses: ros-tooling/[email protected] | ||
>>>>>>> 38ae4b7 (Fix broken rosidl_cli (#726)) | ||
with: | ||
use-ros2-testing: false | ||
required-ros-distributions: ${{ env.ROS_DISTRO }} | ||
|
@@ -65,7 +69,11 @@ jobs: | |
path: src/micro_ros_setup | ||
ref: ${{ inputs.ci_target_ref }} | ||
|
||
<<<<<<< HEAD | ||
- uses: ros-tooling/[email protected] | ||
======= | ||
- uses: ros-tooling/[email protected] | ||
>>>>>>> 38ae4b7 (Fix broken rosidl_cli (#726)) | ||
with: | ||
use-ros2-testing: false | ||
required-ros-distributions: ${{ env.ROS_DISTRO }} | ||
|
@@ -213,7 +221,11 @@ jobs: | |
path: src/micro_ros_setup | ||
ref: ${{ inputs.ci_target_ref }} | ||
|
||
<<<<<<< HEAD | ||
- uses: ros-tooling/[email protected] | ||
======= | ||
- uses: ros-tooling/[email protected] | ||
>>>>>>> 38ae4b7 (Fix broken rosidl_cli (#726)) | ||
with: | ||
use-ros2-testing: false | ||
required-ros-distributions: ${{ env.ROS_DISTRO }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters