ipa320 / softkinetic

This repository holds a ROS driver package for an interactive gesture camera (softkinetic).
23 stars 40 forks source link

compilation error under hydro #2

Closed floweisshardt closed 10 years ago

floweisshardt commented 10 years ago

compiling with softkinetic installed under /opt/softkinetic throws a compile error for ros::Time::now() conversion to int64.

floweisshardt commented 10 years ago

@ipa-flg can we install the softkinetic sources inside the package directory? or is it fixed to /opt/softkinetic?

kamiccolo commented 10 years ago

Answering Your second question - yes, it is fixed to /opt/softkinetic. However You could easily change that behaviour, check CMakeList.txt and all those hardcoded paths.

ipa-flg commented 10 years ago

error removed (see merge request #5 )

Concerning the package directory for DepthSenseSDK: Installing the softkinetic sources inside the package directory is definitely possible. However, I am not sure whether we should do that, as the SDK is only obtained by creating a (free) account on http://www.softkinetic.com/ . (See also respective package README)

corot commented 10 years ago

I think you can close this. Issue #16 keeps track of the problem with hardcoded /opt/softkinetic paths