1 / 88

Mobile Robot Wheel Configurations and Kinematics

y. x. Mobile Robot Wheel Configurations and Kinematics. w (t). V(t). V L. Cmput412 Martin Jagersand With slides from Zach Dodds, Roland Siegwart, Sebastian Thrun. 2d. V R. ICC. R(t). Autonomous Mobile Robots. Three key questions in Mobile Robotics Where am I ? Where am I going ?

caitlin
Download Presentation

Mobile Robot Wheel Configurations and Kinematics

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. y x Mobile RobotWheel Configurations andKinematics w(t) V(t) VL Cmput412 Martin Jagersand With slides from Zach Dodds, Roland Siegwart, Sebastian Thrun 2d VR ICC R(t)

  2. Autonomous Mobile Robots • Three key questions in Mobile Robotics • Where am I ? • Where am I going ? • How do I get there ? • To answer these questions the robot has to • have a model of the robot and environment (given or autonomously built) • perceive and analyze the environment • find robot position within the environment • plan and execute the movement • Today: Focus on Where am I going ? using wheel encoders + model

  3. Human Navigation: Topological with imprecise metric information Courtesy K. Arras

  4. Human Navigation: Topological with imprecise metric information • Odometry (Imprecise) • Feature-based Navigation • still a challenge for artificial systems Corridor crossing Elevator door Entrance How to find a treasure Courtesy K. Arras Eiffel Tower

  5. Environment Representation: The Map Categories • Topological Maps • Recognizable Locations Courtesy K. Arras • Metric Topological Maps • Fully Metric Maps (continuos or discrete)

  6. Kinematics If we move a wheel one radian, how does the robot center move? Robot geometry and kinematic analysis gives answers! from sort of simple to sort of complex wheeled platforms manipulator modeling applied-kinematics.com: forensic animation

  7. Kinematics vs. Dynamics kinematics dynamics The effect of a robot’s geometry on its motion. The effect of all forces (internal and external) on a robot’s motion. If the motors move this much, where will the robot be? If the motors apply this much force, where will the robot be? Assumes that we control motor current… Assumes that we control encoder readings… consider the segway…

  8. Kinematics kinematics dynamics The effect of a robot’s geometry on its motion. The effect of all forces (internal and external) on a robot’s motion. from sort of simple to sort of complex Aaargh! two-link manipulator three-link manipulator represented by a 4x4 matrix

  9. Mobile RobotDifferent Arrangements of Wheels • Two wheels • Three wheels • Four wheels Six wheels

  10. Odometry / Dead Reckoning “Quiz” or why optical encoders are so useful… Suppose a robots’ wheels are arranged as shown below. The robot moves its wheels smoothly and evenly forward (initially +y) until Wheel A has made 8 full rotations and Wheel B has made 6 full rotations. Where is the robot? That is, what are the coordinates of its center, C, if C was initially at (0,0)? Assume that the wheels do not slip as they move. (A strong assumption...) Where will C be? y x C A B 40cm Wheels A and B have a diameter of 5 cm.

  11. Differential drive Most common kinematic choice - difference in wheels’ speeds determines its turning angle Most miniature robots… ER1, Pioneer, Roomba VL VR

  12. Differential drive Most common kinematic choice - difference in wheels’ speeds determines its turning angle Most miniature robots… ER1, Pioneer, Roomba Questions (forward kinematics) Given the wheel’s velocities or positions, what is the robot’s velocity/position ? VL Are there any inherent system constraints? VR

  13. Differential drive Most common kinematic choice - difference in wheels’ speeds determines its turning angle Most miniature robots… ER1, Pioneer, Roomba Questions (forward kinematics) Given the wheel’s velocities or positions, what is the robot’s velocity/position ? VL Are there any inherent system constraints? VR 1) Specify system measurements 2) Determine the point (the radius) around which the robot is turning. 3) Determine the speed at which the robot is turning to obtain the robot velocity. 4) Integrate to find position.

  14. Differential drive 1) Specify system measurements y - consider possible coordinate systems VL x q 2d VR

  15. Differential drive 1) Specify system measurements y - consider possible coordinate systems 2) Determine the point (the radius) around which the robot is turning. Is there always a point around which the robot is rotating? VL x q 2d VR

  16. Differential drive 1) Specify system measurements y - consider possible coordinate systems 2) Determine the point (the radius) around which the robot is turning. - to minimize wheel slippage, the instantaneous center of curvature (the ICC) must lie at the intersection of the wheels’ axles VL x q - each wheel must be traveling at the same angular velocity 2d VR same angular velocity??

  17. Differential drive 1) Specify system measurements y - consider possible coordinate systems 2) Determine the point (the radius) around which the robot is turning. w - to minimize wheel slippage, this point (the ICC) must lie at the intersection of the wheels’ axles VL x - each wheel must be traveling at the same angular velocity around the ICC q 2d VR ICC “instantaneous center of curvature” R robot’s turning radius How are these values related? (the wheel diameter is already accounted for in VL and VR )

  18. y x Differential drive 1) Specify system measurements - consider possible coordinate systems 2) Determine the point (the radius) around which the robot is turning. w - each wheel must be traveling at the same angular velocity around the ICC VL 3) Determine the robot’s speed around the ICC and its linear velocity 2d VR w(R+d) = VL ICC R w(R-d) = VR robot’s turning radius

  19. y x Differential drive 1) Specify system measurements - consider possible coordinate systems 2) Determine the point (the radius) around which the robot is turning. w - each wheel must be traveling at the same angular velocity around the ICC VL 3) Determine the robot’s speed around the ICC and its linear velocity 2d VR w(R+d) = VL ICC of these five, what’s known & what’s not? R w(R-d) = VR robot’s turning radius

  20. y x Differential drive 1) Specify system measurements - consider possible coordinate systems 2) Determine the point (the radius) around which the robot is turning. w - each wheel must be traveling at the same angular velocity around the ICC VL 3) Determine the robot’s speed around the ICC and its linear velocity 2d VR w(R+d) = VL ICC R w(R-d) = VR robot’s turning radius Thus, w = ( VR - VL ) / 2d are there interesting cases? R = d ( VR + VL ) / ( VR - VL )

  21. y x Differential drive 1) Specify system measurements - consider possible coordinate systems 2) Determine the point (the radius) around which the robot is turning. w - each wheel must be traveling at the same angular velocity around the ICC V VL 3) Determine the robot’s speed around the ICC and its linear velocity 2d VR w(R+d) = VL ICC R w(R-d) = VR robot’s turning radius Thus, w = ( VR - VL ) / 2d R = d ( VR + VL ) / ( VR - VL ) So, what is the robot’s velocity?

  22. y x Differential drive 1) Specify system measurements - consider possible coordinate systems 2) Determine the point (the radius) around which the robot is turning. w - each wheel must be traveling at the same angular velocity around the ICC V VL 3) Determine the robot’s speed around the ICC and its linear velocity 2d VR w(R+d) = VL ICC R w(R-d) = VR robot’s turning radius Thus, w = ( VR - VL ) / 2d R = d ( VR + VL ) / ( VR - VL ) So, where’s the robot? So, the robot’s velocity is V = wR = ( VR + VL ) / 2

  23. y x Differential drive 4) Integrate to obtain position Vx = V(t) cos(q(t)) w(t) Vy = V(t) sin(q(t)) Thus, V(t) x(t) = ∫ V(t) cos(q(t)) dt VL y(t) = ∫ V(t) sin(q(t)) dt 2d q(t) = ∫w(t) dt VR ICC Kinematics R(t) robot’s turning radius with w = ( VR - VL ) / 2d R = d ( VR + VL ) / ( VR - VL ) What has to happen to change the ICC ? V = wR = ( VR + VL ) / 2 things have to change over time, t

  24. Q: Two-steered-wheel bicycle Unusual kinematics: • powered front wheel (velocity = vf ) • both wheels (in orientation) can be steered independently: f r • there is a rigid frame between the wheels with length L f Hw #2: What are the velocity kinematics of this vehicle? r vf L

  25. Q: Tricycle drive • front wheel is powered and steerable • back wheels tag along (without slipping...) A Lego Mindstorms example! Mecos tricycle-drive robot

  26. VF B VL 2d VR • The velocity of the front wheel is VF Q: ? (i.e., the conversion from angular velocity with wheel diameter is already done…) • We know the distances 2d and B Mecos tricycle-drive robot • What else do we need to know? • Where is the ICC? • How fast is the trikebot rotating around it? • What are VL and VR ?

  27. Synchro drive wheels rotate in tandem and remain parallel Nomad 200 all of the wheels are driven at the same speed Questions (forward kinematics) Given the wheel’s velocities or positions, what is the robot’s velocity/position ? Are there any inherent system constraints? Where is the ICC ? 1) Specify system measurements 2) Determine the point (the radius) around which the robot is turning. 3) Determine the speed at which the robot is turning to obtain the robot velocity. 4) Integrate to find position.

  28. Synchro drive wheels rotate in tandem and remain parallel Nomad 200 all of the wheels are driven at the same speed y ICC at Vrobot = Vwheels velocity wrobot = wwheels w q Kinematics x q(t) = ∫w(t) dt Vwheels position x(t) = ∫ Vwheels(t) cos(q(t)) dt y(t) = ∫ Vwheels(t) sin(q(t)) dt simpler to control, but ...

  29. Lego Synchro Anything that can be done, can be done with Lego the lego motto… http://www.robotthoughts.com/?q=node/2589

  30. Four-wheel Steering The kinematic challenges of parallel parking: • wheels have limited turning angles • no in-place rotation • lots of SUVs around VFL VFR VBL VBR What has to happen in order for a car's wheels not to slip while turning, i.e., for there to be a single ICC?

  31. Ackerman Steering aL • Similar to a tricycle-drive robot aR g r = y + d VFL tan(aR) wg = VFR VFR sin(aR) determinesw g Each front wheel has to turn a different amount ! d VBL d VBR x r ICC 6 bar design @ the Mechanisms lab at UCI

  32. Ackerman Steering aL • Similar to a tricycle-drive robot aR g r = y + d VFL tan(aR) wg = VFR VFR sin(aR) determinesw g Each front wheel has to turn a different amount ! d VBL d VBR x r ICC but not in the Barbie Jeep…

  33. Ackerman Steering aL • Similar to a tricycle-drive robot aR g r = y + d VFL tan(aR) wg = VFR VFR sin(aR) determinesw g The other wheel velocities are now fixed! d wg VBL d = VFL sin(aL) VBR aL = tan-1(g / (r + d)) x w(r - d) = VBR w(r + d) = VBL r ICC This is just the cab...

  34. The Big Rigs Applications: 5 link trailer 2 controlled angles Parking two trailers scary stuff...

  35. Multiple trailers ? Double trailers? "Double-trailer vehicles, including both western doubles and LCVs, had a threefold increased risk of crash involvement compared to single-trailer vehicles, even after adjusting for other variables significantly affecting crash risk, including empty or loaded travel, driver age, hours driving, type of carrier, and whether the carrier operated intrastate or interstate." http://www.usroads.com/journals/rmej/9902/rm990201.htm automatic control / robotic applications: “pavement-loading” application (no parking, I suppose) see www.knottlab.com/ animations.aspx http://www.westrack.com/wt_03.htm safety factor requirements?

  36. The Big Rigs Applications: 5 link trailer 2 controlled angles Parking/reversing with trailers

  37. Nonholonomicity All of the robots mentioned thus far share an important (if frustrating) property: they are nonholonomic . - makes it more difficult to navigate between two arbitrary points - need to resort to techniques like parallel parking

  38. Nonholonomicity All of the robots mentioned thus far share an important (if frustrating) property: they are nonholonomic . - makes it more difficult to navigate between two arbitrary points - need to resort to techniques like parallel parking By definition, a robot is nonholonomic if it can not move to change its pose instantaneously in all available directions.

  39. Nonholonomicity All of the robots mentioned thus far share an important (if frustrating) property: they are nonholonomic . - makes it more difficult to navigate between two arbitrary points - need to resort to techniques like parallel parking By definition, a robot is nonholonomic if it can not move to change its pose instantaneously in all available directions. differential-drive robots are nonholonomic VL multiple-trailer rigs are “very” nonholonomic VR

  40. Nonholonomicity All of the robots mentioned thus far share an important (if frustrating) property: they are nonholonomic . - makes it more difficult to navigate between two arbitrary points - need to resort to techniques like parallel parking By definition, a robot is holonomic if it canmove to change its pose instantaneously in all available directions.

  41. Nonholonomicity All of the robots mentioned thus far share an important (if frustrating) property: they are nonholonomic . - makes it more difficult to navigate between two arbitrary points - need to resort to techniques like parallel parking By definition, a robot is holonomic if it canmove to change its pose instantaneously in all available directions. i.e., the robot’s differential motion is unconstrained. Synchro Drive is the Nomad holonomic?

  42. Nonholonomicity All of the robots mentioned thus far share an important (if frustrating) property: they are nonholonomic . - makes it more difficult to navigate between two arbitrary points - need to resort to techniques like parallel parking By definition, a robot is holonomic if it canmove to change its pose instantaneously in all available directions. But the Nomad’s differential motion is constrained. Synchro Drive two DOF are freely controllable; the third is only indirectly accessible

  43. The Four Basic Wheels Types b) a) • a) Standard wheel: Two degrees of freedom; rotation around the (motorized) wheel axle and the contact point • b) Castor wheel: Three degrees of freedom; rotation around the wheel axle, the contact point and the castor axle

  44. The Four Basic Wheels Types d) c) • c) Swedish wheel: Three degrees of freedom; rotation around the (motorized) wheel axle, around the rollers and around the contact point • d) Ball or spherical wheel: Suspension technically not solved

  45. Movement in the plane has 3 DOF thus only three wheels can be independently controlled It might be better to arrange three swedish wheels in a triangle Uranus, CMU: Omnidirectional Drive with 4 Wheels

  46. Holonomic Robots Navigation is simplified considerably if a robot can move instantaneously in any direction, i.e., is holonomic. Omniwheels Mecanum wheels tradeoffs in locomotion/wheel design show examples… if it can be done at all ...

  47. Holonomic Designs in action and “frisbeeing” Killough Platform lego logo…

  48. Holonomic hype “The PeopleBot is a highly holonomic platform, able to navigate in the tightest of spaces…” www.activmedia.com

  49. Robot of the Day Rotundus, Inc. of Sweden – spherical robot How? all internal (proprioceptive) sensing

  50. Robot of the Day Rotundus, Inc. of Sweden – spherical robot Internal, motor-driven pendulum for shifting the center of mass…

More Related