Skip to content

Commit

Permalink
Fix error message text in servo.cpp (#2769)
Browse files Browse the repository at this point in the history
  • Loading branch information
nbbrooks authored Mar 26, 2024
1 parent 43c5f6d commit df78880
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moveit_ros/moveit_servo/src/servo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ bool Servo::validateParams(const servo::Params& servo_params) const
RCLCPP_ERROR_STREAM(
logger_, "When publishing a std_msgs/Float64MultiArray, "
"either the parameter 'publish_joint_positions' OR the parameter 'publish_joint_velocities' must "
"be set to true. But both are set to false."
"be set to true. But both are set to true."
<< check_yaml_string);
params_valid = false;
}
Expand Down

0 comments on commit df78880

Please sign in to comment.