-
Notifications
You must be signed in to change notification settings - Fork 117
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
Feature/semantic layers #59
Conversation
… the code yet as it would be hard to recognize the canges
…d workflow embedded in the elevation map is still inside but commented and I started to document the functions and I integrated the first tests
…eing tested and added tests
… feature extractor, additionally I added the first tests
…first plugin tests
…nged a bit the plugin manager to accept different arguments. The datatype has been changed to float32, removed lonomy related files, added a few tests
implemented cpp part for the universal semantic mapping. I did not format the code yet as it would be hard to review the canges.
Dev/pre footholds
Dev/refactor
@mktk1117 Great! I saw that there is some kind of semantic sensor package in the code. Does that mean, the software can then extract the colors (rbg) from the camera image and match / fuse it with the corresponding cell from the elevation map? or how does it work? Thanks. |
Yes, we now added the functionality of raycasting the single image to the elevation map cells. |
This is cool stuff! Some assumptions break the point cloud generation for us (we use realsense cameras that use mm instead of m for their depth images) in pointcloud_node.py currently we are just scaling the depth image but this should perhaps be handled by a parameter? Also on line 251 I'm assuming the 8 should be replaced by a parameter instead of being hardcoded? Also due to ros_numpy not receiving an update for quite a while, it breaks with newer numpy versions as the I can't add these changes to the pull request but here are some initial bugs/findings |
Hi Becktor, thanks a lot for your reports! |
Large update of adding functionality of having multi-modal layers such as color, semantic or feature layers.