fixed indentation and author

This commit is contained in:
Brice Rebsamen 2015-03-04 13:59:09 -08:00 committed by Paul Bovbel
parent 5f276e80b8
commit 3a202ced73

View File

@ -27,7 +27,9 @@
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
*/ */
/** \author Josh Faust */ /** \author Brice Rebsamen
* Copied and adapted from geometry/test_message_filter.cpp
*/
#include <pcl/point_types.h> #include <pcl/point_types.h>
#include <pcl/point_cloud.h> #include <pcl/point_cloud.h>
@ -365,8 +367,8 @@ TEST(MessageFilter, removeCallback)
// Have callback fire at high rate to increase chances of race condition // Have callback fire at high rate to increase chances of race condition
tf_filter.reset( tf_filter.reset(
new tf::MessageFilter<PCDType>(*tf_listener, new tf::MessageFilter<PCDType>(*tf_listener,
"map", 5, threaded_nh, "map", 5, threaded_nh,
ros::Duration(0.000001))); ros::Duration(0.000001)));
// Sleep and reset; sleeping increases chances of race condition // Sleep and reset; sleeping increases chances of race condition
ros::Duration(0.001).sleep(); ros::Duration(0.001).sleep();