generalized-intelligence / GAAS

GAAS is an open-source program designed for fully autonomous VTOL(a.k.a flying cars) and drones. GAAS stands for Generalized Autonomy Aviation System.
https://www.gaas.dev
BSD 3-Clause "New" or "Revised" License
1.88k stars 441 forks source link

"move/take off" behavior is not working rightly #133

Closed wei053 closed 3 years ago

wei053 commented 3 years ago

Prerequisites

Please answer the following questions for yourself before submitting an issue. YOU MAY DELETE THE PREREQUISITES SECTION.

Issue Template

Context

Please provide any relevant information about your setup.

Expected Behavior

The drone is flying correctly. The drone is taking off correctly.

Current Behavior

rotating while taking off /flying

move behavior is not working rightly

Screenshots

https://www.youtube.com/watch?v=MU-yxroWnik&ab_channel=GP https://www.youtube.com/watch?v=6wHozf-QwZs&ab_channel=GP

cyanine-gi commented 3 years ago

I'm sorry but we have ended the support of old gaas version. In our new version the px4 mavros controller is writen in cpp and further documents will be released soon. See our readme.md for more information about new version which is merged from GAAS_contrib.

And for your question, maybe looking into the detailed implementation code of px4_mavros_controller.py is a good idea. There's a parameter for target yaw heading. By default the drone is placed towards east in this map.