Skip to content

Commit

Permalink
add cuav nora (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
PonomarevDA authored Dec 4, 2024
1 parent 4cf939c commit a8850a4
Show file tree
Hide file tree
Showing 3 changed files with 6 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 | Dec .., 2024 | Add px4_fmu-v6c, px4_fmu-v6x and cuav_x7pro support beside fmu-v5 |
| v0.9.0 | Dec .., 2024 | Add px4_fmu-v6c, px4_fmu-v6x, cuav_x7pro, cuav_nora 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.2
autopilot-tools>=0.5.3
wget>=3.2
netifaces
4 changes: 4 additions & 0 deletions scripts/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ class AutopilotInterface:

"/dev/serial/by-id/usb-CUAV_PX4_CUAV_X7Pro" : "cuav_x7pro",
"/dev/serial/by-id/usb-ArduPilot_CUAV-X7-BL" : "cuav_x7pro",

"/dev/serial/by-id/usb-CUAV_PX4_CUAV_Nora" : "cuav_nora",
"/dev/serial/by-id/usb-ArduPilot_CUAV-Nora-BL" : "cuav_nora",

}
def __init__(self) -> None:
self._autopilot = None
Expand Down

0 comments on commit a8850a4

Please sign in to comment.