PDA

View Full Version : Gyro code problem


AMIRAM
01-22-2006, 08:11 AM
Hi


im tring to use the gyro code . the gyro is working fine but

the p1_x is not getting changing when i move the joystick...
(p1_x moves when i move the y - axis)

can anyone tall me what do i need to change in the code to make it work?



thanks

Kevin Watson
01-22-2006, 12:55 PM
Hi


im tring to use the gyro code . the gyro is working fine but

the p1_x is not getting changing when i move the joystick...
(p1_x moves when i move the y - axis)

can anyone tall me what do i need to change in the code to make it work?



thanksIf you're using my code, it's very likely that the default code is still commented out in user_routines.c/Process_Data_From_Master_uP(). This is done for safety reasons.

-Kevin

AMIRAM
01-22-2006, 01:30 PM
Im calling the Default_routine function from ther and it still not working...


i think the problem is in the serial port routine becuse when im traing to use "FRC SERIAL PORT" code its not working as well



Amiram

Leav
01-22-2006, 03:49 PM
Hey Amiram,

מה קורה?
אני ממליץ שתשתמש בבודק שגיאות האיות באנגלית, ככה יהיה להם יותר נוח לקרוא את ההודעות שלך ולעזור לך...

-ליאב
קבוצה מס' 1578

JamesBrown
01-22-2006, 09:36 PM
If you're using my code, it's very likely that the default code is still commented out in user_routines.c/Process_Data_From_Master_uP(). This is done for safety reasons.

-Kevin


I was wondering if you could elaborate on this, I did not comment much of what you had commented whaen I added your gyro code to my code from last year, what risks does this present?

James

devicenull
01-22-2006, 10:05 PM
I was wondering if you could elaborate on this, I did not comment much of what you had commented whaen I added your gyro code to my code from last year, what risks does this present?

James

Uncalibrated joysticks + robot motors. Not a good combination. I think it's better off disabled by default.. less chance of you not realizing it's got enabled drive motors.



AMIRAM, It sounds like you either have a bad joystick, or someone was playing with the Disable switches on the OI. I suggest trying another joystick, or looking at those switches.

JamesBrown
01-22-2006, 10:14 PM
I dont see how this being uncommented is any different then the default code, I changed Kevins variable i in order to avoid haing to variables with the same name. Could you please elaborate, I dont see how this would enable any motors that woulnt be enabledin the default code.

Thanks
James

devicenull
01-22-2006, 10:32 PM
I dont see how this being uncommented is any different then the default code, I changed Kevins variable i in order to avoid haing to variables with the same name. Could you please elaborate, I dont see how this would enable any motors that woulnt be enabledin the default code.

Thanks
James


Ignore the rest of my post other then this:

AMIRAM, It sounds like you either have a bad joystick, or someone was playing with the Disable switches on the OI. I suggest trying another joystick, or looking at those switches.

The rest had nothing to do with your problem.

JamesBrown
01-22-2006, 10:36 PM
Oh alright, I see what you meant in you origianal post sorry about that

Kevin Watson
01-22-2006, 11:48 PM
Uncalibrated joysticks + robot motors. Not a good combination. I think it's better off disabled by default.. less chance of you not realizing it's got enabled drive motors.Yep. I don't want people loading my code on their 'bot with the possibility that some motor is going to take off on them.

-Kevin

AMIRAM
01-23-2006, 04:26 AM
Hi


Im using the FRC 2006 Default_code when i add kevin's serial port code the FRC is not geting the right Data from the OI .. :rolleyes:


can u tell me who to edit the "Serial_Char_Callback" function to recive Data

from the ttl port

tried to do it with kevin's serial code and it didnt work


thanks