I am trying to download the sample code RCMotorRevs.vex from the robot rally Stem lab. It just says compiling and then does not download.
I can download and run example programs from the sample folder with no issues, so I am assuming it is not hardware related
RCMotorRevsCplusplus.vex (5 KB)
no idea where that code came from, it’s completely broken must have been made with a beta VCS. Try this
RCMotorRevsCplusplus_1.vex (5 KB)
The code is linked from the current Stem Lab here: (Slide 12)
Do you think the other labs might also link to the incorrect files?
probably, it’s not that the file is wrong as such. The problem is that device names must start with capital and controller should be Controller1. So when VCS tries to generate the robot-config.h header it fails somehow. The logic of the code is correct, I just had to delete all devices, add them back in and then rename correctly in the code.