-
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
restarting the rs_aligned_depth.launch creates issues #360
Comments
I believe that this is caused by this: IntelRealSense/librealsense#1086 which also appears to be DSO-8665 here: https://www.intel.com/content/dam/support/us/en/documents/emerging-technologies/intel-realsense-technology/RealSense-D400-Series-Spec-Update.pdf There's a workaround branch by icarpis here that resets the camera on startup: |
My setup is ROS Kinetic on Ubuntu 16.04 with RealSense ROS v2.0.3, LibRealSense v2.10.3 and D435 device with 05.09.02.00 firmware. I noted also that, after the ROS launch failed, this problem is not resolved neither by the official
and this is shown in the graphical interface:
The only solution I found so far is disconnect and replug the device, which is a bit annoying since I use D435 only with ROS and my current working project involves starting/stopping capture many times. Is this unofficial branch the only solution or Intel is working on an official update on firmware or ROS package? Thanks, |
Some updates on my previous post... On my system, launching, stopping and relaunching the official never breaks the stream output while the ROS package does it every time when the official launch file is stopped and run again (actually I call As a side note, launching
Additionally, comparing them with the ones received after the the ROS launch was interrupted (see my previous comment), it seems that the problem occurs when Hope this can be of any help in solving this. EDIT: I updated D435 firmware to 05.09.09.02 and RealSense SDK to 2.10.4, but the problem still exists |
@josephduchesne I will look into the links you mentioned. I have been using realsense with ROS package for the last 2 months and I suddenly started getting an error message if I run the ros wrapper for real-sense. Here is the error: [camera/realsense2_camera_manager-1] process has died [pid 5159, exit code -11, cmd /opt/ros/kinetic/lib/nodelet/nodelet manager __name:=realsense2_camera_manager __log:=/home/rajath/.ros/log/12fc3a60-4338-11e8-9d35-b827ebf080fe/camera-realsense2_camera_manager-1.log]. It starts normally at first publishing the topics and ends up in this error after 30 seconds. Does anyone know the solution to this?? |
Thanx I'll try that. Also when I try running realsense node on Jetson TX1 and get the data of color and depth streams compressed topics on the network on another machine, I have a delay of 300ms for a compressed topic. Is there a way to reduce the delay. I have a high speed 5GHZ router and the band width utilization for an uncompressed topic was around 8 MB / second. |
@RajathSwaroop How did you fix the problem using the camera over the network? My camera stop publishing after 30 seconds when I run using multiple computers. |
@caiofis Yes my issue got resolved. Most likely if you look into the error log file you might find a connection refused error. Check if you are able to ping the ROS master from all the other computers that need the feed. If you are able to ping then check for rostopic list (if it shows up all good). If you get to communicate to the ROS master and get the topic list then check if you have set ROS IP correct on the machine that you use to start the realsense ros node. Either you wont be able to ping across one machine or its ROS MASTER URI is not set correct (for the machine running realsense node) or ROS IP is not set correct. If all the above reasons satisfy check if you are accidentally starting two nodes with the same name |
having the same issue like @GuidoBartoli , any solutions or work-around this problem? I've noticed that by opening the realsense-view, i can fix this by clicking "hardware reset". any ideas? |
[Please Ignore - RealSense system comment] |
Close this issue for lack of activity. Please feel free to reopen if the issue is still relevant. |
Hi,
I am using an Intel Realsense D415 camera with ROS and when I close a rs_aligned_depth.launch file process using keyboard interrupt and start it again, I get empty frames received error. Can you please provide a solution. Below is the output of my process in the terminal
[ INFO] [1522976513.064863759]: RGB Camera was found.
[ INFO] [1522976513.065003992]: (Fisheye, 0) sensor isn't supported by current device! -- Skipping...
[ INFO] [1522976513.065031280]: (Gyro, 0) sensor isn't supported by current device! -- Skipping...
[ INFO] [1522976513.065041558]: (Accel, 0) sensor isn't supported by current device! -- Skipping...
[ INFO] [1522976513.065063718]: setupPublishers...
[ INFO] [1522976513.222014094]: setupStreams...
[ INFO] [1522976513.229681868]: depth stream is enabled - width: 640, height: 480, fps: 60
[ INFO] [1522976513.230202205]: infra1 stream is enabled - width: 640, height: 480, fps: 60
[ INFO] [1522976513.230667241]: infra2 stream is enabled - width: 640, height: 480, fps: 60
[ INFO] [1522976513.240178910]: color stream is enabled - width: 640, height: 480, fps: 60
05/04 18:01:53,304 WARNING [139643227035392] (backend-v4l2.cpp:808) Empty frame has arrived.
05/04 18:01:53,304 WARNING [139643227035392] (backend-v4l2.cpp:808) Empty frame has arrived.
05/04 18:01:53,304 WARNING [139643227035392] (backend-v4l2.cpp:808) Empty frame has arrived.
05/04 18:01:53,304 WARNING [139643227035392] (backend-v4l2.cpp:808) Empty frame has arrived.
[ INFO] [1522976513.308964484]: publishStaticTransforms...
[ INFO] [1522976513.309395300]: RealSense Node Is Up!
05/04 18:01:53,309 WARNING [139643144107776] (backend-v4l2.cpp:808) Empty frame has arrived.
05/04 18:01:53,309 WARNING [139643144107776] (backend-v4l2.cpp:808) Empty frame has arrived.
05/04 18:01:53,309 WARNING [139643144107776] (backend-v4l2.cpp:808) Empty frame has arrived.
05/04 18:01:53,309 WARNING [139643144107776] (backend-v4l2.cpp:808) Empty frame has arrived.
The text was updated successfully, but these errors were encountered: