Fix speed circle radius calculation

This commit is contained in:
XANTRONIX 2025-03-03 17:32:19 -05:00
parent 5307498522
commit ea3e49aa3b

View file

@ -72,7 +72,7 @@ class Hodograph():
cr.arc(x + cx,
x + cy,
sy - self.radius,
abs(sy - cy),
0,
2*math.pi)