Difference between revisions of "MIT Cheetah"

From Humanoid Robots Wiki
Jump to: navigation, search
(buit -> bit)
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
The '''MIT Cheetah''' is an open-source quadropedal robot designed using low-inertia actuators.
+
'''MIT Cheetah''' is an open-source quadropedal robot designed using low-inertia actuators. This robot is developed in the lab of Professor Sangbae Kim at MIT<ref>https://www.csail.mit.edu/news/one-giant-leap-mini-cheetah</ref>. The MIT Cheetah is known for its agility and ability to adapt to varying terrain conditions without requiring a terrain map in advance
 +
 
 +
{{infobox robot
 +
| name = MIT Cheetah
 +
| organization = MIT
 +
| video_link =
 +
| cost =
 +
| height =
 +
| weight = 20 pounds
 +
| speed = Twice the speed of average human walking speed<ref>https://news.mit.edu/2019/mit-mini-cheetah-first-four-legged-robot-to-backflip-0304</ref>,<ref>http://robotics.mit.edu/mini-cheetah-first-four-legged-robot-do-backflip</ref>
 +
| lift_force =
 +
| battery_life =
 +
| battery_capacity =
 +
| purchase_link =
 +
| number_made =
 +
| dof =
 +
| status = Active
 +
}}
 +
 
 +
== Design and Development ==
 +
 
 +
The MIT Cheetah displays remarkable adaptability in its functions. Despite being only 20 pounds, the robot can bend and swing its legs wide, allowing it to either walk right side up or upside down<ref>https://news.mit.edu/2019/mit-mini-cheetah-first-four-legged-robot-to-backflip-0304</ref>. This flexibility is a result of its design that prioritizes a wide range of motion.
 +
 
 +
The robot is further equipped to deal with challenges posed by rough, uneven terrain. It can traverse such landscapes at a pace twice as fast as an average person's walking speed<ref>http://robotics.mit.edu/mini-cheetah-first-four-legged-robot-do-backflip</ref>. The MIT Cheetah’s design, particularly the implementation of a control system that enables agile running, has been largely driven by the "learn-by-experience model". This approach, in contrast to previous designs reliant primarily on human analytical insights, allows the robot to respond quickly to changes in the environment<ref>https://news.mit.edu/2022/3-questions-how-mit-mini-cheetah-learns-run-fast-0317</ref>.
 +
 
 +
=== Chips ===
 +
 
 +
* [https://www.st.com/en/microcontrollers-microprocessors/stm32-32-bit-arm-cortex-mcus.html STM32 32-bit Arm Cortex MCU]
 +
* [https://www.ti.com/product/DRV8323 DRV8323 3-phase smart gate driver]
 +
* [https://www.monolithicpower.com/en/ma702.html MA702 angular position measurement device]
 +
* [https://www.microchip.com/en-us/product/mcp2515 MCP2515 CAN Controller with SPI Interface]
 +
 
 +
== References ==
 +
 
 +
<references />
  
 
[[Category:Actuators]]
 
[[Category:Actuators]]
 
[[Category:Open Source]]
 
[[Category:Open Source]]
[[Category:Stompy, Expand!]]
+
[[Category:Robots]]

Latest revision as of 00:27, 11 May 2024

MIT Cheetah is an open-source quadropedal robot designed using low-inertia actuators. This robot is developed in the lab of Professor Sangbae Kim at MIT[1]. The MIT Cheetah is known for its agility and ability to adapt to varying terrain conditions without requiring a terrain map in advance

MIT Cheetah
NameMIT Cheetah
OrganizationMIT
Weight20 pounds
SpeedTwice the speed of average human walking speed[2],[3]
StatusActive

Design and Development[edit]

The MIT Cheetah displays remarkable adaptability in its functions. Despite being only 20 pounds, the robot can bend and swing its legs wide, allowing it to either walk right side up or upside down[4]. This flexibility is a result of its design that prioritizes a wide range of motion.

The robot is further equipped to deal with challenges posed by rough, uneven terrain. It can traverse such landscapes at a pace twice as fast as an average person's walking speed[5]. The MIT Cheetah’s design, particularly the implementation of a control system that enables agile running, has been largely driven by the "learn-by-experience model". This approach, in contrast to previous designs reliant primarily on human analytical insights, allows the robot to respond quickly to changes in the environment[6].

Chips[edit]

References[edit]