kentsommer / obstacle_detection

Detection stack using PCL and ROS.
5 stars 1 forks source link

Convert node into nodelet #2

Open bit-pirate opened 9 years ago

bit-pirate commented 9 years ago

Passing point clouds around as normal messages is quite resources hungry. If we convert the node into a nodelet and load it into the 3D sensors nodelet manager, we can pass the messages as pointers and save the (de-)serialising effort.

kentsommer commented 9 years ago

:bowtie: Unlike the other one, this is something I have not done before. Pull request would be appreciated, thanks!