We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2c1a37 commit c3790b1Copy full SHA for c3790b1
rb_ws/src/buggy/buggy/buggy_state_converter.py
@@ -29,8 +29,8 @@ def __init__(self):
29
30
# Initialize pyproj Transformer for ECEF -> UTM conversion for /SC
31
self.ecef_to_utm_transformer = pyproj.Transformer.from_crs(
32
- "epsg:4978", "epsg:32633", always_xy=True
33
- ) # Update EPSG if required
+ "epsg:4978", "epsg:32617", always_xy=True
+ ) # Check UTM EPSG code, using EPSG:32617 for UTM Zone 17N
34
35
def self_raw_state_callback(self, msg):
36
""" Callback for processing self/raw_state messages and publishing to self/state """
0 commit comments