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

Position controller failsafe reported when the mission starts with a command #13668

Open
dusan19 opened this issue Dec 3, 2019 · 1 comment · May be fixed by #13971
Open

Position controller failsafe reported when the mission starts with a command #13668

dusan19 opened this issue Dec 3, 2019 · 1 comment · May be fixed by #13971

Comments

@dusan19
Copy link
Contributor

dusan19 commented Dec 3, 2019

When the mission is uploaded through mavlink mission interface (while the drone is in air), with the first mission item being a command such as MAV_CMD_DO_CHANGE_SPEED or MAV_CMD_DO_SET_ROI_LOCATION, the position controller reports:

WARN  [mc_pos_control] Position-Control Setpoint-Update failed
WARN  [mc_pos_control] Failsafe: stop and wait

After this I land and start the new mission from ground, with the following mission items:
change speed -> set roi -> takeoff -> waypoint
I get the following messages:

WARN  [mc_pos_control] Auto activation failed with error: Activation Failed
WARN  [mc_pos_control] Position-Ctrl activation failed with error: Activation Failed
WARN  [mc_pos_control] Altitude-Ctrl activation failed with error: Activation Failed

This doesn't happen when the command is not the first mission item.

In both cases, the mission still executes and ends properly, but these messages seem suspicious.
should the position controller even in any way be affected by the speed change or set roi command?

All mentioned is reproducible.

@stale
Copy link

stale bot commented Mar 5, 2020

This issue has been automatically marked as stale because it has not had recent activity. Thank you for your contributions.

@stale stale bot added the stale label Mar 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants