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
Hello. I'm doing a master's thesis with the Tango on a Lenovo Phab 2 Pro.
However, to get meaningful data out of the Tango using the tango_ros_streamer app, I would need access to occupancy grids that haven't been thresholded yet. Maps of 0-254 values of occupation uncertainty.
Is there any way to switch off thresholding completely?
Is there any method I can use to get the occupancy grids before the thresholding happens?
The text was updated successfully, but these errors were encountered:
Unfortunately this is not possible currently.
However it does not require a big change in the code, so you can try to change the code and build the app from source. Here are the lines that you would have to change. Be aware that the occupancy grid contains values between [0, 100], while the image we get from Tango contains values between [0, 255]. Here are the instructions to build the app from source.
Hope this helps.
Hello. I'm doing a master's thesis with the Tango on a Lenovo Phab 2 Pro.
However, to get meaningful data out of the Tango using the tango_ros_streamer app, I would need access to occupancy grids that haven't been thresholded yet. Maps of 0-254 values of occupation uncertainty.
Is there any way to switch off thresholding completely?
Is there any method I can use to get the occupancy grids before the thresholding happens?
The text was updated successfully, but these errors were encountered: