With the growing importance of vision based navigation, our current navigation pipeline is a strong limitation since everything is handled in global coordinates.
Simple features like auto-takeoff, hold are not possible because trying to support them in both local and global coordinates is impossible with the current spaghetti structure of the navigator and commander modules.
@ChristophTobler and I tried several approaches and we got blocked every time. Here's a recap:
The current architecture limitations are difficult to overcome because they require a large amount of changes even to have small features like a takeoff in local coordinates.
FYI - @dagar
@Stifael and I already tried getting rid of the global dependency here https://github.com/PX4/Firmware/pull/7432 but that got canceled/forgotten because of the lacking support...
I really think we need this soon otherwise e.g. vision will never be integrated in a sustainable way
Side note: I vote for a commander/navigator rewrite! It's just a huge pain (or even impossible) to fix it in small portions because of the spaghetti code
How flexible are you next week for a vision focused meeting? 1-4 pm on Wednesday?
I will be interested on taking part on that effort too. But for the call, those times are only possible to me on Fridays.
Hi all, if I want to use vision position in mission mode, so I have to convert local position x and y to lat and lon. Is that correct? If it is true, should I use mavlink sent the lat and lon as fake gps to mission mode?
@px4Li as you can read above, you cannot currently navigate on mission mode if you don't have a global position, unless you use the LPE + Attitude Estimator Q combination, since LPE actually allows to create a virtual global origin by setting the LPE_FAKE_ORIGIN parameter. Though, we are not currently actively supporting LPE.
Hello. Is mission mode based on local coordinates already available? Or will this be available with the 1.10.0 release?
Not available yet.
This issue has been automatically marked as stale because it has not had recent activity. Thank you for your contributions.
still relevant
Most helpful comment
How flexible are you next week for a vision focused meeting? 1-4 pm on Wednesday?