We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 62833e8 + 77a46b9 commit e463985Copy full SHA for e463985
1 file changed
laser_scan_sparsifier/src/laser_scan_sparsifier.cpp
@@ -43,7 +43,7 @@ LaserScanSparsifier::LaserScanSparsifier(ros::NodeHandle nh, ros::NodeHandle nh_
43
step_ = 2;
44
45
ROS_ASSERT_MSG(step_ > 0,
46
- "step parameter is set to %, must be > 0", step_);
+ "step parameter is set to %d, must be > 0", step_);
47
48
// **** advertise topics
49
0 commit comments