ros-drivers / openni2_launch

Launch files to open an OpenNI2 device and load all nodelets to convert raw depth/RGB/IR streams to depth images, disparity images, and (registered) point clouds.
8 stars 33 forks source link

Force device_id to string type #20

Closed forouher closed 10 years ago

forouher commented 10 years ago

device_id might look like an integer. in that case, getParam() doesn't want to parse the param as a string for some reason (not sure if this is by design).

This patch works around that issue.