Xamla / torch-pcl

Point Cloud Library (PCL) bindings for Torch
BSD 3-Clause "New" or "Revised" License
30 stars 7 forks source link

Error: No results matching query were found #9

Closed antonmil closed 8 years ago

antonmil commented 8 years ago

Hi,

I'm getting the above message when I try to install the package with luarocks install pcl. Any ideas? I have Torch7 and PCL installed.

andreaskoepf commented 8 years ago

@antonmil The luarocks package name is 'torch-pcl' .. but you can also simply use git clone https://github.com/Xamla/torch-pcl.git and then run luarock make rocks/torch-pcl-scm-1.rockspec from within the torch-pcl directory.

antonmil commented 8 years ago

Great, thanks!