ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 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.

click to hide/show revision 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 agreement

agreement

After that I can access the path /opt/softkinetic/DepthSenseSDK.