After updating to PROS 3.2.0 I noticed that all of my tasks are now broken. Does anyone know how to fix this? I uploaded an image of my code below with the error.
You need to specify the task arguments and task name as well. Take a look at the docs here: RTOS Facilities C++ API — PROS for V5 3.8.0 documentation
1 Like
I noticed this too, you shouldn’t have to specify arguments that have defaults. It did work after I specified every parameter but it makes the code look less clean
I recommend you file an issue on the PROS GitHub if you haven’t already, if you want this to be fixed.
1 Like
Unless the defaults cause ambiguity, as in this case. Look at the first and third constructors on the docs.
1 Like