Log in

View Full Version : Unassigned Variable


Zalumaskov
17-01-2005, 13:44
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
17-01-2005, 15:41
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
17-01-2005, 15:57
Ah, I forgot to look there...

yea that's it. Thanks a bunch.