Obstacle Avoidance hardware

I have been researching the different versions of Obstacle Avoidance (OA) here on ArduPilot and a few other forums to zero in on cost effective reliable hardware.

Question One:
RPLidar A2 is noted on the configuration page (with sampling rates of 4k & 8k).
Slamtec has a few other options that have similar power and size dimensions with 32k sampling rates at a comparable or lower cost.

Has anyone used the RPLidar A2M8-R6 (lower res/cost unit) or the RPLidar S2 or S2L…both with 32k sample rate and better range?

Question Two:
Can Nvidia Jetson be integrated with ArduPilot?
Has anyone successfully used the Jetson onboard medium size drone?

  1. Some people have tried it. But I do not know their results.

  2. Tons of people do it. And there is even software for the jetson. search for apsync and you will find it

1 Like

We are using an ouster lidar and a jetson tx2 running ROS. We send the lidar messages over mavlink. OA worked when we were using 4.1.1 firmware, but since we have updated to 4.2.3, OA has stopped working. Only avoid is working in manual modes. I posted about this a couple of days ago in the 4.2 forum with no reply.

1 Like

Post more and better details on how to reproduce the issue on a GitHub.com issue.

I have been researching since my OP…and have started focusing on a solution based on either:

  • Four of the Benewakes TF02 pro (four sides with slight angle down)
    or
  • three of the stereo vision IMX219 w/160 degree FOV. (front, back and bottom)

I am leaning toward the IMX219 as it also has the video feed for facial recognition, FPV and tracking/following functionality.

Still working on getting multiple devices connected simultaneously to the Nano (i did read about a version of the Nano that includes more than one camera input…but the three i have are all B02 version which just has the single camera connect).

I did consider the Realsense d430 (well, the OEM Dell laptop version as you can pick those up for $60 + $20 for the USB power conversion) instead of the $200+ cost of the retail d430

After posting this question i continued researching and found that many have integrated the Nano into UAVs…

Additionally, i am starting to think the Nano is not the best solution for UAVs…

I have done some OA work with a Jetson TX2 and a ZED Stereo Cam. Works well with Arducopter 4.2.

looking at the ZED Stereo cam info now, thank you!

quick question as i read the github:

I see this was built around the TX2,
How difficult would it be to use the Nano 4Gb?
Jetpack 4.5.1.

Is the 2.5x processing of the TX over the Nano required?

With my implementation, I am afraid, yes you need all the computing power you can get. The TX2 already runs at its limits.
But there are a lot of new solutions out there. You may look at the new ZED2i where a lot of the 3D imaging processing has been moved into the camera.

what range of obtacle detection does it give for obstacles that are appx 1m wide (for eg tree). How does it fare against Depth Camera D455 – Intel® RealSense™ Depth and Tracking Cameras ?
Also pros and cons of using this against D455 which gives a direct point cloud without requiring image processing on a CC, and hence can do obstacle avoidance with a less capable CC. I would love to get on an online meet for some direction