View Full Version : Unassigned Variable
Zalumaskov
01-17-2005, 12:44 PM
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.
Mark McLeod
01-17-2005, 02:41 PM
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;
Zalumaskov
01-17-2005, 02:57 PM
Ah, I forgot to look there...
yea that's it. Thanks a bunch.
vBulletin® v3.6.4, Copyright ©2000-2013, Jelsoft Enterprises Ltd.