We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b75edc commit 646f48bCopy full SHA for 646f48b
moveit_ros/moveit_servo/src/servo.cpp
@@ -267,7 +267,7 @@ bool Servo::validateParams(const servo::Params& servo_params)
267
logger_, "The parameter 'joint_limit_margins' must have either a single element or the same number of "
268
"elements as the degrees of freedom in the active joint group. The size of 'joint_limit_margins' is '"
269
<< servo_params.joint_limit_margins.size() << "' but the number of degrees of freedom in group '"
270
- << servo_params.move_group_name << "' is '" << num_dofs << "'" << check_yaml_string);
+ << servo_params.move_group_name << "' is '" << num_dofs << "'." << check_yaml_string);
271
params_valid = false;
272
}
273
0 commit comments