ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | Q&A answers.ros.org |
![]() | 1 | initial version |
Thank you for your reply.
I resolve the problem by executing the following command.
mkdir -p ~/tmp cd ~/tmp wget http://files.djduff.net/Download/DepthSense/DepthSenseSDK-1.9.0-5-amd64-deb.run chmod u+x DepthSenseSDK-1.9.0-5-amd64-deb.run sudo ./DepthSenseSDK-1.9.0-5-amd64-deb.run # accept agreement
After that I can access the path /opt/softkinetic/DepthSenseSDK.
![]() | 2 | No.2 Revision |
Thank you for your reply.
I resolve the problem by executing the following command.
mkdir -p ~/tmp
cd ~/tmp
wget http://files.djduff.net/Download/DepthSense/DepthSenseSDK-1.9.0-5-amd64-deb.run
chmod u+x DepthSenseSDK-1.9.0-5-amd64-deb.run
sudo ./DepthSenseSDK-1.9.0-5-amd64-deb.run # accept After that I can access the path /opt/softkinetic/DepthSenseSDK.