Ardupilot lidar BUG - crash possible

Hello

In video, you can see rangefinder bug issue, LIDAR is set for 7m,

As you can see when UAV crosses the border of 7 meters it rapidly goes up. The same situation is when UAV goes down. In first, it goes slightly down and when LiDAR reach 7m it goes rapidly down. It is really dangerous behavior. It happens for different settings and softwares ( arducopter 4.2 and 4.3) We use different LIDAR settings.

In logs, you can see LiDAR baro and GPS altitude and speed of climbing.
VIDEO:
https://youtube.com/watch?v=_i8Okk_3Elw&feature=share
LOG DATA:
https://drive.google.com/drive/folders/1SeVHeaigWnc8BY5S6SfB4Pd3k97_RVia?usp=sharing

#development-team

The problem is that the lidar is reporting good data (status 4) and some intermediate distance before going to zero and out of range high status (3).

1 Like

Lidar is TFMINIplus. We have 3 different copters with this lidar and always is same behavior, even if we set RNGFND1_MAX_CM to 2 or 5m. This particular lidar read values above 7m. We set max_cm to 7m and EK3_RNG_USE_HGT to 70%.
and how about descent - copter is almost crashed because at 7m it change descent rate from 0,5m/s to 2m/s without throttle change.

You almost certainly don’t want set EK3_RNG_USE_HGT, try with it at the default of -1.

Yes we know that, we set EK3_RNG_USE_HGT at 70 only for one test and that don’t change anything then we set -1 in next flight

Hello,

There is today log:02.01.2023 - Google Drive

We set rangefinder limit to 4m, and it doesn’t change anything for our problem. Drone still goes up and down rapidly when cross border of 4m.
We set EK3_RNG_USE_HGT to -1 ( it doesn’t change anything for drone behavior)
Then what should we to find solution for this case?

And second question: In most of points we can read altitude value for different parameter for example: ( CTUN ALT - 2.0m, RFN_ALT - 1.75, BARO_ALT - 2.6m) Than which altitude is use for landing and why there is so much fluctuation?

@rmackay9 @xfacta @Leonardthall

Could you help us ?

@Pimpelpimpel,

Txs for the log. Thanks for changing EK3_RNG_USE_HGT back to -1.

Leonard and I had a look at the log and as @iampete has said, the issue appears to be that the lidar is reporting some lower altitudes just before it goes bad. The TFmini’s serial protocol is missing some checks that other benewake lidar have (e.g. the TF02 has a “signal reliability” value) making it a bit more difficult for the driver to know if it is getting good altitudes.

Could you try reducing RNGFND1_MAX_CM to 300 (e.g. 3m)? We think this will resolve the issue.