Skip to content

Commit

Permalink
Update perception/autoware_map_based_prediction/src/map_based_predict…
Browse files Browse the repository at this point in the history
…ion_node.cpp

Co-authored-by: Kotaro Uetake <[email protected]>

Signed-off-by: Shumpei Wakabayashi <[email protected]>
  • Loading branch information
shmpwk authored and technolojin committed Aug 13, 2024
1 parent 417e8cf commit f6630ce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2457,7 +2457,7 @@ std::vector<PosePath> MapBasedPredictionNode::convertPathType(
const bool use_akima_spline_for_xy = true;
const bool use_lerp_for_z = true;
// the options use_akima_spline_for_xy and use_lerp_for_z are set to true
// but the implementation of use_akima_slpine_for_xy in resamplePoseVector and
// but the implementation of use_akima_spline_for_xy in resamplePoseVector and
// resamplePointVector is opposite to the options so the options are set to true to use linear
// interpolation for xy
const auto resampled_converted_path = autoware::motion_utils::resamplePoseVector(
Expand Down

0 comments on commit f6630ce

Please sign in to comment.