Skip to content

Commit 8f7e067

Browse files
committed
Fix Rolling Agent (#309)
* Initial * Fix mbed check
1 parent 98d01c7 commit 8f7e067

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ jobs:
186186

187187
- rtos: mbed
188188
platform: disco_l475vg_iot01a
189-
binary: 'firmware/micro_ros_mbed/cmake_build/mbed-microros.bin'
189+
binary: 'firmware/micro_ros_mbed/cmake_build/DISCO_L475VG_IOT01A/develop/GCC_ARM/mbed-microros.bin'
190190
steps:
191191
- uses: actions/checkout@v2
192192
with:

config/agent_uros_packages.repos

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ repositories:
1515
uros/micro-ROS-Agent:
1616
type: git
1717
url: https://github.com/micro-ROS/micro-ROS-Agent.git
18-
version: foxy
18+
version: main
1919
uros/drive_base:
2020
type: git
2121
url: https://github.com/micro-ROS/drive_base.git

0 commit comments

Comments
 (0)