Skip to content
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

Bring Open-UAS/PX4-Autopilot:stable up-to-date with the upstream PX4/PX4-Autopilot:stable #12

Merged
merged 4,755 commits into from
Oct 13, 2022

Conversation

lmarzen
Copy link
Member

@lmarzen lmarzen commented Oct 12, 2022

Before bringing Open-UAS/PX4-Autopilot:stable up-to-date, we must first update Open-UAS/PX4-SITL_gazebo:master to the current version used by PX4/PX4-Autopilot:stable. There is already an open pull request to resolve this issue, please see Open-UAS/PX4-SITL_gazebo#2.

#11 will be closed without merging as this pull request serves the same purpose, the only difference being that here merge conflicts have been resolved.

Note: Please select 'Squash and merge' when merging.

dagar and others added 30 commits March 25, 2022 10:56
 - sensor_baro.msg use SI (pressure in Pascals)
 - update all barometer drivers to publish directly and remove PX4Barometer helper
 - introduce baro cal (offset) mainly as a mechanism to adjust
relative priority
 - commander: add simple baro cal that sets baro offsets to align with
GPS altitude (if available)
 - create new sensors_status.msg to generalize sensor reporting
 - for ublox this corresponds to NAV_RELPOSNED
…nvalid

Command denied is defined as "supported but has invalid parameters"
which matches the case.
This fixes unspecified behaviour due to evaluation order of args.
It's up to the compiler whether next_number() or next_dots() is executed
first which means that the behaviour is not properly specified.
julianoes and others added 17 commits September 27, 2022 05:45
As I understand it, only Rev 3 and Rev 4 were shipped by HB for Mini and
CM4, and are likely to be used for it.

It would be nice to have all combinations but it requires quite some
flash in the current implementation.
- Removed commented out config data.
- hw_mft_list_v0540 was the same as hw_mft_list_v0500
- alias from hw_mft_list_v0650 to hw_mft_list_v0600 as it is the same
- add V6X50 again
This fixes the errors showing up at startup for me with a Black Cube.
This was forgotton with all the merges and shuffling previously.
This fixes a Python 3.10 issue for me.
Before this fix, this function would stall and somehow never return.
Clear the calibration at the end only otherwise everything gets erased
at the end of the first iteration of the outer loop
This prevents publishing a negative pressure which leads to a NAN
altitude estimate further down the line.
 - vehicle_imu_status can publish immediately on any measured sample
rate change or sensor error increment, but the windowed mean/variance
shouldn't necessarily reset that often
@lmarzen lmarzen self-assigned this Oct 13, 2022
@lmarzen lmarzen merged commit 1f170d9 into stable Oct 13, 2022
@lmarzen lmarzen deleted the PX4-stable branch October 13, 2022 21:42
@lmarzen lmarzen restored the PX4-stable branch October 28, 2022 00:32
@lmarzen lmarzen deleted the PX4-stable branch October 28, 2022 00:36
@lmarzen lmarzen restored the PX4-stable branch October 28, 2022 00:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.