uf-mil-archive / PropaGator

ROS packages specific to the PropaGator robot
9 stars 11 forks source link

Turn large data output nodes such as Lidar and camera into nodlets #7

Open fnivek opened 9 years ago

fnivek commented 9 years ago

For efficiency reasons it would be a good idea to use nodlets for all C++ camera nodes. How ever, most camera vision work is currently being done in python which does not have nodlets. Lidar actually doesn't produce to much data especially compared to camera, so it may not be necessary to use nodlets for lidar .