Go to Post Oh no, do I see a new reality TV show coming? "Dancing with the FIRST Stars"??? :ahh: - KathieK [more]
Home
Go Back   Chief Delphi > ChiefDelphi.com Website > Extra Discussion
CD-Media   CD-Spy  
portal register members calendar search Today's Posts Mark Forums Read FAQ rules

 
Reply
 
Thread Tools Rate Thread Display Modes
  #1   Spotlight this post!  
Unread 03-12-2015, 12:09
RyanCahoon's Avatar
RyanCahoon RyanCahoon is offline
Disassembling my prior presumptions
FRC #0766 (M-A Bears)
 
Join Date: Dec 2007
Rookie Year: 2007
Location: Mountain View
Posts: 687
RyanCahoon has a reputation beyond reputeRyanCahoon has a reputation beyond reputeRyanCahoon has a reputation beyond reputeRyanCahoon has a reputation beyond reputeRyanCahoon has a reputation beyond reputeRyanCahoon has a reputation beyond reputeRyanCahoon has a reputation beyond reputeRyanCahoon has a reputation beyond reputeRyanCahoon has a reputation beyond reputeRyanCahoon has a reputation beyond reputeRyanCahoon has a reputation beyond repute
Re: paper: Analysis of “a torque-actuated module” used for strafing in an H-drive.

Is this assuming a value of θ that's fairly close to 90°? For small values of θ, it seems like assumption 1 for the B force no longer holds - the primary limitation on the normal force will come from the lever action of the module.

Here's my derivation for small values of θ:
  • Rwheel - the radius of the wheel
  • Rlever - the distance between the drive/pivot axle and the wheel axle
  • θ - angle between the drive and wheel axle, relative to horizontal
  • Rmoment - the distance between the drive axle and the contact point of the wheel on the ground
  • ρ - the gear ratio between the drive axle and the wheel axle. (driven gear teeth)/(driving gear teeth)
  • μ - coefficient of friction
  • τ - motor torque about the drive axle
  • N - normal component of the reactive force of the ground on the wheel
  • F - frictional reactive force of the ground on the wheel
  • Fmax - the maximum frictional force, μ*N using Coulomb friction

F = τ*ρ/Rwheel
Fmax = μ*N
N = τ/Rmoment*cos(θ)

Law of cosines:
Rmoment = sqrt(Rwheel^2+Rlever^2-2*Rwheel*Rlever*cos(90+θ))
= sqrt(Rwheel^2+Rlever^2+2*Rwheel*Rlever*sin(θ))

In order for the wheel not to slip, F <= Fmax

Thus, τ*ρ/Rwheel <= μ*τ/Rmoment*cos(θ)

ρ <= μ*Rwheel/Rmoment*cos(θ)
ρ <= μ*Rwheel*cos(θ)/sqrt(Rwheel^2+Rlever^2+2*Rwheel*Rlever*sin(θ))
__________________
FRC 2046, 2007-2008, Student member
FRC 1708, 2009-2012, College mentor; 2013-2014, Mentor
FRC 766, 2015-, Mentor
Reply With Quote
  #2   Spotlight this post!  
Unread 03-12-2015, 12:22
GeeTwo's Avatar
GeeTwo GeeTwo is online now
Technical Director
AKA: Gus Michel II
FRC #3946 (Tiger Robotics)
Team Role: Mentor
 
Join Date: Jan 2014
Rookie Year: 2013
Location: Slidell, LA
Posts: 3,508
GeeTwo has a reputation beyond reputeGeeTwo has a reputation beyond reputeGeeTwo has a reputation beyond reputeGeeTwo has a reputation beyond reputeGeeTwo has a reputation beyond reputeGeeTwo has a reputation beyond reputeGeeTwo has a reputation beyond reputeGeeTwo has a reputation beyond reputeGeeTwo has a reputation beyond reputeGeeTwo has a reputation beyond reputeGeeTwo has a reputation beyond repute
Re: paper: Analysis of “a torque-actuated module” used for strafing in an H-drive.

Quote:
Originally Posted by RyanCahoon View Post
Is this assuming a value of θ that's fairly close to 90°? For small values of θ, it seems like assumption 1 for the B force no longer holds - the primary limitation on the normal force will come from the lever action of the module.
I was only assuming that θ was between 0° and 90°. My point with assumptions 1 and 2 regarding B was that the forces applied perpendicularly to the line connecting the drive and wheel axes were approximately zero. If θ is small, then the approximation is just that much better.

