You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current implementation doesn't produce any output in the svg with no arguments. Specifically you have to add -b to produce valid output. Maybe remove this switch.
set marker generator as executable
first line should be #!/usr/bin/env python3 to run on any system
Dictionaries up to 5X5 work for me. 6X6 and 7X7 get this error:
Total marker size is going to be 600mm
Ground Sampling Distance is a maximum of 10.4mm/pixels, fly accordingly
Your marker has been created and is available here ./6X6_100_0.svg .
Traceback (most recent call last):
File "./marker_generator.py", line 699, in <module>
generate_marker(marker_id)
File "./marker_generator.py", line 382, in generate_marker
svg.add(createPixels(svg, bits, datawidth, border, margin, white_color))
File "./marker_generator.py", line 287, in createPixels
if not border or bits[i * datawidth + j]:
IndexError: list index out of range
Dictionary arg should call 'upper' so that using "5x5_100" and "5X5_100" both work.
The text was updated successfully, but these errors were encountered:
-b
to produce valid output. Maybe remove this switch.#!/usr/bin/env python3
to run on any systemThe text was updated successfully, but these errors were encountered: