Skip to content

Commit

Permalink
Fix typo in calcLongitudinalOffsetPose return
Browse files Browse the repository at this point in the history
statement

Signed-off-by: kyoichi-sugahara <[email protected]>
  • Loading branch information
kyoichi-sugahara committed Nov 9, 2023
1 parent 0e471b3 commit 6d7ac8a
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 6d7ac8a

Please sign in to comment.