Collision Warning sign
-
Hi, We were testing the collision avoidance feature in the voxl Modal 500 drone, and we found it was working fine with the frame it came with. We then wanted to change the frame and we used one of our frame with Octo Coaxial setup. After initial setup and changing all the necessary parameter as shown in the links 1. https://gitlab.com/voxl-public/flight-core-px4/px4-parameters/-/tree/master/helpers , 2. https://gitlab.com/voxl-public/flight-core-px4/px4-parameters/-/blob/master/helpers/collision_prevention.params, 3. https://gitlab.com/voxl-public/flight-core-px4/px4-parameters/-/blob/master/helpers/ekf2_indoor_vio.params , we thought the collision avoidance will be same. But after arming every time when we are applying any pitch or roll command the PX4 QGC is showing us
Collision Warning
error as shown in hereAlso at the same time the vehicle is not moving in any direction. Below are the parameters applied to the vehicle
We also tried to debug whether the distance topic is populated using
voxl-vision-px4
by using thevoxl-vision-px4 -s
command and these the resultsBut if we do not use the collision and use a negative value in the
cp_dist
the vehicle works fine in outdoor using GPS.We will appreciate any help regarding solving this issue.
-
It does look like it thinks there are lots of obstacles. Did you recalibrate the stereo cameras? The depth from stereo is based almost entirely on camera extrinsic calibration
You can see how to calibrate cameras here: https://docs.modalai.com/calibrate-cameras/
-
which software version did you test with for collision avoidance feature?
can you show me result about command "voxl-version"?
-
@Chad-Sweet we did not re-calibrated the stereo camera since we moved it from the M500 unit it came with. I can try the calibration process and let you all know.
@shlee853 I think we are using volx-suite 0.2.0, here is the screen shot of the version:
Note: Though it shows continuous
collision warning
from the QGC we still tested the flight against a wall for collision prevention test. It performs as expected and stops at 1.5 meter from the wall. The only issue it shows continuous collision warning sign. -
@manzur said in Collision Warning sign:
we did not re-calibrated the stereo camera since we moved it from the M500 unit it came with. I can try the calibration process and let you all know.
Thanks for your reply
-
Update:
-
I have performed the calibration process as you mentioned for both Stereo camera and tracking camera by following the calibration documentation https://docs.modalai.com/calibrate-cameras/ though they are not moved from their original position of VOXL flight deck.
-
While performing the calibration for stereo cameras I have also fixed the focus for both left and right camera. But after the calibration process the collision prevention does not seem to be working any more.
-
By that I mean the the obstacle topic does not seems to detect anything even it is very close or far from the wall. I also tried with different object to see if the camera can pick up the difference but it does not seems to be consistent any more.
-
At 0 degree angle it mostly shows 0 m. It only shows some value while it is in the ground but once flying it is completely 0 m in withing +- 30 deg angle range.
-
After several try I decided to perform the calibration process again, and after the process I found same result. I also tried to change the
CP_dist
from QGC parameter ranging from 0.5- 10 meter but it does not seems to work anymore. -
Then i realized I have made a big mistake by not saving the default
calibration.stereo.xml
file for calibration and then I found the sample calibration file in thevoxl-camera-calibration
git folder which then I replaced it with the calibrated file. -
Once this process is complete I then fly the Modal AI m500 and it worked almost as before but the CP_dist value of 1.5 m seems now too much and we reduced it to 0.8 meter.
-
This the sample calibration.xml snippet from the git hub link:
-
I also noticed the
focal_length_x and y for calibrated camera is ranging from 488-490
for both camera value which is much higher value after the calibration process compared with the sample calibration file shown above.
Please let us know what can be done to correct this calibration problem or at least how I can obtain the default factory calibration data from modal ai.
-