Decimal Rotations

How do you make partial rotations? My team’s program will only let our robot have whole numbers, in other words, integers.

without seeing you code it’s hard to give advice, I will move this thread to the Technical Support channel where you can reply.

use “float” instead of “int”

Thanks!