Skip to content

Commit

Permalink
Merge branch 'main' into prepare-3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sea-bass authored Nov 28, 2024
2 parents 68a23ee + 16190e7 commit a826130
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyrobosim/pyrobosim/core/locations.py
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ def set_pose_from_parent(self):
if "offset" in self.metadata["footprint"]:
p_off = self.metadata["footprint"]["offset"]
else:
p_off = (0, 0)
p_off = (0.0, 0.0)
for p in self.metadata["nav_poses"]:
p = Pose.construct(p)
rot_p = rot2d(
Expand Down

0 comments on commit a826130

Please sign in to comment.