gfacciol / mgm

More Global Matching
GNU Affero General Public License v3.0
57 stars 20 forks source link

ROS Wrapper Package #8

Open methylDragon opened 5 years ago

methylDragon commented 5 years ago

I'm not sure where else to ask this question, so I'll do it in issues.

I'm currently in the midst of integrating your MGM algorithm as a possible stereo disparity matching algorithm for use with ROS. I'm doing this as part of some algorithm benchmarking tests I have to do, but also figured it might help get mgm some extra attention.

This will most likely result in a ROS library wrapper package with cleaned up code directories (the mass of source and header files now will be put into include, lib, src, etc. directories).

I will then proceed to write a ROS node for easy integration with stereo cameras, which will definitely be put in a separate repository.

So I have some questions:

Some considerations

Do let me know what you think, Cheers!

methylDragon commented 5 years ago

Update:

The ROS package has been created as a GitHub repo here

The efforts for wrapping MGM as a statically linkable library, and one that is usable by ROS have also been sent as a PR: https://github.com/gfacciol/mgm/pull/9

Cheers!