Is it me or is speed_control never assigned a value? Am I supposed to give it a value maybe?
I’m just looking around User Routines in the section where the Camera controls the robot using the one joystick format.
Is it me or is speed_control never assigned a value? Am I supposed to give it a value maybe?
I’m just looking around User Routines in the section where the Camera controls the robot using the one joystick format.
Is this what you’re asking?
C:\FIRST05\CMU\user_routines_fast_DDT.c:282: speed_control = speed_setting;
C:\FIRST05\CMU\user_routines_fast_DDT.c:286: speed_control = 127;
C:\FIRST05\CMU\user_routines_fast_DDT.c:293: speed_control = 127;
Ah, I forgot to look there…
yea that’s it. Thanks a bunch.