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

Missing parameter "output_mesh_as_pointcloud" #372

Open
r-judeh opened this issue Aug 5, 2021 · 3 comments
Open

Missing parameter "output_mesh_as_pointcloud" #372

r-judeh opened this issue Aug 5, 2021 · 3 comments

Comments

@r-judeh
Copy link

r-judeh commented Aug 5, 2021

I am trying to publish the generated mesh as a point cloud on the topic "mesh_pointcloud" by setting the parameter "output_mesh_as_pointcloud" to true as explained in the documentation. However, this is not working and after looking at the source code, it seems that there is nothing in the "tsdf_server.cc" that allows this to happen. I am not sure if this is just a mistake in the documentation or the implementation is actually there but I cannot find it. So, could you please elaborate more on this, and if the functionality is not there, could you give a suggestion on how to add it? Thank you

@magnusschmidt
Copy link

try adding this to your launch file
<param name="publish_pointclouds" value="true" />

@salihmarangoz
Copy link

salihmarangoz commented Mar 22, 2022

#168 says "Parameters should be the same" but some functionalities are gone. Is this done this way on purpose?

@magnusschmidt
Copy link

I got my answer from #191, but I don't know.

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

3 participants