You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I tried to launch GEM on RGB-D input with structured light sensor processor and faced with "out of range" error:
My sensor processor config is as follows:
Analyzing the code, I have found the reason for this error. It occurs because readcomputerparam function of SensorProcessorBase class takes params such as min_radius, beam_constant, and beam_angle (seem like params related to laser sensors only).
However, readParameters functions in SensorProcessorBase class and StructuredLightSensorProcessor class do not read these parameters.
Could you say, what is the best way to fix this bug and run GEM on RGB-D input data?
The text was updated successfully, but these errors were encountered:
@KirillMouraviev Hi! The easiest way is to lose some accuracy and just use the lidar params on RGB-D input data. This open-sourced version doesn't contain the RGB-D processor and params. We'll later modify and update our repo.
Hi,
![Снимок экрана от 2021-12-27 16-20-06](https://user-images.githubusercontent.com/15195368/147476300-2174052d-a2e9-4027-8099-40cbb9f19b85.png)
I tried to launch GEM on RGB-D input with structured light sensor processor and faced with "out of range" error:
My sensor processor config is as follows:
Analyzing the code, I have found the reason for this error. It occurs because
![Снимок экрана от 2021-12-27 16-33-12](https://user-images.githubusercontent.com/15195368/147477312-05356cf4-bc0b-4c0a-8025-59920804143d.png)
readcomputerparam
function ofSensorProcessorBase
class takes params such asmin_radius
,beam_constant
, andbeam_angle
(seem like params related to laser sensors only).However,
![Снимок экрана от 2021-12-27 16-43-39](https://user-images.githubusercontent.com/15195368/147477443-01ffe08a-2649-4f98-bd10-607564cc8879.png)
readParameters
functions inSensorProcessorBase
class andStructuredLightSensorProcessor
class do not read these parameters.Could you say, what is the best way to fix this bug and run GEM on RGB-D input data?
The text was updated successfully, but these errors were encountered: