|
|
|
![]() |
|
|||||||
|
||||||||
![]() |
|
|
Thread Tools | Rate Thread | Display Modes |
|
|
|
#1
|
||||
|
||||
|
Re: 1 joystick or 2?
Xbox 360 controllers and joysticks are just preferences of the drivers, some people may drive better with 1 over the other. For a first year team, I would go with a simple 2 joystick setup and a 1 joystick setup and let your drivers decide which they like better, my team in general prefers the 2 joystick setup for drivers but to each his own
|
|
#2
|
||||
|
||||
|
Re: 1 joystick or 2?
I would say setup your OI for two, but have a switch to change between 1, 2, or xbox.
you could use code like this. You would need to wire a toggle switch to Port3 Top and Port3 Trig, but thats simple. Code:
if (p3_sw_trig)//one joy
{
pwm01 = Limit_Mix(2000 + p1_y - p1_x + 255);
pwm02 = Limit_Mix(2000 + p1_y + p1_x - 255);
}
else if (p3_sw_top)//xbox
{
//xbox control code here.
}
else //two stick
{
pwm01 = p1_y;
pwm02 = p2_y;
}
Last edited by EHaskins : 18-01-2007 at 11:08. Reason: Code error. |
|
#3
|
||||
|
||||
|
Re: 1 joystick or 2?
I was wondering if any of you had any experience programming controls for a crab drive. This is the first year my team is doing it and I was wondering what the best joystick setup for it was.
|
|
#4
|
|||||
|
|||||
|
Re: 1 joystick or 2?
Sorry, I don't have any experience driving crabs, but I can say that for me, Tank drive (two joysticks) gives way more control. I like the ability to turn in different sized arcs intuitively... and I just can't do that with a single joystick.
|
|
#5
|
||||
|
||||
|
Re: 1 joystick or 2?
since you are going to use the KOP joy sticks i would go with the tank(2 joysticks) because last year we tested out the different configurations and we have relized that the KOP joysticks are too sensitive for one stick drive. I would preferr two joystick driving because i feel more in tune with the robots actions because i can control each side.
|
|
#6
|
||||
|
||||
|
Re: 1 joystick or 2?
Quote:
I think the hype about the xbox 360 controllers is way over done. I think a lot of people want to use them, just based on the fact that you can use them, not for the actual function of them. For the operator, yeah, a 360 controller might work, but as for the driver, I don't think its practical. |
|
#7
|
||||
|
||||
|
Re: 1 joystick or 2?
Yeah I think the joysticks give you much more control than an xbox or ps2 controller. In FIRST you need more control over your speed than one of those controllers gives you.
|
|
#8
|
||||
|
||||
|
Re: 1 joystick or 2?
For the past 2 years our team has used 3 joysticks, 2 for base and 1 for manipulator. As a driver i prefer 2 joystick tank drive, its simple. Some of the first time drivers have a little trouble getting used to how it works but after a few minutes they got the hang of it. As for the 360 controlers i agree with the others, they are cool and all but they don't really give you the control aspects like a joystick does. Just have your driver try different configurations (1 stick, 2 sticks, 360) and have them choose what they feel the most comfortable with.
|
|
#9
|
|||
|
|||
|
Re: 1 joystick or 2?
Although this is not one of the options that you specified, but I prefer one joystick for throttle and a steering wheel for turning. You would program it up just like a 1 joystick drive. We got an old Xbox steering wheel and with some soldering, we had it rewired to use the 15 pin connectors and up and running. I find it quite intuitive to use.
|
|
#10
|
||||
|
||||
|
Re: 1 joystick or 2?
I agree that two joysticks is good for a tank drive system. What does everyone use for a crab drive?
|
|
#11
|
|||||
|
|||||
|
Re: 1 joystick or 2?
Two joysticks for driving, hands down. We also used two joysticks for our developmental mecanum drivebase from a year ago; it worked really well to control it.
In years past we have used one joystick to control arms with a shoulder joint. All of the joysticks (in the past) have been the old school flight sticks. Compared to the new ones, they are leaps and bounds better. |
|
#12
|
||||
|
||||
|
Re: 1 joystick or 2?
I like having two joysticks... even if they are both right-handed ones. I control the bot by placing my pointer finger and index finger on top of them and gently moving them with my arms. Kinda like a DJ scratching a disk. Others prefer holding the sticks at their base and moving them with their wrists. Consult your driver for his/her input.
|
|
#13
|
|||||
|
|||||
|
Re: 1 joystick or 2?
I'd imagine for crab, we'd use tank as well... We'd probably just add a potentiometer to the OI that turned the wheels when we turned it.
|
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| joystick ? | _GP_ | General Forum | 1 | 26-02-2004 23:10 |
| Joystick | rmmlg | Inventor | 0 | 15-02-2004 16:34 |
| Joystick | cammie825 | Technical Discussion | 1 | 15-01-2003 10:48 |
| No Joystick | archiver | 2001 | 2 | 24-06-2002 01:14 |
| Joystick | Absolute Value | Technical Discussion | 21 | 22-02-2002 10:56 |