RobotDev
RobotDev
This issue is marked as closed, but it seems to still be an issue. I ran similar code as shown above, calling the set_takeoff_altitude() command as follows: await drone.action.set_takeoff_altitude(5.0) The...
Sorry... I gave you the version I am running on locally on MacOS. I deploy remotely to RPi.. will check the version when I am back at the drone. Another...
Thanks, but worries.. there are other issues I have with the M1 and related libraries... so the remote build on RPi works fine. Will check the version and report back....
Ok, I checked... on the RPi, I am using mavsdk 1.4.0 which I assumed had this problem corrected... but maybe not for the Pi. I currently catch the exception and...
I will have to check on this later this evening. I am actually using an Aurelia X6 with a Blue Cube Autopilot. My code is running on a raspberry pi...
Ok, sorry for the delay. I am using mavsdk v1.4.0 and protobuf 3.20.1 on RaspberryPi. I am manually running the SDK server and after upload of a mission plan and...
@JonasVautherin, Yes... X6 is the frame and Blue Cube is the FMU. We are running the Ardupilot firmware... I think that is the one recommended by Aurelia. I am guessing...
@JonasVautherin , so what if I manually send the action.arm() and action.takeoff() commands to the drone and then call mission.start_mission()? Is there anything in the start_mission() command that expects the...
@JonasVautherin, it worked. Added the `arm()` and `takeoff()` commands... then issued the `start_mission()` command. All worked except that once the mission was over, it did not land. I had to...
@julianoes quick question... so I was able to install the aarch64 version of mavsdk_server v1.4.12 via home-brew... but this only includes the C++ interface library, not the python version. Can...