Skip to content

Commit 8a9412d

Browse files
Update nav2_util/src/controller_utils.cpp
Signed-off-by: Steve Macenski <stevenmacenski@gmail.com>
1 parent 4650037 commit 8a9412d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nav2_util/src/controller_utils.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ geometry_msgs::msg::PoseStamped getLookAheadPoint(
133133
pose.header.frame_id = prev_pose_it->header.frame_id;
134134
pose.header.stamp = goal_pose_it->header.stamp;
135135
pose.pose.position = point;
136-
pose.pose.orientation = geometry_utils::orientationAroundZAxis(yaw);;
136+
pose.pose.orientation = geometry_utils::orientationAroundZAxis(yaw);
137137
return pose;
138138
}
139139

0 commit comments

Comments
 (0)