Obstacle avoidance - Offboard mode
-
Hi, we are trying to implement obstacle avoidance feature on our VOXL flight deck. The documentation provided is for collision prevention where we set 4 parameters in PX4 and enable the VOA flag in the configuration file. However, as per PX4 documentation, collision prevention works in position flight mode. However, we are trying to run our code in offboard flight mode, and while testing, we confirmed that it doesn't work with the offboard flight mode.
Is there any separate documentation that we can see what changes can we do on the VOXL side to enable obstacle avoidance in Offboard flight mode?