We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently when using multiple sensors user has to pass number of sensors to driver
device_num
This is unnecessary and difficult for user (what if sensors are added dynamically to the system by user?)
It should be enough to:
Link to relevant code fragment:
OrbbecSDK_ROS1/src/ob_camera_node_driver.cpp
Lines 92 to 114 in c587b26
The text was updated successfully, but these errors were encountered:
ignore device_num, connect to default sensor if no serial or usb is d…
07daf95
…efined Related to: - orbbec#42
Example implementation in:
Sorry, something went wrong.
No branches or pull requests
Currently when using multiple sensors user has to pass number of sensors to driver
device_num
usedThis is unnecessary and difficult for user (what if sensors are added dynamically to the system by user?)
It should be enough to:
Link to relevant code fragment:
OrbbecSDK_ROS1/src/ob_camera_node_driver.cpp
Lines 92 to 114 in c587b26
The text was updated successfully, but these errors were encountered: