Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switching off threshold (question) #386

Open
PieterVanB opened this issue Apr 28, 2018 · 1 comment
Open

Switching off threshold (question) #386

PieterVanB opened this issue Apr 28, 2018 · 1 comment

Comments

@PieterVanB
Copy link

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?

@PerrineAguiar
Copy link

Hi @PieterVanB

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants