Skip to content

Commit

Permalink
Quick ancient script fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mehulgoel873 committed Mar 20, 2024
1 parent 26935a2 commit 78f3886
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rb_ws/src/buggy/paths/rosbag_to_waypoints_json.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ def main():
waypoints.append(
{
"key": str(uuid.uuid4()),
"lat": lat,
"lon": lon,
"lat": lon,
"lon": lat,
"active": False,
}
)
Expand Down

0 comments on commit 78f3886

Please sign in to comment.