- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Intel sell drone equipment that can make use of RealSense, known as the 'Intel Aero' brand. An advantage of an Aero-based approach is that you can make use of flight controller software with obstacle avoidance, such as 'DroneCode PX4'.
DroneCode Px4's instructions have been updated to include the current 400 Series camera models (D415 and D435)
https://docs.px4.io/v1.9.0/en/complete_vehicles/intel_aero.html
These instructions are based around use of the software on a single-board mini computer called the Intel Aero Compute Board.
EDIT: Intel Aero is now a retired brand and the Intel store will not be re-stocked with hardware parts for it.
https://click.intel.com/intel-aero-platform-for-uavs-compute-board-2772.html
However, use of Intel Aero parts is not an absolute requirement to get D435 working on a drone if you prefer to use the parts that you already have. The link below discusses a user who has such a setup with obstacle avoidance on a drone. Looking at the launch file they supplied, they were using ROS with their drone in ROS' RGBD mode.
https://forums.intel.com/s/question/0D50P0000490XM0SAM/noise-in-realsense-d435-pointcloud
Their ROS launch file and an MP4 short video file of a flight with the D435 are attached to their message. You can download the video by left-clicking on the attached MP4.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you for your response. We already have the realsense viewer in Odroid and the camera running. Is it possible to extract the raw data in term of numbers in order to proceed with the programming.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
If you just want to detect the depth of an object on the image and get a value for its distance from the camera, the RealSense SDK documentation has an example script on its front page.
https://github.com/IntelRealSense/librealsense#ready-to-hack
It would be possible to expand upon that script to do an 'If' logic statement that checks the distance value and IF it is a certain distance or less from the camera, trigger the drone to stop.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How do I install the pyrealsense2 package onto a 32-bit ARM architecture? Using the command 'sudo pip install pyrealsense2' gives the error "Could not find a version that satisfies the requirement pyrealsense2 (from versions: ) No matching distribution found for pyrealsense2". Where can I get the package installed from?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Did you use the Odroid-specific installation instructions to install Librealsense, please?
https://github.com/IntelRealSense/librealsense/blob/master/doc/installation_odroid.md
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Yes i did follow that instructions, but however i cant seem to download the pyrealsense2 package
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
It is a difficult question. I hope the link below will be of use to you.
https://github.com/IntelRealSense/librealsense/issues/2021#issuecomment-403722357
If you continue to have problems, the RealSense GitHub may be the best place to get help about an issue with 32-bit ARM.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi, regarding the example you told me to follow from https://github.com/IntelRealSense/librealsense#ready-to-hack , is it possible to stream the camera while showing the distance? Cause I tried and there seems to be an error stating that the two programs cannot be run simultaneously.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Yes I managed to run the dnn example which you have mentioned. But I would like to detect more object other than the ones provided in the dnn code. May I know how do I go about it? There isn't a need to recognize the object. I just have to detect that there is an object ahead. Because the objective of my project is to do obstacle avoidance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page