UBCSailbot / raye-global-pathfinding

UBC Sailbot's Global Pathfinding Repository: A* pathfinding that creates sailing paths with minimized length and desirable wind speeds throughout.
MIT License
5 stars 1 forks source link

Increase wind arrow sizes #58

Closed tylerlum closed 2 years ago

tylerlum commented 2 years ago

image

The new arrows scaling and changing color based on wind value is great. However, it is often too small to see. Is there a way to scale it like before, but not get too small so we can't see it? Maybe have a clamp or a sigmoid on the size?

tylerlum commented 2 years ago

Would be great to still have relative sizes to compare, but never be way too small to see or way too big to block others.

tylerlum commented 2 years ago

image

With 40 wind, reasonably large, but many others around are near invisible from far away

tylerlum commented 2 years ago

image

4000 wind is crazy large. Good to make it big, but maybe not this big. I'd say clamp or sigmoid image x = wind speed, y = arrow size. need to shift x axis so near 0 is still visible