Quick questions about the software environment and how it compares to RobotC.
Our teams frequently use the multi-tasking options in RobotC. For example, we might have a task that runs the arm, kicking off every 5-10ms, and another task that runs another function of the robot, kicking off with a different timer, etc. Will this functionality still exist?
What will the time resolution of tasks and programming be? For example, one team has a task that gets kicked off, starts a motor, and then polls an encoder every 5ms until the motor reaches a specific encoder setting. Will this type of operation be possible and if so, what kind of timer support will there be?
Our teams frequently use the multi-tasking options in RobotC. For example, we might have a task that runs the arm, kicking off every 5-10ms, and another task that runs another function of the robot, kicking off with a different timer, etc. Will this functionality still exist?
What will the time resolution of tasks and programming be? For example, one team has a task that gets kicked off, starts a motor, and then polls an encoder every 5ms until the motor reaches a specific encoder setting. Will this type of operation be possible and if so, what kind of timer support will there be?
Comment