Skip to content

Commit 0cc1a9c

Browse files
authored
commenting out (Planning team)
1 parent 545fb4e commit 0cc1a9c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

GEMstack/onboard/planning/occupancy_grid2.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ def gnss_to_image_coords(self, lon, lat):
133133

134134

135135

136-
136+
'''
137137
138138
import math
139139
import random
@@ -3253,3 +3253,4 @@ def update(i):
32533253
else:
32543254
plt.show()
32553255
return ani
3256+
'''

0 commit comments

Comments
 (0)