As you note, for small θ, the term deriving from B (the one with tan θ) is much less important than the term deriving from D (the one with sec θ).
__________________

If you can't find time to do it right, how are you going to find time to do it over?
If you don't pass it on, it never happened.
Robots are great, but inspiration is the reason we're here.
Friends don't let friends use master links.
Reply With Quote
  #3   Spotlight this post!  
Unread 04-12-2015, 00:34
RyanCahoon's Avatar
RyanCahoon RyanCahoon is offline
Disassembling my prior presumptions
FRC #0766 (M-A Bears)
 
Join Date: Dec 2007
Rookie Year: 2007
Location: Mountain View
Posts: 687
RyanCahoon has a reputation beyond reputeRyanCahoon has a reputation beyond reputeRyanCahoon has a reputation beyond reputeRyanCahoon has a reputation beyond reputeRyanCahoon has a reputation beyond reputeRyanCahoon has a reputation beyond reputeRyanCahoon has a reputation beyond reputeRyanCahoon has a reputation beyond reputeRyanCahoon has a reputation beyond reputeRyanCahoon has a reputation beyond reputeRyanCahoon has a reputation beyond repute
Re: paper: Analysis of “a torque-actuated module” used for strafing in an H-drive.

Quote:
Originally Posted by GeeTwo View Post
As you note, for small θ, the term deriving from B (the one with tan θ) is much less important than the term deriving from D (the one with sec θ).
I think I follow now. However, it seems to me that you're missing a term in equation 3: the force on the module by the pivot axle's bearings. Without this, you have forces at the wheel pushing up and force at the interface between the gears pushing down (from the frame of reference of the module), so there's an unresolved torque moment that will cause the module to rotate counterclockwise.
__________________
FRC 2046, 2007-2008, Student member
FRC 1708, 2009-2012, College mentor; 2013-2014, Mentor
FRC 766, 2015-, Mentor
Reply With Quote
  #4   Spotlight this post!  
Unread 04-12-2015, 15:51
GeeTwo's Avatar
GeeTwo GeeTwo is online now
Technical Director
AKA: Gus Michel II
FRC #3946 (Tiger Robotics)
Team Role: Mentor
 
Join Date: Jan 2014
Rookie Year: 2013
Location: Slidell, LA
Posts: 3,508
GeeTwo has a reputation beyond reputeGeeTwo has a reputation beyond reputeGeeTwo has a reputation beyond reputeGeeTwo has a reputation beyond reputeGeeTwo has a reputation beyond reputeGeeTwo has a reputation beyond reputeGeeTwo has a reputation beyond reputeGeeTwo has a reputation beyond reputeGeeTwo has a reputation beyond reputeGeeTwo has a reputation beyond reputeGeeTwo has a reputation beyond repute
Re: paper: Analysis of “a torque-actuated module” used for strafing in an H-drive.

