corrige mauvaise demande de paramètre
This commit is contained in:
parent
0c093313dc
commit
399a1854b7
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ class Callback {
|
||||||
*pcl = *msg;
|
*pcl = *msg;
|
||||||
// filtrage
|
// filtrage
|
||||||
double zmax(0.);
|
double zmax(0.);
|
||||||
ros::param::getCached("zmax", zmax);
|
ros::param::getCached("/filtre/zmax", zmax);
|
||||||
ROS_INFO("zmax : %f", zmax);
|
ROS_INFO("zmax : %f", zmax);
|
||||||
z_filtre.setFilterLimits(0.0, zmax);
|
z_filtre.setFilterLimits(0.0, zmax);
|
||||||
z_filtre.setInputCloud(pcl);
|
z_filtre.setInputCloud(pcl);
|
||||||
|
|
Loading…
Reference in a new issue