Skip to content

Commit

Permalink
.github: change to using dronecan instead of uavcan
Browse files Browse the repository at this point in the history
  • Loading branch information
bugobliterator authored and tridge committed Nov 24, 2021
1 parent d8b2dba commit 04ccb58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_sitl_periph.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ jobs:
apt-get update
apt-get install -y gcc-multilib g++-multilib
- name: run canard dsdlc generator test
- name: run dronecan dsdlc generator test
run: |
PATH="/github/home/.local/bin:$PATH"
python modules/canard_dsdlc/canard_dsdlc.py -O dsdlc_generated libraries/AP_UAVCAN/dsdl/ardupilot modules/pyuavcan/uavcan/dsdl_files/uavcan --run-test
python modules/DroneCAN/dronecan_dsdlc/dronecan_dsdlc.py -O dsdlc_generated libraries/AP_UAVCAN/dsdl/ardupilot modules/DroneCAN/DSDL/uavcan --run-test
- name: build sitl_periph_gps
shell: bash
Expand Down

0 comments on commit 04ccb58

Please sign in to comment.