Page 1 of 1

Link Open3D to Plugin contribution

Posted: Tue May 07, 2024 8:52 am
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!

Re: Link Open3D to Plugin contribution

Posted: Thu May 09, 2024 7:20 am
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.