Skip to content

Commit

Permalink
fix(ndt_scan_matcher): pose_array_interpolator (autowarefoundation#5053)
Browse files Browse the repository at this point in the history
Signed-off-by: yamato-ando <Yamato ANDO>
Co-authored-by: yamato-ando <Yamato ANDO>
  • Loading branch information
YamatoAndo authored Sep 20, 2023
1 parent a5feaba commit 32a3d86
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ PoseArrayInterpolator::PoseArrayInterpolator(

// all validations must be true
if (!(is_old_pose_valid && is_new_pose_valid && is_pose_diff_valid)) {
success_ = false;
RCLCPP_WARN(logger_, "Validation error.");
}
}
Expand Down

0 comments on commit 32a3d86

Please sign in to comment.