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

How to Fix One Object and Rotate Another in Open3D Visualizer? #6951

Open
3 tasks done
jackyyeh5111 opened this issue Sep 7, 2024 · 0 comments
Open
3 tasks done

How to Fix One Object and Rotate Another in Open3D Visualizer? #6951

jackyyeh5111 opened this issue Sep 7, 2024 · 0 comments
Labels

Comments

@jackyyeh5111
Copy link

Checklist

My Question

How can I fix one object at a specific position and rotate another object dynamically within the Open3D visualizer?

I would like to do icp alignment in open3D. But before that, I want to have users to drag-and-drop for coarsely aligning two objects. Just like this video shows.

For instance, I'm looking for solution something similar to:

vis = o3d.visualization.Visualizer()
vis.create_window()

# Add two geometries to the visualizer
vis.add_geometry(mesh1, fixed=true)    # Fixed object
vis.add_geometry(mesh2, fixed=false)  # Rotating object

vis.run()
vis.destroy_window()
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

1 participant