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

Coordinate frame displayed on the visualization windows #451

Closed
blackccpie opened this issue Jul 10, 2018 · 8 comments
Closed

Coordinate frame displayed on the visualization windows #451

blackccpie opened this issue Jul 10, 2018 · 8 comments
Labels

Comments

@blackccpie
Copy link

Hello,

This is rather a feature request than an issue, but I think it would be great if we could have coordinate frame displayed on the visualization windows.

Thx

@syncle
Copy link
Contributor

syncle commented Jul 10, 2018

Hi @blackccpie. Open3D has a primitive for coordinate frame. http://open3d.org/docs/tutorial/Basic/visualization.html#geometry-primitives is this what you mean?

@blackccpie
Copy link
Author

Hi @syncle, my mistake, I missed that in the doc and that's what I need!
Thanks for the tip

@chrisranderson
Copy link

The link above is dead. For future people searching, you can use this:

visualizer.add_geometry(TriangleMesh.create_coordinate_frame())

@MegaYEye
Copy link

A quick answer:
o3d.visualization.draw_geometries([o3d.geometry.TriangleMesh.create_coordinate_frame()])

@april211
Copy link

cloud & frame:
mesh_frame = o3d.geometry.TriangleMesh.create_coordinate_frame(...)
o3d.visualization.draw_geometries([mesh_frame, cl],...)

@dust1nth3wind
Copy link

hey @april211 i tried what you mentioned, but the frame wont show up, just the pointcloud.
It seems like i am not able to visualize a point cloud and a mesh at the same time, does anyone has an idea how to solve that?

@themightyoarfish
Copy link

see #239, this use case will not be supported, and one should use the new API, although it seems much more complicated.

@Brez18
Copy link

Brez18 commented Dec 4, 2023

hey @april211 i tried what you mentioned, but the frame wont show up, just the pointcloud. It seems like i am not able to visualize a point cloud and a mesh at the same time, does anyone has an idea how to solve that?

U just need to add this geometry to the array like [o3d.geometry.TriangleMesh....... , your_pcd]

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

No branches or pull requests

8 participants