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

The future of voxelOccupancyDetection and pointAtObjectServer apps #106

Open
PeterBowman opened this issue Apr 28, 2021 · 1 comment
Open

Comments

@PeterBowman
Copy link
Member

We are undergoing a refactorization/cleanup and now it's the turn of these two applications. They look like a nice-to-have to me basing on their names, but in fact I don't know their exact purpose nor current state. All I can say is:

  • voxelOccupancyDetection: according to @jgvictores this is close to basic pcl::VoxelGrid; works only with depth frames and has been mainly used in Xgnitive-related projects to detect the robot/person in the painting scenario.
  • pointAtObjectServer: one half of a pair of apps that involved Microsoft's proprietary code, focused on a single demo and probably unused ever since; obsolete, requires a lot of work for revival.

ASWJ we are probably going to delete pointAtObjectServer, the above list points at its current state in the commit history in case anyone wants to give it another chance. Any further pointers on how it was supposed to work and the configuration/setup would be appreciated for that matter.

It is even more interesting to describe and document voxelOccupancyDetection. @RaulFdzbis last contributed to it in 2019.

@PeterBowman
Copy link
Member Author

PeterBowman commented Jul 19, 2024

I have disabled voxelOccupancyDetection in ca77353 due to CMake configuration failures in Ubuntu 24.04 (CMake 3.28). There is an undefined MPI::MPI_C target that cannot be found if the project() is not instructed to find a C compiler.

Edit: this is actually a PCL thing, see b969a83.

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

No branches or pull requests

1 participant