Change Altitude of Take-off mode
-
Hello !! I followed VOXL m500 instruction changed QGC to Position Mode . When I use takeoff mission but I can not change the Altitude
of takeoff mission (I had changed to 0.5 m but the UAV still head up to 2.5m )
Please show me how to change the alt
-
Hi @mr-TOKI ,
There's two modes being mentioned above,
position mode
andmission
.In mentioning
takeoff mission
altitude, are you setting up waypoints in QGC? Normally themission
mode is used for outdoor flight scenarios, so when I see you wanting to set an altitude of 0.5m, I'm thinking you are trying to useoffboard
mode and have a program control the flight?If that's the case, and fairly easy example of that is found here:
https://gitlab.com/voxl-public/voxl-docker-images/voxl-docker-mavsdk-cppBUT be careful disabling the default "figure 8 mode" in the
voxl-vision-px4.conf
file, which is enabled by default. This will automatically have the m500 fly figure 8's1.5m
above takeoff point, which is perhaps what you are experiencing?For reference on the 'figure 8 mode' flag, see this line:
https://gitlab.com/voxl-public/modal-pipe-architecture/voxl-vision-px4/-/blob/master/config/voxl-vision-px4.conf#L6Thanks!
Travis
-
oh I see thank you. And do you know how much weight that VOXL m500 drone can lift. Thank you !!!
-
Hi @mr-TOKI ,
We've listed 1kg on the datasheet here: https://docs.modalai.com/voxl-m500-functional-description/
Thanks!
Travis