Quote:
Originally Posted by RyanCahoon View Post
I think I follow now. However, it seems to me that you're missing a term in equation 3: the force on the module by the pivot axle's bearings. Without this, you have forces at the wheel pushing up and force at the interface between the gears pushing down (from the frame of reference of the module), so there's an unresolved torque moment that will cause the module to rotate counterclockwise.
By pivot axle, do you mean the drive axle (coming from the motor)? This should be the same magnitude and direction as B, with slight adjustments for supporting the weight of the module and wheels. Because of the constraint of the drive bearings, any linear force (not torque, but that's assumed zero because of the bearings) applied to the module at these bearings can only act on the wheel in the direction shown for B.
__________________

If you can't find time to do it right, how are you going to find time to do it over?
If you don't pass it on, it never happened.
Robots are great, but inspiration is the reason we're here.
Friends don't let friends use master links.
Reply With Quote
  #5   Spotlight this post!  
Unread 05-12-2015, 02:48
RyanCahoon's Avatar
RyanCahoon RyanCahoon is offline
Disassembling my prior presumptions
FRC #0766 (M-A Bears)
 
Join Date: Dec 2007
Rookie Year: 2007
Location: Mountain View
Posts: 687
RyanCahoon has a reputation beyond reputeRyanCahoon has a reputation beyond reputeRyanCahoon has a reputation beyond reputeRyanCahoon has a reputation beyond reputeRyanCahoon has a reputation beyond reputeRyanCahoon has a reputation beyond reputeRyanCahoon has a reputation beyond reputeRyanCahoon has a reputation beyond reputeRyanCahoon has a reputation beyond reputeRyanCahoon has a reputation beyond reputeRyanCahoon has a reputation beyond repute
Re: paper: Analysis of “a torque-actuated module” used for strafing in an H-drive.

Quote:
Originally Posted by GeeTwo View Post
By pivot axle, do you mean the drive axle (coming from the motor)?
Yes, sorry for the confusion.

Quote:
Originally Posted by GeeTwo View Post
This should be the same magnitude and direction as B, with slight adjustments for supporting the weight of the module and wheels. Because of the constraint of the drive bearings, any linear force (not torque, but that's assumed zero because of the bearings) applied to the module at these bearings can only act on the wheel in the direction shown for B.
Imagine that you have a beam supported on both ends, and you apply a downward force in the middle.



There are reaction forces on both ends of the beam, and the sum of all three force must be 0. I see this as the same case here: the beam is the module, one end is supported by the wheel bearings (and transitively by the wheel on the carpet), the other end is supported by the the bearings on the drive axle.

I think you have to separate the two, because only the part of the force that's being experienced at the wheel is ending up as normal force.

------

I'm not sure if this is the correct analysis, but as a general point, I'm bothered that your derivation doesn't incorporate the distance between the drive axle and the wheel axle. If you increase this distance, then the torque load on the motor imposed by turning the wheel won't increase, but the torque load imposed by the normal force does. At some point, turning the wheel will be much easier for the motor than applying normal force, so the wheel will spin with very little normal force applied, causing the wheel to slip and the robot won't move.
__________________
FRC 2046, 2007-2008, Student member
FRC 1708, 2009-2012, College mentor; 2013-2014, Mentor
FRC 766, 2015-, Mentor
Reply With Quote
  #6   Spotlight this post!  
Unread 05-12-2015, 20:48
GeeTwo's Avatar
GeeTwo GeeTwo is online now
Technical Director
AKA: Gus Michel II
FRC #3946 (Tiger Robotics)
Team Role: Mentor
 
Join Date: Jan 2014
Rookie Year: 2013
Location: Slidell, LA
Posts: 3,508
GeeTwo has a reputation beyond reputeGeeTwo has a reputation beyond reputeGeeTwo has a reputation beyond reputeGeeTwo has a reputation beyond reputeGeeTwo has a reputation beyond reputeGeeTwo has a reputation beyond reputeGeeTwo has a reputation beyond reputeGeeTwo has a reputation beyond reputeGeeTwo has a reputation beyond reputeGeeTwo has a reputation beyond reputeGeeTwo has a reputation beyond repute
Re: paper: Analysis of “a torque-actuated module” used for strafing in an H-drive.

Quote:
Originally Posted by RyanCahoon View Post
Imagine that you have a beam supported on both ends, and you apply a downward force in the middle.



There are reaction forces on both ends of the beam, and the sum of all three force must be 0. I see this as the same case here: the beam is the module, one end is supported by the wheel bearings (and transitively by the wheel on the carpet), the other end is supported by the the bearings on the drive axle.
In this case, there is no reaction force on the left end of the beam as shown in my diagram; the left wheel is off of the carpet. The beam in this case would be the module bracket. The forces on it are gravity and those applied at each of the three axle bearings.
  • When no torque is applied through the drive axle, the forces on the wheel bearings reduce to the weight of the wheels and wheel gears. Presumably the CoG of the module including the wheels and gears is somewhat offset from the drive axle, so the module will enter a pendular motion to place that CoG below the drive axle.
  • When torque is applied through the drive axle, note that (assuming good bearings) it is not applied to the module frame, but to the wheel gears. This torque is then transmitted to the module frame until a wheel touches the carpet and encounters a normal force. This is the case I analyzed in the paper. Note that the module cannot apply any significant torque to the robot, except through the drive shaft (and particularly not through the bearings). Assuming that the applied torque is appropriate to moving the robot, the weight of the wheels and module are relatively insignificant. This means that the force B applied by the module to the wheel on the floor is balanced by a force -B applied by the module to the robot. This force provides all of the translational force from the module to the robot, and a portion of the weight bearing of the wheel (the remainder is through the reaction of the drive gear to providing force D).
Quote:
Originally Posted by RyanCahoon View Post
I'm not sure if this is the correct analysis, but as a general point, I'm bothered that your derivation doesn't incorporate the distance between the drive axle and the wheel axle. If you increase this distance, then the torque load on the motor imposed by turning the wheel won't increase, but the torque load imposed by the normal force does. At some point, turning the wheel will be much easier for the motor than applying normal force, so the wheel will spin with very little normal force applied, causing the wheel to slip and the robot won't move.
If the distance between the drive axle and the wheel axle is increased (and the wheel and wheel gear geometry remains constant), this means that the force D is being applied by the drive gear at the end of a longer moment arm from the drive axle, so of course it will require a greater torque from the drive shaft, though it will turn at a lower angular speed. For a given robot acceleration, the torque load required by the motor system will increase, though D remains the same.
__________________

If you can't find time to do it right, how are you going to find time to do it over?
If you don't pass it on, it never happened.
Robots are great, but inspiration is the reason we're here.
Friends don't let friends use master links.
Reply With Quote
  #7   Spotlight this post!  
Unread 07-12-2015, 04:11
RyanCahoon's Avatar
RyanCahoon RyanCahoon is offline
Disassembling my prior presumptions
FRC #0766 (M-A Bears)
 
Join Date: Dec 2007
Rookie Year: 2007
Location: Mountain View
Posts: 687
RyanCahoon has a reputation beyond reputeRyanCahoon has a reputation beyond reputeRyanCahoon has a reputation beyond reputeRyanCahoon has a reputation beyond reputeRyanCahoon has a reputation beyond reputeRyanCahoon has a reputation beyond reputeRyanCahoon has a reputation beyond reputeRyanCahoon has a reputation beyond reputeRyanCahoon has a reputation beyond reputeRyanCahoon has a reputation beyond reputeRyanCahoon has a reputation beyond repute
Re: paper: Analysis of “a torque-actuated module” used for strafing in an H-drive.

Quote:
Originally Posted by GeeTwo View Post
In this case, there is no reaction force on the left end of the beam as shown in my diagram
The beam I was considering was the half-module from the drive axle to the wheel that was touching the floor. I was ignoring the other wheel.

Quote:
Originally Posted by GeeTwo View Post
If the distance between the drive axle and the wheel axle is increased (and the wheel and wheel gear geometry remains constant), this means that the force D is being applied by the drive gear at the end of a longer moment arm from the drive axle, so of course it will require a greater torque from the drive shaft, though it will turn at a lower angular speed. For a given robot acceleration, the torque load required by the motor system will increase, though D remains the same.
Agreed, but in that case, since D and N are being applied at different points on the lever arm, equation 3 needs to incorporate that.

Either:
- analyze it from a force perspective, where you have to consider all 3 forces (D, reactive force from wheel axle bearings, reactive force from drive axle bearings), or
- analyze it from a torque perspective, which allows you to choose your origin so that r*F is 0 for one of the forces, but you have to include the radius for the other two
__________________
FRC 2046, 2007-2008, Student member
FRC 1708, 2009-2012, College mentor; 2013-2014, Mentor
FRC 766, 2015-, Mentor
Reply With Quote
  #8   Spotlight this post!  
Unread 07-12-2015, 07:55
GeeTwo's Avatar
GeeTwo GeeTwo is online now
Technical Director
AKA: Gus Michel II
FRC #3946 (Tiger Robotics)
Team Role: Mentor
 
Join Date: Jan 2014
Rookie Year: 2013
Location: Slidell, LA
Posts: 3,508
GeeTwo has a reputation beyond reputeGeeTwo has a reputation beyond reputeGeeTwo has a reputation beyond reputeGeeTwo has a reputation beyond reputeGeeTwo has a reputation beyond reputeGeeTwo has a reputation beyond reputeGeeTwo has a reputation beyond reputeGeeTwo has a reputation beyond reputeGeeTwo has a reputation beyond reputeGeeTwo has a reputation beyond reputeGeeTwo has a reputation beyond repute
Re: paper: Analysis of “a torque-actuated module” used for strafing in an H-drive.

Quote:
Originally Posted by RyanCahoon View Post
Agreed, but in that case, since D and N are being applied at different points on the lever arm, equation 3 needs to incorporate that.

Either:
- analyze it from a force perspective, where you have to consider all 3 forces (D, reactive force from wheel axle bearings, reactive force from drive axle bearings), or
- analyze it from a torque perspective, which allows you to choose your origin so that r*F is 0 for one of the forces, but you have to include the radius for the other two
Looking at these three forces:
  • D acts on the wheel/gear and reacts on the drive gear.
  • force from wheel axle bearings acts on the module arm and the chassis
  • force from drive axle bearings acts on the module arm and the wheel/gear
There is no single part which experiences all three of these forces. Note that D is eventually transmitted to the chassis through a combination of the wheel axle bearings and the motor bearings (and cluster gear bearings if you have a multi-stage gearbox), so it is actually applied to the chassis as linear forces rather than a torque. Changing the gear ratios will result in different proportions of D being applied at each bearing. I do not see how this affects what D is at the wheel gear, as long as it does not actually lift one side of the robot off the floor and change θ.
__________________

If you can't find time to do it right, how are you going to find time to do it over?
If you don't pass it on, it never happened.
Robots are great, but inspiration is the reason we're here.
Friends don't let friends use master links.
Reply With Quote
  #9   Spotlight this post!  
Unread 08-12-2015, 19:14
RyanCahoon's Avatar
RyanCahoon RyanCahoon is offline
Disassembling my prior presumptions
FRC #0766 (M-A Bears)
 
Join Date: Dec 2007
Rookie Year: 2007
Location: Mountain View
Posts: 687
RyanCahoon has a reputation beyond reputeRyanCahoon has a reputation beyond reputeRyanCahoon has a reputation beyond reputeRyanCahoon has a reputation beyond reputeRyanCahoon has a reputation beyond reputeRyanCahoon has a reputation beyond reputeRyanCahoon has a reputation beyond reputeRyanCahoon has a reputation beyond reputeRyanCahoon has a reputation beyond reputeRyanCahoon has a reputation beyond reputeRyanCahoon has a reputation beyond repute
Re: paper: Analysis of “a torque-actuated module” used for strafing in an H-drive.

Quote:
Originally Posted by GeeTwo View Post
There is no single part which experiences all three of these forces.
I apologize for having been a bit lax with the rigor of my arguments. Let me try to clean some of that up.

In my physics classes, we were always told that the first step of solving a mechanics problem is to define your system. Forces between bodies in the system are internal forces and must sum to 0, because both halves of the force pairs are included. Forces from bodies outside the system acting on those inside the system are external forces. Since the internal forces sum to 0, then the external forces make up the Fnet as used to calculate Newton's 2nd law, Fnet = m*a.

My interpretation of your paper was that the system being considered consists of
  • the strafing module arm
  • the wheel
  • the gear attached to the wheel ("the driven gear")

If we take a fairly idealized version of the problem, the external interactions are the following contact and frictional forces:
  • the drive axle -> the strafing module arm.
  • the driving gear -> the driven gear. You label this D
  • the ground -> the wheel (contact force). You label this N
  • the ground -> the wheel (frictional force). You label this F

Equation 3 accounts for the last three, but not the first, unless you can present an argument that the first force is completely parallel to B.

Did I misinterpret your paper? Did you use a different system definition when doing your analysis?
__________________
FRC 2046, 2007-2008, Student member
FRC 1708, 2009-2012, College mentor; 2013-2014, Mentor
FRC 766, 2015-, Mentor

Last edited by RyanCahoon : 08-12-2015 at 20:00.
Reply With Quote
  #10   Spotlight this post!  
Unread 08-12-2015, 19:37
GeeTwo's Avatar
GeeTwo GeeTwo is online now
Technical Director
AKA: Gus Michel II
FRC #3946 (Tiger Robotics)
Team Role: Mentor
 
Join Date: Jan 2014
Rookie Year: 2013
Location: Slidell, LA
Posts: 3,508
GeeTwo has a reputation beyond reputeGeeTwo has a reputation beyond reputeGeeTwo has a reputation beyond reputeGeeTwo has a reputation beyond reputeGeeTwo has a reputation beyond reputeGeeTwo has a reputation beyond reputeGeeTwo has a reputation beyond reputeGeeTwo has a reputation beyond reputeGeeTwo has a reputation beyond reputeGeeTwo has a reputation beyond reputeGeeTwo has a reputation beyond repute
Re: paper: Analysis of “a torque-actuated module” used for strafing in an H-drive.

Quote:
Originally Posted by RyanCahoon View Post
.
.
My interpretation of your paper was that the system being considered consists of
  • the strafing module arm
  • the wheel
  • the gear attached to the wheel ("the driven gear")
.
.


Did I misinterpret your paper? Did you use a different system definition when doing your analysis?
The system I analyzed was simply the wheel with the attached gear and axle, though I incorporated knowledge about the construction of the module to simplify the forces it could exert on the wheel system.
__________________

If you can't find time to do it right, how are you going to find time to do it over?
If you don't pass it on, it never happened.
Robots are great, but inspiration is the reason we're here.
Friends don't let friends use master links.
Reply With Quote
  #11   Spotlight this post!  
Unread 12-12-2015, 11:19
RyanCahoon's Avatar
RyanCahoon RyanCahoon is offline
Disassembling my prior presumptions
FRC #0766 (M-A Bears)
 
Join Date: Dec 2007
Rookie Year: 2007
Location: Mountain View
Posts: 687
RyanCahoon has a reputation beyond reputeRyanCahoon has a reputation beyond reputeRyanCahoon has a reputation beyond reputeRyanCahoon has a reputation beyond reputeRyanCahoon has a reputation beyond reputeRyanCahoon has a reputation beyond reputeRyanCahoon has a reputation beyond reputeRyanCahoon has a reputation beyond reputeRyanCahoon has a reputation beyond reputeRyanCahoon has a reputation beyond reputeRyanCahoon has a reputation beyond repute
Re: paper: Analysis of “a torque-actuated module” used for strafing in an H-drive.

Quote:
Originally Posted by GeeTwo View Post
The system I analyzed was simply the wheel with the attached gear and axle
Ah ok. Let me revise my list of interactions then:
  • the strafing module arm -> the wheel. You label the radial (relative to the drive axle) component of this B, and I think the tangent component L (though this isn't defined clearly in the paper)
  • the driving gear -> the wheel gear. You label this D
  • the ground -> the wheel (contact force). You label this N
  • the ground -> the wheel (frictional force). You label this F

The part that I was missing was fully understanding why L = 0.

I think I've discovered the divergence in reasonings: I analyzed the normal force under the condition where the wheel is locked to the strafing module arm, which implies that there are additional torques(forces) in the system than there actually are.

A nice way to see this (if there was anyone else who was confused) is to imagine that you have a wheel mounted on the end of an arm, kind of like a pinwheel, and you support the stick near where the wheel is attached. 1) If the wheel were fixed rotationally to the arm, then if you try to spin the wheel, a torque would be induced on the arm, cause it to spin as well. 2) However, if the wheel is free to spin, then spinning the wheel does not induce this torque on the arm.

The other half of the issue is to see that there is no torque induced directly on the strafing module arm by the motor. Thus, the only forces that could generate L are reaction forces. If it weren't for the meshed gears, the strafing module would be free to rotate about the drive axle, so there isn't any resistance in the tangential direction, thus nowhere for a reaction force to come from.


tl;dr I think I agree with your (Gus's) reasoning now.


I spent far more time thinking about this than I would have hoped to.
__________________
FRC 2046, 2007-2008, Student member
FRC 1708, 2009-2012, College mentor; 2013-2014, Mentor
FRC 766, 2015-, Mentor

Last edited by RyanCahoon : 12-12-2015 at 12:28.
Reply With Quote
  #12   Spotlight this post!  
Unread 12-12-2015, 20:47
GeeTwo's Avatar
GeeTwo GeeTwo is online now
Technical Director
AKA: Gus Michel II
FRC #3946 (Tiger Robotics)
Team Role: Mentor
 
Join Date: Jan 2014
Rookie Year: 2013
Location: Slidell, LA
Posts: 3,508
GeeTwo has a reputation beyond reputeGeeTwo has a reputation beyond reputeGeeTwo has a reputation beyond reputeGeeTwo has a reputation beyond reputeGeeTwo has a reputation beyond reputeGeeTwo has a reputation beyond reputeGeeTwo has a reputation beyond reputeGeeTwo has a reputation beyond reputeGeeTwo has a reputation beyond reputeGeeTwo has a reputation beyond reputeGeeTwo has a reputation beyond repute
Re: paper: Analysis of “a torque-actuated module” used for strafing in an H-drive.

Ryan,
I think I understand your reasoning, and based on that, only disagree on one minor point:
Quote:
Thus, the only forces that could generate L are reaction forces.
There is also the weight of the module, which is applied at the CoG, presumably a bit below the drive bearing when the module is horizontal, and thus will provide a slight torque about the drive bearing, and produce a bit of L in the upward/right direction. However, I have already argued that this force is negligible compared to the drive forces.
__________________

If you can't find time to do it right, how are you going to find time to do it over?
If you don't pass it on, it never happened.
Robots are great, but inspiration is the reason we're here.
Friends don't let friends use master links.
Reply With Quote
Reply


Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -5. The time now is 12:01.

The Chief Delphi Forums are sponsored by Innovation First International, Inc.


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