Link Open3D to Plugin contribution

Questions related to plugins development
Post Reply
farmakis
Posts: 1
Joined: Tue May 07, 2024 8:47 am

Link Open3D to Plugin contribution

Post by farmakis »

Hello,
My team and I from the University of Newcastle, Australia, are planning to contribute a plugin for rockfall detection.
The plugin relies on some Open3D functionality and I am wondering what is the prefered way of linking Open3D to the project?

Thanks!
daniel
Site Admin
Posts: 7410
Joined: Wed Oct 13, 2010 7:34 am
Location: Grenoble, France
Contact:

Re: Link Open3D to Plugin contribution

Post by daniel »

Hi,

Ideally, you would add Open3D as a submodule. But it's also acceptable to let developers simply install/compile it on their side and add the necessary CMake options to point to it.
Daniel, CloudCompare admin
Post Reply