No device found on Ubuntu16.04

I am a new beginner of astra sensor.
I have bought a device orbbec astra and I could not connect to the device.

this is my ‘lsusb’ result :slight_smile:

Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 005: ID 046d:c041 Logitech, Inc. G5 Laser Mouse
Bus 001 Device 003: ID 046d:c31c Logitech, Inc. Keyboard K120
Bus 001 Device 018: ID 2bc5:0400
Bus 001 Device 004: ID 05e3:0608 Genesys Logic, Inc. Hub
Bus 001 Device 002: ID 05e3:0608 Genesys Logic, Inc. Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

this is my dmesg :slight_smile:

[320949.409232] usb 1-6.3: USB disconnect, device number 17
[320951.383033] usb 1-6.3: new high-speed USB device number 18 using xhci_hcd
[320951.471550] usb 1-6.3: New USB device found, idVendor=2bc5, idProduct=0400
[320951.471558] usb 1-6.3: New USB device strings: Mfr=5, Product=4, SerialNumber=0
[320951.471563] usb 1-6.3: Product: ORBBEC Device
[320951.471567] usb 1-6.3: Manufacturer: ORBBEC

this is my [[rosrun astra_camera astra_camera_node]] result :

_No matching device found… waiting for devices. Reason: std::_cxx11::string astra_wrapper::AstraDriver::resolveDeviceURI(const string&) @ /home/ijpark/catkin_ws/src/ros_astra_camera/src/astra_driver.cpp @ 632 : Invalid device number 1, there are 0 devices connected.


The projector of the sensor is always on when i plug the usb cable to the computer.
I think that is strange because usually the projector only turns on when i run the application to adquire images.

Can anyone help me with this issue?