Skip to content

Commit

Permalink
fix: remove rtp change (a single space) from PR changes
Browse files Browse the repository at this point in the history
  • Loading branch information
akevinge committed Apr 25, 2024
1 parent 4418b1d commit 485bbe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/planning/rtp/rtp/rtp_node.py
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,7 @@ def costMapCb(self, msg: OccupancyGrid):
if np.sqrt(pose[0]**2 + pose[1]**2) > lookahead_distance:
lookahead_pose = pose
break

if lookahead_pose is None:
lookahead_pose = poses_np_bl[-1]

Expand Down

0 comments on commit 485bbe4

Please sign in to comment.