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

Stuck on E01 to use commnad "con.move()" #124

Closed malfarizit closed 3 years ago

malfarizit commented 3 years ago

Context

Please provide any relevant information about your setup.

Hello. i'm using command con.move() with commander.py, but if i using con.move(0,1,0) / move front for 4 times, but this drone don't move forward 4 times, this drone move like square. Anyone can help me?

thanks, regards.

malfarizit commented 3 years ago

solved using : con.move(1, 0, con.local_pose.pose.position.z, BODY_OFFSET_ENU=False) thanks.