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

No heading hold option in survey mode #7140

Open
raviss2k18 opened this issue Jan 11, 2019 · 7 comments
Open

No heading hold option in survey mode #7140

raviss2k18 opened this issue Jan 11, 2019 · 7 comments

Comments

@raviss2k18
Copy link

Hello,
I made a survey grid in qgroundcontrol but could not find heading hold option. I have used Mission planner also which provides such option.
Does qgroundcontrol provides no such features. Basically i want keep heading of drone fixed during survey.

thank you

@tops4u
Copy link

tops4u commented May 12, 2019

Same Issue here... Thanks!

@DonLakeFlyer
Copy link
Contributor

Not currently supported

@tops4u
Copy link

tops4u commented May 15, 2019

@DonLakeFlyer This would really be a very nice to have. How can I open a Feature Request? I assume it would need an additional Field in the Survey where a YAW Angle could be spcified (alternatively it could even be a checkbox that adaptes the YAW Angle to the Grid Angle).

@DonLakeFlyer
Copy link
Contributor

No need, this issue can track it. The problem with adding new options to Survey as it currently stands is that more options will cause it to collapse under it's own weight. It's already way too complicated to use. It needs a full uyi rework before new stuff can be added.

@copterspace
Copy link

I think, currently simple workaround could be to download .plan file, generated by Survey in QGC to local computer, and write simple python/pearl script, which modifies “params”[4] in all mission points to desired angle instead of “null”. Then upload this modified mission file.
If anyone did that already - please share your experience. If not - I’ll try to do this myself and share mine…
2020-07-07_12-40-01

@DonLakeFlyer
Copy link
Contributor

If you edit a saved Survey plan file directly you are putting the survey out of sync with the mission items. I'm maybe 90% certain this is ok.

The safest way is to Instead round trip the Survey it to the vehicle and back (keep your original survey plan as well). This will turn it into a pile of waypoints. Save that and then you are correct that NAV_WAYPOINT.param4 is yaw.

@copterspace
Copy link

I posted my solution here: https://github.com/copterspace/QGC_plan_fix
Tested on jmavsim.

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

No branches or pull requests

4 participants