-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
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
startup ordering #1346
Comments
Hi @mjsobrep Thanks so much for your request. I have filed an official feature-request report with Intel so that the RealSense team can consider whether or not to take up the idea. This case should be kept open whilst the requst is being considered. Thanks! |
Any progress on this? |
The ROS wrapper developer is aware of this change request. I cannot offer further comment on the subject though. |
Sorry I failed to respond. |
I am talking about trying to access multiple devices. Currently if two realsense cameras are started at the same time, the rate of failure is much higher than if one is started, there is a delay, and then another is started. This could be a result of high power consumption, something in the communications, or some other quirk. Others have reported that the order of starting cameras is important (I have not confirmed this). Regardless, it would be great if the startup order for each independent device could be specified and only once a camera is up and publishing does the next camera launch. |
Not really. |
Thanks very much @doronhi for pointing @mjsobrep towards #1187 (comment) At this point I will close the case, since startup ordering is not a planned feature and you have pointed @mjsobrep towards a next step to look at. Thanks again @doronhi for your help! |
I spent some time reconsidering. Sorry @mjsobrep, @MartyG-RealSense for giving you a hard time and thanks for your persistence. |
No problem at all @doronhi - I have removed the DSO-15577 tag from the case (referencing the previous now-closed change request) to avoid future confusion. I have not seen any cases involving multicam start-up order for months now, so there may not be a compelling case for an official change request on the librealsense side. That certainly does not prevent RealSense community members from submitting their own PR for the RealSense ROS wrapper to address the issue though. Let's leave this case open for a further time period and see if anyone else offers an opinion and / or a PR. |
I will try to do some more testing on this in the next few months. I strongly suggest that it is a power draw issue where in many situations two cameras starting up at once will just try to draw two much power to both run properly. When I get the time, I will measure the power draw on startup, but it will be a couple of months. I'll also try to see if the newer versions are more stable making sure to use v4l. In the past, even when using v4l, I have had problems. I moved to using a shell script to guarantee that multiple cameras do not come up at once. It is inelegant, but works, so I have not been having this problem lately. |
Hi @mjsobrep If it is a timescale of months then I would rather close this case temporarily (preserving the history of the comments made so far), and then you would have the option of re-opening it when you are ready to begin your tests. Does that sound acceptable to you, please? Thanks! |
Case closed due to no further comments received. @mjsobrep As suggested above, feel free to re-open this case using the Reopen Issue button under the comment box at a future date if you return to your project. |
Feature Request: build a startup ordering component into realsense ros, essentially be able to give an index to each camera and each camera will come up in succession, waiting for the prior index to be set up before trying to start.
There have been numerous reports of the order of realsense cameras starting being important. There are also a number of reports of starting more than one realsense camera at once causing problems. It would be great to have a clean way built into the realsense-ros launch framework to to specify the order to bring up cameras and how long to wait between one camera being fully up and starting to search for the next one.
This functionality can be approximated with some bash scripting, but built in support would be great.
The text was updated successfully, but these errors were encountered: