Skip to content

Commit

Permalink
boards: default to custom participant for uXRCE-DDS client on Skynode
Browse files Browse the repository at this point in the history
  • Loading branch information
DanMesh authored and bkueng committed Oct 5, 2023
1 parent f02c531 commit e00b35e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions boards/px4/fmu-v5x/init/rc.board_defaults
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ param set-default SENS_EN_INA226 1

param set-default SYS_USE_IO 1

if ver hwtypecmp V5X009000 V5X009001 V5X00a000 V5X00a001 V5X008000 V5X008001 V5X010001
then
# Skynode: use the "custom participant" config for uxrce_dds_client
param set-default UXRCE_DDS_PTCFG 2
fi

safety_button start

# GPIO Expander driver on external I2C3
Expand Down
6 changes: 6 additions & 0 deletions boards/px4/fmu-v6x/init/rc.board_defaults
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,10 @@ param set-default SENS_EN_INA226 1

param set-default SYS_USE_IO 1

if ver hwtypecmp V6X009010 V6X010010
then
# Skynode: use the "custom participant" config for uxrce_dds_client
param set-default UXRCE_DDS_PTCFG 2
fi

safety_button start

0 comments on commit e00b35e

Please sign in to comment.