orbbec / OrbbecSDK_ROS2

OrbbecSDK ROS2 wrapper
https://orbbec.github.io/OrbbecSDK_ROS2/
Apache License 2.0
57 stars 19 forks source link

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

Open rut00 opened 2 weeks ago

rut00 commented 2 weeks 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?