Hey guys. Someone had an idea for a drive train on our team that seems a little funky but I can’t put my finger on why. What do you guys think are the advantages and disadvantages of this drivetrain:
Two Large wheels in the back and two perpendicular omni wheels in the front for a type of swerve drive.
I don’t think its an omni system you are describing.
It seems like it probably drive like a shopping cart? I feel that would be the case. Of course I’m just guessing, but I feel like the front of your robot would float a lot.
It would be very hard to drive straight unless everything on your back wheels run perfect (proper weight distribution, power distribution, etc.)
I believe you and Ether are referring to different definitions of swerve. The standard definition of swerve in FRC is a drivetrain where each wheel can swivel to allow the robot to move in any direction (example). I think you mean that the robot can pivot around one end, which it probably can do to some extent.
Can you describe why it cannot do those?
If the omni wheels are moving orthogonal to the two wheels in the back, won’t it be able to rotate while driving and pivot an arbitrary point?
Note that I didn’t say it couldn’t rotate while driving. I said it couldn’t rotate while driving in a straight line (like a swerve, mec, or omni can do).
Of course it can turn while driving, but so can a drop-center 6WD skid steer.
and pivot an arbitrary point?
It can’t pivot around either of the front wheels, for example. If you think it can, describe what you think the necessary speed of each of the four wheels would need to be to accomplish that.
Switching to a drive configuration that looks something like:
| -
- |
(all four wheels are omniwheels)
…would remedy these problems while being roughly as easy to implement as your proposed configuration. Team 341 did this in 2007 and 2008, and Team 1218 did it in 2010 (I think?).
*
*
S1 = STR + (L/2)*Omega
S2 = FWD + (W/2)*Omega
S3 = STR - (L/2)*Omega
S4 = FWD - (W/2)*Omega
... then normalize if any wheel exceeds max speed
L = wheelbase, ft
W = trackwidth, ft
FWD = forward, fps
STR = strafe right, fps
Omega = clockwise rotation rate around center, rad/sec
S1 front right wheel linear speed, fps
S2 front left wheel linear speed, fps
S3 rear left wheel linear speed, fps
S4 rear right wheel linear speed, fps
Ether, since this a relatively novel drive that lacks the wealth of information available for other drives, do you think you could list some disadvantages of a drive like this (especially compared to comparable drive trains like slide, mecanum and skid-steer)? I’m specifically interested also in the speed and rotational limitations/capabilities of a drive like this. Also ability to drive straight and the effect of CoMon driving.
Based on CMP footage, it looks like the they used some sort of more standard 4WD in 2010. May have been a different year or a pre-CMP design.
The kind of drive train Jared is talking about is all over FTC. I’d say 100’s of teams use it every year and it works fine. Great maneuverability, but with only 2 wheels in each direction, not too fast. But that’s where prioritizing comes in. It basically behaves like a low power swerve.
We prototyped the sort of drivetrain (two omnis strafing in front, two tanking in back)
It was horrendous, even with loads distributed evenly. It quite simply did not handle. Good thing we prototyped; we were going to go with that system before that test failed…
Neither have I built or tested this drive system but I am not as down on it as Ether. The first proposed config is flawed but the second one potentially could work, depending on your goals.
The biggest issue I see is that traction is a precious commodity and half of your weight (proportional to traction) is on “undriven” (in the direction you wish to travel) wheels. That said, the same is true of many of the 6 and 8 wheel H-drive configurations I have seen proposed this year. My crude analysis is that it will perform worse than holonomic (mecanum or killough), much worse than 8 motor swerve and comparable to H-drive.
BTW: If you plan on carrying totes “inside” your wheel base, the 90deg wheel may limit your throat size and be a show stopper.