vortexntnu / perception-auv

The workspace for the Perception team!
MIT License
1 stars 0 forks source link

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

Open jorgenfj opened 1 week ago

jorgenfj commented 1 week ago

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

Contacts

@jorgenfj

Code Quality