-
Notifications
You must be signed in to change notification settings - Fork 4.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
auto exposure limit [ RS2_OPTION_AUTO_EXPOSURE_LIMIT,] clarification request #11348
Comments
update : seems it may be firmware version related issue |
Hi @AndreV84 Please see my responses at #10241 (comment) in regard to this question. Thanks! |
Hi @AndreV84 Do you require further assistance with this case, please? Thanks! |
@MartyG-RealSense |
Both suggestions are valid, though I would recommend trying the firmware downgrade first as it is the quickest and easiest of the two methods. |
Hi @AndreV84 Do you require further assistance with this case, please? Thanks! |
@MartyG-RealSense |
Thanks very much for the update! |
Hi @AndreV84 Do you still require assistance with this case, please? Thanks! |
@MartyG-RealSense |
Thanks very much @AndreV84 :) |
@MartyG-RealSense
comments about the warning? |
In the moment that the warning occurs, there may be a communication problem between the camera and the Jetson. If the warning only occurs a small number of times during launch and then stops, or generates once or twice per minute after launch, then it can be safely ignored. |
https://github.com/NVIDIA-ISAAC-ROS/.github/blob/main/profile/realsense-setup.md it as inside the same sdk version |
It may be worth first looking at the general non-RealSense video in the link below about using a GMSL camera in Docker with Nvidia. |
I do not see where to procure that specific autoware-docker [ as in the video] deployment to test with it |
trying with autoware |
There are no previously reported cases of RealSense being used with Autoware, so I do not have advice to offer about that. Autoware.Auto can apparently be used with Docker though. https://idorobotics.com/2021/08/31/step-by-step-autoware-auto-installation-guide/ |
I managed to setup autoware moreover I have found a separate concerned in gmsl segment of tier4 that supports jetson |
I have highlighted your question about using D457 in Docker to my Intel RealSense colleagues. |
Thanks very much @AndreV84 for the image! Were you able to access your D457 in an Autoware Docker container using the above information? My colleagues have advised that D457 has not been tested in Docker and if it cannot be detected in Docker then do not use it in Docker. They also recommended approaching Nvidia if you require further advice on this subject. |
the chat assumption is that there is a camera launch file + camera driver for ros that generates camera topic [ perhaps like v4l topic] |
what are the chances that installing udev rules with d455 connected could result in faulty occurance sometimes? does it make sense to reinstall once installed udev rules that were installed while d455 connected m but to reinstall it again with d455 disconnected? |
I would think that having one particular camera model attached during udev rule installation would not negatively affect how the udev rules handle other models, as the same set of udev rules handle all RealSense camera models that are plugged in. |
which ros node you could suggest to generate topics from d457? maybe you could share recorded rosbag with such topics for playing them for experimenting with autoware? Thanks |
does ros realsense node without docker generate gmsl camera topics? |
There is currently no information about D457 support for GMSL mode. In USB mode it should behave like a D455 and be able to generate topics. I will highlight your question about D457 GMSL support to my colleagues on the RealSense ROS development team. |
The RealSense ROS team confirmed that D457 support has already been merged into the ros2-development wrapper in January 2023 by IntelRealSense/realsense-ros#2557 and confirmed to work with rs_launch.py You should be able to check which topics are published in the wrapper by a D457 on a GMSL connection with ros2 topic list |
Could you clarify how to get it work? The example below did not work, as per dev's feedback
The text was updated successfully, but these errors were encountered: