Browse Source

corrige mauvaise demande de paramètre

master
Louis-Guillaume DUBOIS 11 years ago
parent
commit
399a1854b7
  1. 2
      hand_control/src/filtre.cpp

2
hand_control/src/filtre.cpp

@ -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);

Loading…
Cancel
Save