-
Notifications
You must be signed in to change notification settings - Fork 22
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
Empty mesh extracted #385
Comments
Hi @metai, thanks for the kind words. I could not reproduce your issue with a Lenovo Phab 2 Pro.
One side note, on the Lenovo Phab 2 Pro the color camera is enabled by default, and can not be disable due to Android version (I agree it is not very clear in the app). So you should receive a color image. According to the device output, the params are set correctly but the meshes extracted by Tango are all empty (see here), so in the end the marker array is empty (see here). I can't really understand why. It usually happens that some extracted meshes are empty, but not all. Some links to the Tango3DReconstruction API that could be useful while investing this: |
Hi @PerrineAguiar;
Anything different? |
Here are what differs for me:
|
Dear @PerrineAguiar; I tried Indigo in Ubuntu 14.04 and everything is working! I have to do more test in order to reach a conclusion, but it seems that in kinetic mesh messages are not working, maybe due to ros message differences in the distribution? Regards |
@metai Good news! |
Hi. First things first: thank you for this wonderful app, It is being very helpful for me in in order to accomplish 3d mapping tasks mounted in a small vehicle. The question is I would like to add some feedback while recording data and for that purpose I would like to enable 3d mesh reconstruction in rviz. But I'm finding unable to show the mesh markers.
I got two devices: Zenfone AR and Lenovo Phab 2 Pro, and in them both and updated to last Tango version.
I'm loading rviz config and I can see everything except for mesh (example with Zenfone AR):
I checked rostopics and from time to time I receive data from /tango/reconstruction/mesh and /tango/reconstruction/mesh_marker
Later I wen to adb debug for checking the device output while scanning, and I got this:
Any clue what I'm doing wrong? I checked ros parameters and seem to be fine. Also I'm using usb thetering for avoiding wifi delay. Enable depth camera and color camera are on (except for Lenovo Phab 2 Pro that color camera can't be enabled because Android version)
The text was updated successfully, but these errors were encountered: