I recently switched from Vexcode V5 Pro, to VScode, rotation looks like it is defined, but when I compile, I get an error.
"src/drive.cpp:229:100: error: no member named 'rotation' in 'vex::motor'
current_rot = /*avg_wheel_rotation*wheel_ratio;*/ ((LF.rotation(deg)+LB.rotation(deg))/2 + (RF.rotation(deg)+RB.rotation(deg)))/2*wheel_ratio;"