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

Sure, just do

$ roscd pcl/build/pcl_trunk/build
$ make
$ make install

I believe the make install should work; if not, just do cp ../lib/* rospack find pcl/lib instead.

Sure, just do

$ roscd pcl/build/pcl_trunk/build
$ make
$ make install

I believe the make install should work; if not, just do

$ cp ../lib/* rospack `rospack find pcl/lib pcl`/lib

instead.