This repository has been archived by the owner on Jul 26, 2024. It is now read-only.
kinect_rgbd launch file does not parse sensor_sn properly #264
Labels
bug
Something isn't working
triage needed
The Issue still needs to be reviewed by the Azure Kinect ROS Driver Team
Describe the bug
As opposed to
driver.launch
which actually uses the correct serial number (sensor_sn
parameter), thekinect_rgbd.launch
file seems to ignore it, even though it's passed into thek4a_ros_bridge nodelet
To Reproduce
roslaunch azure_kinect_ros_driver kinect_rgbd.launch sensor_sn:=999
Expected behavior
Parse the parameter properly, print it, and launch the camera that has the provided serial number when multiple devices are connected.
Desktop (please complete the following information):
Additional context
roslaunch azure_kinect_ros_driver driver.launch sensor_sn:=999
Prints:
roslaunch azure_kinect_ros_driver kinect_rgbd.launch sensor_sn:=999
Prints:
The text was updated successfully, but these errors were encountered: