-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
take off without GPS #1224
Comments
HI! Have you been able to solve your problem? |
These kinds of questions depend on your flight stack. I assume ArduPilot, but it might not be. You would be best off asking on the autopilot discussion boards. |
@GeraltRivskiy I used optical flow. That way I could send velocity commands to the drone. without GPS or optical flow you wont be able to estimate drone data in reference to the area you're flying in. |
@Amit5001 Thanks! |
Hi,
I'm trying to build autonomous drone for indoor. Currently my drone has micoair mtf-02 opticalflow and rngfnd calibrated.
when using only the controller the drone is able to maintain position.
My problems starts when i try to use dronekit- I want to take off in GUIDED_NOGPS or GUIDED.
in GUIDED (and LOITER too) I get an error- Need Position estimate so the drone don't arm.
In GUIDED_NOGPS the drone arm and start ascending but it gain inclination to one side and drift- it doesn't maintain its attitude.
The script I used for takeoff:
Thanks!
The text was updated successfully, but these errors were encountered: