Straight-Legged Bipeded Robot David Bayani Background Studied a - - PowerPoint PPT Presentation

straight legged bipeded robot
SMART_READER_LITE
LIVE PREVIEW

Straight-Legged Bipeded Robot David Bayani Background Studied a - - PowerPoint PPT Presentation

Verifying Safety for a Hopping, Straight-Legged Bipeded Robot David Bayani Background Studied a lot, by primarily but controls examined separately from dynamics Testing controller and machine usually done by simulation or real-life


slide-1
SLIDE 1

Verifying Safety for a Hopping, Straight-Legged Bipeded Robot

David Bayani

slide-2
SLIDE 2

Background

  • Studied a lot, by primarily but controls examined separately from

dynamics

  • Testing controller and machine usually done by simulation or real-life

tests

  • d/dt tool closest related work, but focused on dynamics, not controls
slide-3
SLIDE 3

What we are trying to model

slide-4
SLIDE 4

Modeling Robot

Up Bakward Forward Down

“Projection” to 2 Dimensions

slide-5
SLIDE 5

Modeling Robot, cont.

Massless legs – Only mass at center Infinite Friction

slide-6
SLIDE 6

Hopping

1 3 2

slide-7
SLIDE 7

Postconditions

Don’t Fall

Don’t tilt too far

Keep feet and body from colliding – keep safe radius away

slide-8
SLIDE 8

No-Legs-On-Ground Dynamics: Freefall

slide-9
SLIDE 9

One-Leg-On-Ground Dynamics: Pivoting

Legs can move while falling, which might move center

= -g( length ) / ( length )

slide-10
SLIDE 10

Two-Legs -(Stably)-On-Ground Dynamics

Dynamics determined by leg movements and initial conditions

= (Fx, Fy)

( ) , =

slide-11
SLIDE 11

Verifying Hopping Motion

  • Two-leg dynamics and free fall have solvable ODEs : use DiffSolve
  • One Legged Case: must use invariants
slide-12
SLIDE 12

Challenges to verification

  • Large model – ran into computer-based difficulties
  • Finite length legs, friction stopping motion, etc.
  • Manually translated trivial section
  • Doing DiffSolve alone (for basic dynamics) took hours