-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Description
Hi Kevin,
Our team was able to run the follow_me.py example without debugging errors in two different ways. The first way we ran it, was exactly as the follow_me.py was written, and the second way was hardcoding one GPS coordinate in the Location function. However, in both cases we received the proper debugging output but the motors did not move.
The first way we ran it, was exactly as the follow_me.py was written. Our GPS USB dongle was providing GPS coordinates every two seconds, those coordinates were displayed, and the output showed “Got MAVLink msg: MISSION_ACK... etc.
The second way we ran it was with all the gpsd functions commented out and by hard-coding one GPS coordinate in the Location function.
After educating ourselves on your API, we believe that we have narrowed down the problem to being the goto function does not end up forcing the drone to move the motors.
Do you have any thoughts on why this could be happening.
We speculate that the problem may be that the drone is going into Guided mode. We believe that this is your intent. However, from our understanding, the drone will only go to locations autonomously in AUTO mode and only after the waypoints are saved and an rc command starts the motors.
Again, we do not fully understand what is wrong and why the command itself seems to be received by the APM, but the motors are not moving.
Again, we are able to get small_demo.py to move the motors properly, so we know it is not a problem with our wiring or our connection between the APM and our Raspberry Pi.
Any help is appreciated,
Thanks!