-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Volanti hwdef: CarbonixCubeOrange - added cx_built_in_test.lua #123
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
loki077
force-pushed
the
feature/SW-61-esc-engine-safety-check-2
branch
2 times, most recently
from
April 14, 2024 10:49
2fa301f
to
3696345
Compare
This commit introduces Lua bindings for the following methods: - ESC- `get_last_telem_data_ms` - MotorMatrix `get_lost_motor` - MotorMatrix `get_thrust_boost` Note: - For get_last_telem_data_ms - CPN reset is reported. But ESC disconnected with CPN is not reported. This needs to be looked into SW-61
loki077
force-pushed
the
feature/SW-61-esc-engine-safety-check-2
branch
2 times, most recently
from
April 22, 2024 01:40
72c5104
to
c5aff7c
Compare
libraries/AP_HAL_ChibiOS/hwdef/CubeOrange/scripts/cx_built_in_test.lua
Outdated
Show resolved
Hide resolved
libraries/AP_HAL_ChibiOS/hwdef/CubeOrange/scripts/cx_built_in_test.lua
Outdated
Show resolved
Hide resolved
libraries/AP_HAL_ChibiOS/hwdef/CubeOrange/scripts/cx_built_in_test.lua
Outdated
Show resolved
Hide resolved
libraries/AP_HAL_ChibiOS/hwdef/CubeOrange/scripts/cx_built_in_test.lua
Outdated
Show resolved
Hide resolved
libraries/AP_HAL_ChibiOS/hwdef/CubeOrange/scripts/cx_built_in_test.lua
Outdated
Show resolved
Hide resolved
This commit introduces a Lua script, cx_built_in_test.lua, which serves as a Continuous Built-In Test (BIT) for Carbonix Aircrafts. The script checks multiple functionalities and provides the following features: ESC Status Check and Fault Detection: The script continuously checks the status of the ESC and detects any faults. Aircraft type detection: The script automatically detects the type of aircraft (either Ottano or Volanti) based on the EFI type. Pre-arm checks: The script performs several pre-arm checks, including initializing parameters, and checking the aircraft type. During-arm checks: The script performs checks while the aircraft is armed, including checking ESC telemetry and VTOL failure checks. This script is designed to enhance the safety and reliability of Carbonix Aircrafts by continuously monitoring their status and detecting any potential issues. SW-61
loki077
force-pushed
the
feature/SW-61-esc-engine-safety-check-2
branch
from
April 22, 2024 03:58
c5aff7c
to
cdb1b5d
Compare
Pradeep-Carbonix
approved these changes
Apr 22, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
V4.4 still had CI errors, which were fixed in 5.0.0
so V4.5 CI errors are ignored
CI Fail is bypass for Ardupilot 4.2.1 baseline. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.