Ude hishigi te gatame

Ude-Hishigi-Te-Gatame (腕挫手固) is one of the official 29 grappling techniques of Kodokan Judo. It is one of the nine joint techniques of the Kansetsu-waza list, one of the three grappling lists in Judo's Katame-waza enumerating 29 grappling techniques.

Ude hishigi te gatame
ClassificationKatame-waza
Sub classificationKansetsu-waza
KodokanYes
Technique name
RōmajiUde-hishigi-te-gatame
Japanese腕挫手固
EnglishHand armlock

Technique Description

Photo from http://www.chez.com/judopassion/pages/technique/techn%20sol/kansetsu.htm

Similar Techniques, Variants, and Aliases

IJF Official Names:

  • Ude-hishigi-te-gatame(腕挫手固)
  • U.H. te-gatame
  • Te-gatame(手固)
  • TGT

Variants:

  • Ude-garami-henka-waza(腕緘変化技)
Examples of contest this finished
  • Tel Aviv Grand Prix 2020 U60kg Semi-Final
Loss Dai Aoki(Japan) (01:35 Te-gatame[1]) Kim Won-jin(South Korea) Win IJF movie[1]
  • Kami-hiza-gatame(上膝固)
  • Yoko-hiza-gatame(横膝固)
  • Pillow armlock(V2 armlock)
  • Telephone armlock
  • Shoulder arm breaker

Alias:

  • Hand armlock

Included Systems

Systems:

Lists:

  • Judo technique
  • The video, The Essence of Judo featuring Kyuzo Mifune
    • Ude-Garami(4th patern)(腕緘 その四)

Technique History

gollark: getItemMeta returns a thing with stackSize, right?
gollark: Also, in that version there, patterns got fed in as a table with numeric indices from 1-9 representing each slot of the crafting table plus an optional qty key for how much the recipe produces.
gollark: Ridiculous. We *need* to be able to break maths in a snippet of code.
gollark: Here is a copy of the code I don't understand from the old version:```lualocal function descend(intermediateFn, terminalFn, i) local pattern = patterns[i] if pattern then intermediateFn(pattern) local pqty = pattern.qty -- Qty keys must be removed from the pattern for collation -- Otherwise, it shows up as a number stuck in the items needed table, which is bad. pattern.qty = nil local needs = util.collate(pattern) pattern.qty = pqty local has = {} for slot, item in pairs(pattern) do if util.satisfied(needs, has) then break end if patterns[item] then descend(intermediateFn, terminalFn, item) has[item] = (has[item] or 0) + (patterns[item].count or 1) end end else terminalFn(i) endendlocal function cost(i) local items = {} descend(function() end, function(i) table.insert(items, i) end, i) return util.collate(items)endlocal function tasks(i) local t = {} descend(function(pat) table.insert(t, pat) end, function() end, i) return tend```
gollark: Also, implementing whatever is done internally for finding free space to transfer to is hard!

References

  • Judo Techniques
  • Judo Lists
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.