[WIP]Baxter three realsense camera#1945
Draft
soonhyo wants to merge 3 commits intojsk-ros-pkg:masterfrom
Draft
Conversation
…efault. [wip]sometimes multiple rs cameras can't be launched, because they are using same usb hub.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
There are following three realsense camera on baxter.
realsense_head: d435
realsense_torso: l515
realsense_base: d435
You can launch with three realsense simultaneously following command.
roslaunch jsk_baxter_startup baxter_default.launch launch_realsense_head:= true launch_realsense_torso:=true launch_realsense_base:=trueKnown Limitation / Hardware Constraint:
When all three RealSense cameras are launched simultaneously, there are cases where not all devices start successfully. This is not a software issue, but is most likely caused by USB bandwidth and hub limitations on the Baxter-C4 platform: Multiple RealSense cameras are connected through the same internal USB hub Baxter-C4 does not provide enough independent USB hubs to place each RealSense camera on a separate bus As a result, device enumeration or streaming may fail intermittently when all three are launched at once
Also, the cameras are not set perfect external parameters.
In practice:
Two RealSense cameras can be launched reliably in most cases
Three cameras may fail to start depending on USB resource allocation
TODO: