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

[TASK] Set Up Image and Pointcloud Fusion Ros Node #9

Open
3 tasks
jorgenfj opened this issue Sep 22, 2024 · 0 comments
Open
3 tasks

[TASK] Set Up Image and Pointcloud Fusion Ros Node #9

jorgenfj opened this issue Sep 22, 2024 · 0 comments
Labels
medium priority This issue should be addressed eventually medium ~ a couple days to complete perception Perception team responsible

Comments

@jorgenfj
Copy link
Contributor

jorgenfj commented Sep 22, 2024

Description of task

Set up the ros node that will be responsible for the image and pointcloud fusion. The idea is to transform the pointcloud points onto the image to get a depth estimate. However, this issue is only focused on the setting up the ros node with subscribers and message filters.
Object detection will most likely be done on the GPU with a GPU allocated image. The transformation of the pointcloud on the image will also benefit from the GPU speedup. Therefore we want to do fusion of GPU allocated messages.

Suggested Workflow

Specifications

  • We plan to use image and pointcloud both generated from the zed camera, but we should implement this to work with arbitrary sensors, i.e., only invoke callback when transforms for both sensors are available.
  • Should be compatible with NITROS GPU messages.

Contacts

@jorgenfj

Code Quality

  • Every function in header files are documented (inputs/returns/exceptions)
  • The project has automated tests that cover MOST of the functions and branches in functions (pytest/gtest)
  • The code is documented on the wiki (provide link)
@jorgenfj jorgenfj added medium ~ a couple days to complete medium priority This issue should be addressed eventually perception Perception team responsible labels Sep 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
medium priority This issue should be addressed eventually medium ~ a couple days to complete perception Perception team responsible
Projects
None yet
Development

No branches or pull requests

1 participant