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

Fix TECS init when switching into a altitude controlled mode only once in air #22500

Merged
merged 4 commits into from
Dec 8, 2023

Conversation

sfuhrer
Copy link
Contributor

@sfuhrer sfuhrer commented Dec 7, 2023

Port of the most critical fixes of #22499 onto 1.14.
I would not port more than those to keep the diff on this release branch small and simple.

Signed-off-by: Silvan Fuhrer <silvan@auterion.com>
@DronecodeBot
Copy link

This pull request has been mentioned on Discussion Forum for PX4, Pixhawk, QGroundControl, MAVSDK, MAVLink. There might be relevant details there:

https://discuss.px4.io/t/cube-o-px4-v1-14-0-erroneous-pitch-roll-setpoint-in-autonomous-mode/35557/13

Signed-off-by: Silvan Fuhrer <silvan@auterion.com>
Signed-off-by: Silvan Fuhrer <silvan@auterion.com>
The control params (eg min/max pitch) are used before they are
correctly set by TECS::update(). While this is an issue we should fix,
it also doesn't hurt to set them to more reasobale values (eg 30° limit).

Signed-off-by: Silvan Fuhrer <silvan@auterion.com>
@sfuhrer sfuhrer force-pushed the port-fw-pos-airspeed-less-fixes-1-14 branch from a00f97f to 7c7e006 Compare December 8, 2023 15:15
@sfuhrer sfuhrer merged commit a536e3d into release/1.14 Dec 8, 2023
5 checks passed
@sfuhrer sfuhrer deleted the port-fw-pos-airspeed-less-fixes-1-14 branch December 8, 2023 15:26
@DronecodeBot
Copy link

This pull request has been mentioned on Discussion Forum for PX4, Pixhawk, QGroundControl, MAVSDK, MAVLink. There might be relevant details there:

https://discuss.px4.io/t/cube-o-px4-v1-14-0-erroneous-pitch-roll-setpoint-in-autonomous-mode/35557/15

@sfuhrer
Copy link
Contributor Author

sfuhrer commented Dec 11, 2023

Here a binary of release 1.14 containing this fix for the cubepilot cubeorangeplus:
cubepilot_cubeorangeplus_default.zip

@DronecodeBot
Copy link

This pull request has been mentioned on Discussion Forum for PX4, Pixhawk, QGroundControl, MAVSDK, MAVLink. There might be relevant details there:

https://discuss.px4.io/t/cube-o-px4-v1-14-0-erroneous-pitch-roll-setpoint-in-autonomous-mode/35557/18

@ryanjAA
Copy link
Contributor

ryanjAA commented Dec 16, 2023

This only impacts airspeed-less mode?

@sfuhrer
Copy link
Contributor Author

sfuhrer commented Dec 18, 2023

This only impacts airspeed-less mode?

Yes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants