Addition of echo - #5
Open
sripad96 wants to merge 86 commits into
Open
Conversation
The Solo battery's power button needs to be held to power off. The debounce time before it plays the power off tone is too low. Occasionally it causes the user to not hold the button long enough. This corrects the delay before playing the power off tone.
this allows us to get into running state
this allows a channel to be marked "private". A private channel gets heartbeats, but doesn't get forwarded packets or broadcast messages This is used by solo gimbal driver
This is higher precision the casting to float, and better matches the internal format we actually use. Removed the indicection as it gained us nothing. Closes ArduPilot#8875
Copter: Flip mode is an option.
This resolves and issue with the set-alt-target-with-slew method leaving the z-axis desired velocity at the max speed-up or speed-down this causes a jump in throttle if the user switches to Loiter after the vehicle has reached its target
this fixes a problem that came up with a user where they had BATT_MONITOR=0 and BATT2_MONITOR=7. They did not get any battery monitoring. There are several ways to tackle this, but this is the simplest
this is for Solo on ChibiOS, but is usable with any board
fixed SBUS output init bug
also replace greater-than-zero with is_positive
this is used for GPS loss testing in real vehicles, by linking it to a RCn_OPTION value. GPS position is still logged, but is not used
Also make flaps test a little more verbose
this is needed for UAVCAN dynamic node allocation
…nto mavlink_test
This file contains hidden or 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
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.
Addition of echo message.
Removal of Hardcode BoardID
Changes in Arming_require