corrige mauvaise demande de paramètre

This commit is contained in:
Louis-Guillaume DUBOIS 2015-04-23 17:56:13 +02:00
parent 0c093313dc
commit 399a1854b7

View file

@ -17,7 +17,7 @@ class Callback {
*pcl = *msg;
// filtrage
double zmax(0.);
ros::param::getCached("zmax", zmax);
ros::param::getCached("/filtre/zmax", zmax);
ROS_INFO("zmax : %f", zmax);
z_filtre.setFilterLimits(0.0, zmax);
z_filtre.setInputCloud(pcl);