Chief Delphi

Chief Delphi (http://www.chiefdelphi.com/forums/index.php)
-   Programming (http://www.chiefdelphi.com/forums/forumdisplay.php?f=51)
-   -   Unassigned Variable (http://www.chiefdelphi.com/forums/showthread.php?t=32938)

Zalumaskov 17-01-2005 13:44

Unassigned Variable
 
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

Re: Unassigned Variable
 
Quote:

Originally Posted by Zalumaskov
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

Re: Unassigned Variable
 
Ah, I forgot to look there...

yea that's it. Thanks a bunch.


All times are GMT -5. The time now is 02:48.

Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi