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

Auto mode - yaw before accelerating #11053

Closed
dagar opened this issue Dec 17, 2018 · 1 comment · Fixed by #12348
Closed

Auto mode - yaw before accelerating #11053

dagar opened this issue Dec 17, 2018 · 1 comment · Fixed by #12348
Assignees

Comments

@dagar
Copy link
Member

dagar commented Dec 17, 2018

@bresch this was reported by a user with jerk limited trajectory enabled. Thoughts on achieving this yaw behavoiur with the current MPC?

What I am trying to do is create simple "back and forth" missions in order to test high speed flight of our systems. With MPC_AUTO_MODE=0 I get the behaviour where the system yaws towards the next waypoint before accelerating towards it. This is required in our case because the system was designed with minimum aerodynamic profile when flying in the forward direction. With MPC_AUTO_MODE=3 yaw motion occurs simultaneously with yaw.

To work around this issue I attempted to use the “Wait for Heading” type waypoint. However when I attempt to upload a mission with this type of waypoint I get:


Mission transfer failed. Retry transfer. Error: Vehicle returned error: Command is not supported (MAV_MISSION_UNSUPPORTED).

Command: (Wait for Heading, MAV_CMD_CONDITION_YAW, 115)

Is it possible to either alter the yaw behaviour in MPC_AUTO_MODE=3 or fix the wait for heading point type?

@PX4 PX4 deleted a comment from stale bot Mar 18, 2019
@stale stale bot removed the Admin: Wont fix label Mar 18, 2019
@stale
Copy link

stale bot commented Jun 24, 2019

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@bresch bresch changed the title MC trajectory issue Auto mode - yaw before accelerating Jun 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants