Skip to content

Commit

Permalink
refactor(motion_utils): fix typo in calcLongitudinalOffsetPose return (
Browse files Browse the repository at this point in the history
…#5528)

Fix typo in calcLongitudinalOffsetPose return
statement

Signed-off-by: kyoichi-sugahara <[email protected]>
  • Loading branch information
kyoichi-sugahara authored Nov 9, 2023
1 parent 8cf879a commit 26fdcf5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1251,7 +1251,7 @@ calcLongitudinalOffsetPose<std::vector<autoware_auto_planning_msgs::msg::Traject
* @param offset length of offset from source point
* @param set_orientation_from_position_direction set orientation by spherical interpolation if
* false
* @return offset pase
* @return offset pose
*/
template <class T>
boost::optional<geometry_msgs::msg::Pose> calcLongitudinalOffsetPose(
Expand Down

0 comments on commit 26fdcf5

Please sign in to comment.