Profile image

How to make a rotator rotate infinitely (Heading)

32.0k Exumer  4.1 years ago

So I'm trying to make a heading device, but every time I make a 180-degree turn it instantly goes the opposite direction 180-degrees. Is there a way to fix this? I'm using the simple input of Heading/180

  • Log in to leave a comment
  • Profile image
    13.9k ChrisPy

    Make min and max values something like 999999999999999 it’ll take a while to get to the end...

    +2 4.1 years ago
  • Profile image
    32.0k Exumer

    Doesn’t seem like that worked. I think we’re just stuck with this problem for now@spefyjerbf

    4.1 years ago
  • Profile image
    161k spefyjerbf

    There is a small chance that sum(rate(heading)) / 180 might work.

    4.1 years ago
  • Profile image
    32.0k Exumer

    @SnoWFLakE0s So what your saying is there is no way to fix this?

    4.1 years ago
  • Profile image
    32.0k Exumer

    @asteroidbook345 So I tried this, and what it seems to do is spin in the direction of north faster and faster as I move away from the north(Heading East=counter clockwise and vice versa) and as I head closer to North the rotator spins slower until I'm facing directly north and it stops spinning

    4.1 years ago
  • Profile image
    66.6k SnoWFLakE0s

    Heading is from -180 to 180 deg- probably why.

    4.1 years ago