Skip to content

Commit

Permalink
add cuav_x7pro (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
PonomarevDA authored Dec 1, 2024
1 parent 917ace4 commit 345d6e6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ Outdated manual instructions:

| Version | ReleaseDate | Major changes |
| ------- | ----------- | ------------- |
| v0.9.0 | Nov .., 2024 | Add fmu-v6c and fmu-v6x support beside fmu-v5 |
| v0.9.0 | Dec .., 2024 | Add px4_fmu-v6c, px4_fmu-v6x and cuav_x7pro support beside fmu-v5 |
| v0.8.0 | Jun 10, 2024 | Update PX4 from v1.14 to v1.15 |
| v0.7.0 | Oct 31, 2023 | Update PX4 from v1.13 to v1.14 |
| v0.6.0 | Jul 16, 2023 | Add Octorotor dynamics, fault scenarios and Cyphal ESC feedback |
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
raccoonlab-tools>=0.1.0
autopilot-tools>=0.5.0
autopilot-tools>=0.5.2
wget>=3.2
netifaces
3 changes: 3 additions & 0 deletions scripts/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ class AutopilotInterface:

"/dev/serial/by-id/usb-Auterion_PX4_FMU_v6C" : "px4_fmu-v6c",
"/dev/serial/by-id/usb-Auterion_PX4_BL_FMU_v6C" : "px4_fmu-v6c",

"/dev/serial/by-id/usb-CUAV_PX4_CUAV_X7Pro" : "cuav_x7pro",
"/dev/serial/by-id/usb-ArduPilot_CUAV-X7-BL" : "cuav_x7pro",
}
def __init__(self) -> None:
self._autopilot = None
Expand Down

0 comments on commit 345d6e6

Please sign in to comment.