orbbec / OrbbecSDK_ROS2

OrbbecSDK ROS2 wrapper
Apache License 2.0
91 stars 35 forks source link

How to segregate distance values based on angle values? #43

Open rut00 opened 5 months ago

rut00 commented 5 months ago

I'm using a Gemini-E-lite camera to detect obstacles with ROS2 Python. I want to categorize the point cloud data based on varying angles. I use the X and Y coordinates from the camera to find the angles. However, the results are not as anticipated. Can someone guide me on establishing a region of interest (ROI) based on specific angles?