<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Cannot run ROS more than once with Realsense D415 and Intel Compute Stick in Items with no label</title>
    <link>https://community.intel.com/t5/Items-with-no-label/Cannot-run-ROS-more-than-once-with-Realsense-D415-and-Intel/m-p/622499#M13540</link>
    <description>&lt;P&gt;Hello gmathur,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;Can you please let us know if the solution provided by MartyG worked? &lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;Thank you,&lt;P&gt;&amp;nbsp;&lt;/P&gt;Eliza</description>
    <pubDate>Tue, 19 Jun 2018 15:26:05 GMT</pubDate>
    <dc:creator>idata</dc:creator>
    <dc:date>2018-06-19T15:26:05Z</dc:date>
    <item>
      <title>Cannot run ROS more than once with Realsense D415 and Intel Compute Stick</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Cannot-run-ROS-more-than-once-with-Realsense-D415-and-Intel/m-p/622492#M13533</link>
      <description>&lt;P&gt;I have been trying to get ROS working with the Realsense D415 and the Intel compute stick BOXSTK1AW32SC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Followed the instructions here to boot it into Ubuntu 16.04 LTS using &lt;A href="http://isorespin.sh"&gt;isorespin.sh&lt;/A&gt; and Ubuntu 16.04 LTS&lt;/P&gt;&lt;P&gt;    &lt;A href="http://linuxiumcomau.blogspot.com/2017/06/customizing-ubuntu-isos-documentation.html"&gt;http://linuxiumcomau.blogspot.com/2017/06/customizing-ubuntu-isos-documentation.html&lt;/A&gt; &lt;A href="http://linuxium.com.au"&gt;linuxium.com.au&lt;/A&gt;: Customizing Ubuntu ISOs: Documentation and examples of how to use '&lt;A href="http://isorespin.sh"&gt;isorespin.sh&lt;/A&gt;' &lt;/P&gt;&lt;P&gt;2. Then installed ROS using the method discussed here:&lt;/P&gt;&lt;P&gt;    &lt;A href="http://wiki.ros.org/kinetic/Installation/Ubuntu"&gt;http://wiki.ros.org/kinetic/Installation/Ubuntu&lt;/A&gt; kinetic/Installation/Ubuntu - ROS Wiki &lt;/P&gt;&lt;P&gt;3. Followed by the RealSense latest SDK v2.12.0 using the instructions below.&lt;/P&gt;&lt;P&gt;    &lt;A href="https://github.com/IntelRealSense/librealsense/blob/development/doc/distribution_linux.md"&gt;https://github.com/IntelRealSense/librealsense/blob/development/doc/distribution_linux.md&lt;/A&gt; librealsense/distribution_linux.md at development · IntelRealSense/librealsense · GitHub&lt;/P&gt;&lt;P&gt;4. Plugging in the Realsense D415 camera shows me the following &lt;/P&gt;&lt;P&gt;dmesg&lt;/P&gt;&lt;P&gt;[  151.649510] Linux video capture interface: v2.00&lt;/P&gt;&lt;P&gt;[  151.676062] uvcvideo: Found UVC 1.50 device Intel(R) RealSense(TM) 415 (8086:0ad3)&lt;/P&gt;&lt;P&gt;[  151.678475] uvcvideo: Unable to create debugfs 2-6 directory.&lt;/P&gt;&lt;P&gt;[  151.678856] uvcvideo 2-1:1.0: Entity type for entity Intel(R) RealSense(TM) 415 RGB was not initialized!&lt;/P&gt;&lt;P&gt;[  151.678863] uvcvideo 2-1:1.0: Entity type for entity Processing 2 was not initialized!&lt;/P&gt;&lt;P&gt;[  151.678869] uvcvideo 2-1:1.0: Entity type for entity Intel(R) RealSense(TM) 415 RGB was not initialized!&lt;/P&gt;&lt;P&gt;[  151.678873] uvcvideo 2-1:1.0: Entity type for entity Camera 1 was not initialized!&lt;/P&gt;&lt;P&gt;[  151.679636] input: Intel(R) RealSense(TM) 415: Int as /devices/pci0000:00/0000:00:14.0/usb2/2-1/2-1:1.0/input/input6&lt;/P&gt;&lt;P&gt;[  151.680234] uvcvideo: Found UVC 1.50 device Intel(R) RealSense(TM) 415 (8086:0ad3)&lt;/P&gt;&lt;P&gt;[  151.681296] uvcvideo: Unable to create debugfs 2-6 directory.&lt;/P&gt;&lt;P&gt;[  151.681750] uvcvideo 2-1:1.3: Entity type for entity Processing 7 was not initialized!&lt;/P&gt;&lt;P&gt;[  151.681758] uvcvideo 2-1:1.3: Entity type for entity Extension 8 was not initialized!&lt;/P&gt;&lt;P&gt;[  151.681763] uvcvideo 2-1:1.3: Entity type for entity Camera 6 was not initialized!&lt;/P&gt;&lt;P&gt;[  151.682564] usbcore: registered new interface driver uvcvideo&lt;/P&gt;&lt;P&gt;[  151.682568] USB Video Class driver (1.1.2.realsense-1.2.0)&lt;/P&gt;&lt;P&gt;5. Also compiled librealsense from the repo. Running rs-depth example from librealsense works fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;B&gt;But&lt;/B&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The first time I run ROS now, the camera starts up and either runs for a few mins or dies within 30 seconds&lt;/P&gt;&lt;P&gt;roslaunch realsense2_camera rs_camera.launch&lt;/P&gt;&lt;P&gt;SUMMARY&lt;/P&gt;&lt;P&gt;========&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS&lt;/P&gt;&lt;P&gt; * /camera/realsense2_camera/accel_fps: 1000&lt;/P&gt;&lt;P&gt; * /camera/realsense2_camera/accel_optical_frame_id: camera_accel_opti...&lt;/P&gt;&lt;P&gt; * /camera/realsense2_camera/align_depth: False&lt;/P&gt;&lt;P&gt; * /camera/realsense2_camera/camera_aligned_depth_to_color_frame_id: camera_aligned_de...&lt;/P&gt;&lt;P&gt; * /camera/realsense2_camera/camera_aligned_depth_to_fisheye_frame_id: camera_aligned_de...&lt;/P&gt;&lt;P&gt; * /camera/realsense2_camera/camera_aligned_depth_to_infra1_frame_id: camera_aligned_de...&lt;/P&gt;&lt;P&gt; * /camera/realsense2_camera/camera_aligned_depth_to_infra2_frame_id: camera_aligned_de...&lt;/P&gt;&lt;P&gt; * /camera/realsense2_camera/color_fps: 30&lt;/P&gt;&lt;P&gt; * /camera/realsense2_camera/color_height: 480&lt;/P&gt;&lt;P&gt; * /camera/realsense2_camera/color_optical_frame_id: camera_color_opti...&lt;/P&gt;&lt;P&gt; * /camera/realsense2_camera/color_width: 640&lt;/P&gt;&lt;P&gt; * /camera/realsense2_camera/depth_fps: 30&lt;/P&gt;&lt;P&gt; * /camera/realsense2_camera/depth_height: 480&lt;/P&gt;&lt;P&gt; * /camera/realsense2_camera/depth_optical_frame_id: camera_depth_opti...&lt;/P&gt;&lt;P&gt; * /camera/realsense2_camera/depth_width: 640&lt;/P&gt;&lt;P&gt; * /camera/realsense2_camera/enable_color: True&lt;/P&gt;&lt;P&gt; * /camera/realsense2_camera/enable_depth: True&lt;/P&gt;&lt;P&gt; * /camera/realsense2_camera/enable_fisheye: True&lt;/P&gt;&lt;P&gt; * /camera/realsense2_camera/enable_imu: True&lt;/P&gt;&lt;P&gt; * /camera/realsense2_camera/enable_infra1: True&lt;/P&gt;&lt;P&gt; * /camera/realsense2_camera/enable_infra2: True&lt;/P&gt;&lt;P&gt; * /camera/realsense2_camera/enable_pointcloud: False&lt;/P&gt;&lt;P&gt; * /camera/realsense2_camera/enable_sync: False&lt;/P&gt;&lt;P&gt; * /camera/realsense2_camera/fisheye_fps: 30&lt;/P&gt;&lt;P&gt; * /camera/realsense2_camera/fisheye_height: 480&lt;/P&gt;&lt;P&gt; * /camera/realsense2_camera/fisheye_optical_frame_id: camera_fisheye_op...&lt;/P&gt;&lt;P&gt; * /camera/realsense2_camera/fisheye_width: 640&lt;/P&gt;&lt;P&gt; * /camera/realsense2_camera/gyro_fps: 1000&lt;/P&gt;&lt;P&gt; * /camera/realsense2_camera/gyro_optical_frame_id: camera_gyro_optic...&lt;/P&gt;&lt;P&gt; * /camera/realsense2_camera/infra1_fps: 30&lt;/P&gt;&lt;P&gt; * /camera/realsense2_camera/infra1_height: 480&lt;/P&gt;&lt;P&gt; * /camera/realsense2_camera/infra1_optical_frame_id: camera_infra1_opt...&lt;/P&gt;&lt;P&gt; * /camera/realsense2_camera/infra1_width: 640&lt;/P&gt;&lt;P&gt; * /camera/realsense2_camera/infra2_fps: 30&lt;/P&gt;&lt;P&gt; * /camera/realsense2_camera/infra2_height: 480&lt;/P&gt;&lt;P&gt; * /camera/realsense2_camera/infra2_optical_frame_id: camera_infra2_opt...&lt;/P&gt;&lt;P&gt; * /camera/realsense2_camera/infra2_width: 640&lt;/P&gt;&lt;P&gt; * /camera/realsense2_camera/json_file_path:&lt;/P&gt;&lt;P&gt; * /camera/realsense2_camera/serial_no:&lt;/P&gt;&lt;P&gt; * /rosdistro: kinetic&lt;/P&gt;&lt;P&gt; * /rosversion: 1.12.13&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NODES&lt;/P&gt;&lt;P&gt;  /camera/&lt;/P&gt;&lt;P&gt;    realsense2_camera (nodelet/nodelet)&lt;/P&gt;&lt;P&gt;    realsense2_camera_manager (nodelet/nodelet)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ROS_MASTER_URI= &lt;A href="http://10.1.10.44:11311/"&gt;http://10.1.10.44:11311/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;process[camera/realsense2_camera_manager-1]: started with pid [21321]&lt;/P&gt;&lt;P&gt;process[camera/realsense2_camera-2]: started with pid [21322]&lt;/P&gt;&lt;P&gt;[ INFO] [1529260022.012281354]: Initializing nodelet with 4 worker threads.&lt;/P&gt;&lt;P&gt;[ INFO] [1529260022.213021884]: RealSense ROS v2.0.3&lt;/P&gt;&lt;P&gt;[ INFO] [1529260022.213161460]: Running with LibRealSense v2.12.0&lt;/P&gt;&lt;P&gt; 17/06 11:27:02,216 WARNING [140247913064320] (backend-hid.cpp:1091) Failed to read busnum/devnum. Device Path: /sys/bus/iio/devices/iio:device0&lt;/P&gt;&lt;P&gt; 17/06 11:27:02,407 WARNING [140247913064320] (backend-hid.cpp:1091) Failed to read busnum/devnum. Device Path: /sys/bus/iio/devices/iio:device0&lt;/P&gt;&lt;P&gt;[ INFO] [1529260023.113075126]: getParameters...&lt;/P&gt;&lt;P&gt;[ INFO] [1529260024.083102146]: setupDevice...&lt;/P&gt;&lt;P&gt;[...&lt;/P&gt;</description>
      <pubDate>Sun, 17 Jun 2018 18:31:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Cannot-run-ROS-more-than-once-with-Realsense-D415-and-Intel/m-p/622492#M13533</guid>
      <dc:creator>GMath4</dc:creator>
      <dc:date>2018-06-17T18:31:49Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot run ROS more than once with Realsense D415 and Intel Compute Stick</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Cannot-run-ROS-more-than-once-with-Realsense-D415-and-Intel/m-p/622493#M13534</link>
      <description>&lt;P&gt;The busnum/devnum error In the log has occurred with people using Compute Sticks or Up Boards.  An Intel support staff member recently provided the information linked to below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;</description>
      <pubDate>Sun, 17 Jun 2018 19:17:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Cannot-run-ROS-more-than-once-with-Realsense-D415-and-Intel/m-p/622493#M13534</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2018-06-17T19:17:25Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot run ROS more than once with Realsense D415 and Intel Compute Stick</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Cannot-run-ROS-more-than-once-with-Realsense-D415-and-Intel/m-p/622494#M13535</link>
      <description>&lt;P&gt;Thanks MartyG - I ordered a powered USB hub and will give this a whirl with that and report back.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm still curious about the explanation -- it seems like running the sdk examples works fine multiple times in a row but is it the more CPU intensive nature of ROS causing the device to get less power below some min threshold causing this to happen?&lt;/P&gt;</description>
      <pubDate>Sun, 17 Jun 2018 23:33:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Cannot-run-ROS-more-than-once-with-Realsense-D415-and-Intel/m-p/622494#M13535</guid>
      <dc:creator>GMath4</dc:creator>
      <dc:date>2018-06-17T23:33:23Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot run ROS more than once with Realsense D415 and Intel Compute Stick</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Cannot-run-ROS-more-than-once-with-Realsense-D415-and-Intel/m-p/622495#M13536</link>
      <description>&lt;P&gt;I don't know about ROS specifically having high power demands.   On the original RealSense camera models a few years ago though, some people would find that they could run their cameras okay for non-intensive activities and then the camera would cut out when they used applications where the camera's laser had to draw more power.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jun 2018 06:25:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Cannot-run-ROS-more-than-once-with-Realsense-D415-and-Intel/m-p/622495#M13536</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2018-06-18T06:25:51Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot run ROS more than once with Realsense D415 and Intel Compute Stick</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Cannot-run-ROS-more-than-once-with-Realsense-D415-and-Intel/m-p/622496#M13537</link>
      <description>&lt;P&gt;Just got this specific powered hub: &lt;A href="https://www.amazon.com/gp/product/B0192LPK5M/ref=oh_aui_detailpage_o00_s00?ie=UTF8&amp;amp;psc=1"&gt;https://www.amazon.com/gp/product/B0192LPK5M/ref=oh_aui_detailpage_o00_s00?ie=UTF8&amp;amp;psc=1&lt;/A&gt; &lt;A href="https://www.amazon.com/gp/product/B0192LPK5M/ref=oh_aui_detailpage_o00_s00?ie=UTF8&amp;amp;psc=1"&gt;https://www.amazon.com/gp/product/B0192LPK5M/ref=oh_aui_detailpage_o00_s00?ie=UTF8&amp;amp;psc=1&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.amazon.com/gp/product/B0192LPK5M/ref=oh_aui_detailpage_o00_s00?ie=UTF8&amp;amp;psc=1"&gt;https://www.amazon.com/gp/product/B0192LPK5M/ref=oh_aui_detailpage_o00_s00?ie=UTF8&amp;amp;psc=1&lt;/A&gt; &lt;A href="https://www.amazon.com/gp/product/B0192LPK5M/ref=oh_aui_detailpage_o00_s00?ie=UTF8&amp;amp;psc=1"&gt;https://www.amazon.com/gp/product/B0192LPK5M/ref=oh_aui_detailpage_o00_s00?ie=UTF8&amp;amp;psc=1&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While anecdotally it does seem to be starting up a few more times, the problem is still very much there,&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jun 2018 06:04:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Cannot-run-ROS-more-than-once-with-Realsense-D415-and-Intel/m-p/622496#M13537</guid>
      <dc:creator>GMath4</dc:creator>
      <dc:date>2018-06-19T06:04:30Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot run ROS more than once with Realsense D415 and Intel Compute Stick</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Cannot-run-ROS-more-than-once-with-Realsense-D415-and-Intel/m-p/622497#M13538</link>
      <description>&lt;P&gt;There is definitely something fishy going on that involves software here. (The camera is plugged into a powered USB 3.0 hub)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Run the following&lt;/P&gt;&lt;P&gt;roslaunch realsense2_camera rs_camera.launch align_depth:=true&lt;/P&gt;&lt;P&gt;Say the camera starts up&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Run rtabmap as indicated here: &lt;A href="http://wiki.ros.org/rtabmap_ros/Tutorials/HandHeldMapping"&gt;http://wiki.ros.org/rtabmap_ros/Tutorials/HandHeldMapping&lt;/A&gt; rtabmap_ros/Tutorials/HandHeldMapping - ROS Wiki &lt;/P&gt;&lt;P&gt;roslaunch rtabmap_ros rtabmap.launch rtabmap_args:="--delete_db_on_start" depth_topic:=/camera/aligned_depth_to_color/image_raw rgb_topic:=/camera/color/image_raw camera_info_topic:=/camera/color/camera_info&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The camera shuts down as soon as the other terminal brings up rtabmap.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jun 2018 06:22:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Cannot-run-ROS-more-than-once-with-Realsense-D415-and-Intel/m-p/622497#M13538</guid>
      <dc:creator>GMath4</dc:creator>
      <dc:date>2018-06-19T06:22:03Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot run ROS more than once with Realsense D415 and Intel Compute Stick</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Cannot-run-ROS-more-than-once-with-Realsense-D415-and-Intel/m-p/622498#M13539</link>
      <description>&lt;P&gt;An alternative line for rtabmap in step 2 is one that adds a 'visual_odometry = true' instruction on the end.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; roslaunch rtabmap_ros rtabmap.launch rtabmap_args:="--delete_db_on_start" depth_topic:=/camera/depth/image_raw rgb_topic:=/camera/color/image_raw camera_info_topic:=/camera/color/camera_info visual_odometry:=true&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jun 2018 07:28:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Cannot-run-ROS-more-than-once-with-Realsense-D415-and-Intel/m-p/622498#M13539</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2018-06-19T07:28:41Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot run ROS more than once with Realsense D415 and Intel Compute Stick</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Cannot-run-ROS-more-than-once-with-Realsense-D415-and-Intel/m-p/622499#M13540</link>
      <description>&lt;P&gt;Hello gmathur,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;Can you please let us know if the solution provided by MartyG worked? &lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;Thank you,&lt;P&gt;&amp;nbsp;&lt;/P&gt;Eliza</description>
      <pubDate>Tue, 19 Jun 2018 15:26:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Cannot-run-ROS-more-than-once-with-Realsense-D415-and-Intel/m-p/622499#M13540</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2018-06-19T15:26:05Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot run ROS more than once with Realsense D415 and Intel Compute Stick</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Cannot-run-ROS-more-than-once-with-Realsense-D415-and-Intel/m-p/622500#M13541</link>
      <description>&lt;P&gt;Nope - still cant get this to work on the Intel compute stick with a powered USB hub.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The SDK examples work fine often but running ROS with camera + rtabmap (as indicated above) consistently fails 100% of the time&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jun 2018 17:35:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Cannot-run-ROS-more-than-once-with-Realsense-D415-and-Intel/m-p/622500#M13541</guid>
      <dc:creator>GMath4</dc:creator>
      <dc:date>2018-06-19T17:35:36Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot run ROS more than once with Realsense D415 and Intel Compute Stick</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Cannot-run-ROS-more-than-once-with-Realsense-D415-and-Intel/m-p/622501#M13542</link>
      <description>&lt;P&gt;Hello gmathur,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;Could you please confirm that you have the latest Firmware installed (v 5.9.11)? &lt;P&gt;&amp;nbsp;&lt;/P&gt;If not, you can find it on here:  &lt;A href="https://downloadcenter.intel.com/download/27792/Latest-Firmware-for-Intel-RealSense-D400-Product-Family?v=t"&gt;https://downloadcenter.intel.com/download/27792/Latest-Firmware-for-Intel-RealSense-D400-Product-Family?v=t&lt;/A&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;Also, can you let me know what Intel Compute Stick are you using? &lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;Thank you,&lt;P&gt;&amp;nbsp;&lt;/P&gt;Eliza</description>
      <pubDate>Wed, 20 Jun 2018 12:47:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Cannot-run-ROS-more-than-once-with-Realsense-D415-and-Intel/m-p/622501#M13542</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2018-06-20T12:47:04Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot run ROS more than once with Realsense D415 and Intel Compute Stick</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Cannot-run-ROS-more-than-once-with-Realsense-D415-and-Intel/m-p/622502#M13543</link>
      <description>&lt;P&gt;Yes I am running 5.9.11 and on BOXSTK1AW32SC -- see the first post on details of my setup and installation.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jun 2018 17:35:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Cannot-run-ROS-more-than-once-with-Realsense-D415-and-Intel/m-p/622502#M13543</guid>
      <dc:creator>GMath4</dc:creator>
      <dc:date>2018-06-20T17:35:06Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot run ROS more than once with Realsense D415 and Intel Compute Stick</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Cannot-run-ROS-more-than-once-with-Realsense-D415-and-Intel/m-p/622503#M13544</link>
      <description>&lt;P&gt;Hello gmathur,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;Could you please let me know if you have used the D415 camera with ROS on another device? &lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;Thank you in advance,&lt;P&gt;&amp;nbsp;&lt;/P&gt;Eliza</description>
      <pubDate>Thu, 21 Jun 2018 16:17:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Cannot-run-ROS-more-than-once-with-Realsense-D415-and-Intel/m-p/622503#M13544</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2018-06-21T16:17:00Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot run ROS more than once with Realsense D415 and Intel Compute Stick</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Cannot-run-ROS-more-than-once-with-Realsense-D415-and-Intel/m-p/622504#M13545</link>
      <description>&lt;P&gt;Yes I can use it fine on a Mac running VMware fusion + Ubuntu 16.04 LTS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looking at the forums it seems to me that Intel may not actually have tried to make this combo work since the responses seem speculative. If that's indeed the case I would really appreciate someone just saying that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Otherwise do you actually have a reference setup you can point to where this combo works?&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jun 2018 16:26:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Cannot-run-ROS-more-than-once-with-Realsense-D415-and-Intel/m-p/622504#M13545</guid>
      <dc:creator>GMath4</dc:creator>
      <dc:date>2018-06-21T16:26:14Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot run ROS more than once with Realsense D415 and Intel Compute Stick</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Cannot-run-ROS-more-than-once-with-Realsense-D415-and-Intel/m-p/622505#M13546</link>
      <description>&lt;P&gt;Hello gmarthur,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;I was able to reproduce your issue back when you reported it but now I have made some updates to my configuration and everything works, inluding rtabmap.&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;My config is as follows:&lt;P&gt;&amp;nbsp;&lt;/P&gt;1. Ubuntu 16.04.4 + Kernel 4.13.0-36&lt;P&gt;&amp;nbsp;&lt;/P&gt;2. ROS wrapper 2.0.3 + librs 2.12.0&lt;P&gt;&amp;nbsp;&lt;/P&gt;3. D435 FW 5.9.11.0&lt;P&gt;&amp;nbsp;&lt;/P&gt;4. Update the latest DKMS package: USB Video Class driver (1.1.2.realsense-1.3.0) instead of (1.1.2.realsense-1.2.0)&lt;P&gt;&amp;nbsp;&lt;/P&gt;5. Update BIOS version&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;Please ensure you are using the latest librealsense packages. You can purge old packages before installing the new ones by running: dpkg -l | grep "realsense" | cut -d " " -f 3 | xargs sudo dpkg --purge&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;Let us know if this fixes your issues.&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;Regards,&lt;P&gt;&amp;nbsp;&lt;/P&gt;Jesus G.&lt;P&gt;&amp;nbsp;&lt;/P&gt;Intel Customer Support</description>
      <pubDate>Tue, 31 Jul 2018 22:16:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Cannot-run-ROS-more-than-once-with-Realsense-D415-and-Intel/m-p/622505#M13546</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2018-07-31T22:16:49Z</dc:date>
    </item>
  </channel>
</rss>

