Skip to content

Commit

Permalink
migrate to px4 cyphal version with 2 airspeeds and optimized imu
Browse files Browse the repository at this point in the history
  • Loading branch information
PonomarevDA committed Nov 19, 2023
1 parent f838d31 commit 11d87f5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
9 changes: 5 additions & 4 deletions configs/px4/cyphal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ CYPHAL_ENABLE: 1
UCAN1_ESC_PUB: 2342
UCAN1_READ_PUB: 2343

# UCAN1_IMU_SUB: 2300
UCAN1_ACCEL_SUB: 2400
UCAN1_GYRO_SUB: 2401
UCAN1_IMU_SUB: 2300
# UCAN1_ACCEL_SUB: 2400
# UCAN1_GYRO_SUB: 2401

UCAN1_MAG0_SUB: 2402

Expand All @@ -19,7 +19,8 @@ UCAN1_GPSSA0_SUB: 2407
UCAN1_GPSST0_SUB: 2408
UCAN1_GPSPD0_SUB: 2409

UCAN1_DPRES_SUB: 2600
UCAN1_DPRES0_SUB: 2600
UCAN1_DPRES1_SUB: 2601

UCAN1_FB0_SUB: 2500
UCAN1_FB1_SUB: 2501
Expand Down
4 changes: 2 additions & 2 deletions scripts/configure.sh
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ fi
DOWNLOADS_DIR=$REPOSITORY_DIR/downloads
DOWNLOADED_BINARY_PATH=$DOWNLOADS_DIR/px4_fmu-v5_latest_downloaded_firmware.px4
PX4_V1_12_1_DRONECAN_URL=https://github.com/ZilantRobotics/PX4-Autopilot/releases/download/v1.12.1_hitl/px4_fmu-v5_default.px4
PX4_V1_14_0_BETA_CYPHAL_URL=https://github.com/ZilantRobotics/PX4-Autopilot/releases/download/v1.14.0-0.4.0-beta1/px4_fmu-v5_cyphal.px4
PX4_V1_14_0_BETA_DRONECAN_URL=https://github.com/ZilantRobotics/PX4-Autopilot/releases/download/v1.14.0-0.4.0-beta1/px4_fmu-v5_default.px4
PX4_V1_14_0_BETA_CYPHAL_URL=https://github.com/ZilantRobotics/PX4-Autopilot/releases/download/v1.14.0-0.4.1-beta1/px4_fmu-v5_cyphal.px4
PX4_V1_14_0_BETA_DRONECAN_URL=https://github.com/ZilantRobotics/PX4-Autopilot/releases/download/v1.14.0-0.4.1-beta1/px4_fmu-v5_default.px4


mkdir -p $DOWNLOADS_DIR
Expand Down

0 comments on commit 11d87f5

Please sign in to comment.