Skip to content

Commit

Permalink
Update pathplanning.py
Browse files Browse the repository at this point in the history
EPSG_IN error
  • Loading branch information
sbonaime authored Jun 28, 2023
1 parent 3fa08d6 commit a66da5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pathplanning.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

DEBUG = False
#DEBUG = True
EPSG_IN = "epsg:4126"
EPSG_IN = "epsg:4326"


class PathPlanning:
Expand Down

0 comments on commit a66da5d

Please sign in to comment.