<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Robotpark ACADEMY &#187; MIT</title>
	<atom:link href="http://www.robotpark.com/academy/tag/mit/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.robotpark.com/academy</link>
	<description>World&#039;s Largest Robot Resource</description>
	<lastBuildDate>Fri, 10 Mar 2017 10:10:53 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=4.0.1</generator>
	<item>
		<title>Autonomous Robotic Plane Flies Indoors at MIT 31025</title>
		<link>http://www.robotpark.com/academy/autonomous-robotic-plane-flies-indoors-at-mit-31025/</link>
		<comments>http://www.robotpark.com/academy/autonomous-robotic-plane-flies-indoors-at-mit-31025/#comments</comments>
		<pubDate>Tue, 26 Mar 2013 23:46:35 +0000</pubDate>
		<dc:creator><![CDATA[Gokhan Isgor]]></dc:creator>
				<category><![CDATA[FLYING ROBOTS]]></category>
		<category><![CDATA[ROBOT NEWS]]></category>
		<category><![CDATA[ROBOT VIDEOS]]></category>
		<category><![CDATA[Robotic Aircraft]]></category>
		<category><![CDATA[Robotic Researches]]></category>
		<category><![CDATA[Flying Robot]]></category>
		<category><![CDATA[MIT]]></category>
		<category><![CDATA[plane robot]]></category>
		<category><![CDATA[Robotic Research]]></category>

		<guid isPermaLink="false">http://www.robotee.com/?p=2204</guid>
		<description><![CDATA[<p style="text-align: justify;">For decades, academic and industry researchers have been working on control algorithms for autonomous helicopters — robotic helicopters that pilot themselves, rather than requiring remote human guidance. Dozens of research teams have competed in a series of autonomous-helicopter challenges posed by the Association for Unmanned Vehicle Systems International (AUVSI); progress has been so rapid that the last two challenges have involved indoor navigation without the use of GPS.</p>
<p>The post <a rel="nofollow" href="http://www.robotpark.com/academy/autonomous-robotic-plane-flies-indoors-at-mit-31025/">Autonomous Robotic Plane Flies Indoors at MIT 31025</a> appeared first on <a rel="nofollow" href="http://www.robotpark.com/academy">Robotpark ACADEMY</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p style="text-align: justify;">For decades, academic and industry researchers have been working on <strong>control algorithms</strong> for autonomous helicopters — robotic helicopters that pilot themselves, rather than requiring remote human guidance. Dozens of research teams have competed in a series of autonomous-helicopter challenges posed by the Association for Unmanned Vehicle Systems International (AUVSI); progress has been so rapid that the last two challenges have involved indoor navigation without the use of GPS.</p>
<p style="text-align: justify;">But <strong>MIT’s Robust Robotics Group</strong> — which fielded the team that won the last <strong>AUVSI contest</strong> — has set itself an even tougher challenge: developing autonomous-control algorithms for the indoor flight of <strong>GPS-denied airplanes</strong>. At the 2011 International Conference on Robotics and Automation (ICRA), a team of researchers from the group described an algorithm for calculating a plane’s trajectory; in 2012, at the same conference, they presented an algorithm for determining its “state” — its location, physical orientation, velocity and acceleration. Now, the MIT researchers have completed a series of flight tests in which an autonomous robotic plane running their state-estimation algorithm successfully threaded its way among pillars in the parking garage under MIT’s Stata Center.</p>
<p style="text-align: justify;">“The reason that we switched from the helicopter to the fixed-wing vehicle is that the <strong>fixed-wing vehicle is a more complicated and interesting problem</strong>, but also that it has a much longer flight time,” says Nick Roy, an associate professor of aeronautics and astronautics and head of the Robust Robotics Group. “The helicopter is working very hard just to keep itself in the air, and we wanted to be able to fly longer distances for longer periods of time.”</p>
<p style="text-align: justify;">With the plane, the problem is more complicated because “<strong>it’s going much faster, and it can’t do arbitrary motions</strong>,” Roy says. “They can’t go sideways, they can’t hover, they have a stall speed.”</p>
<hr />
<p style="text-align: justify;">
<p style="text-align: justify;"><span style="color: #ff6600;"><strong>Found in Translation</strong></span></p>
<p style="text-align: justify;">To buy a little extra time for their algorithms to execute, and to ensure maneuverability in close quarters, the MIT researchers built their own plane from scratch. Adam Bry, a graduate student in the Department of Aeronautics and Astronautics (AeroAstro) and lead author on both ICRA papers, consulted with AeroAstro professor Mark Drela about the plane’s design. “He’s a guy who can design you a complete airplane in 10 minutes,” Bry says. “He probably doesn’t remember that he did it.” The plane that resulted has unusually short and broad wings, which allow it to fly at relatively low speeds and make tight turns but still afford it the cargo capacity to carry the electronics that run the researchers’ algorithms.</p>
<p style="text-align: justify;">Because the problem of autonomous plane navigation in confined spaces is so difficult, and because it’s such a new area of research, the MIT team is initially giving its plane a leg up by providing it with an accurate digital map of its environment. That’s something that the helicopters in the AUVSI challenges don’t have: They have to build a map as they go.</p>
<p style="text-align: justify;">But the plane still has to determine where it is on the map in real time, using data from a laser rangefinder and inertial sensors — accelerometers and gyroscopes — that it carries on board. It also has to deduce its orientation — how much it’s tilted in any direction — its velocity, and its acceleration. Because many of those properties are multidimensional, to determine its state at any moment, the plane has to calculate 15 different values.</p>
<p style="text-align: justify;">That’s a massive computational challenge, but Bry, Roy and Abraham Bachrach — a grad student in electrical engineering and computer science who’s also in Roy’s group — solved it by combining two different types of state-estimation algorithms. One, called a particle filter, is very accurate but time consuming; the other, called a Kalman filter, is accurate only under certain limiting assumptions, but it’s very efficient. Algorithmically, the trick was to use the particle filter for only those variables that required it and then translate the results back into the language of the Kalman filter.</p>
<hr />
<p style="text-align: justify;">
<p style="text-align: justify;"><span style="color: #ff6600;"><strong>Confronting Doubt</strong></span></p>
<p style="text-align: justify;">To plot the plane’s trajectory, Bry and Roy adapted extremely efficient <strong>motion-planning algorithms</strong> (http://web.mit.edu/newsoffice/2011/smarter-robot-arms-0921.html) developed by AeroAstro professor Emilio Frazzoli’s Aerospace Robotics and Embedded Systems (ARES) Laboratory. The ARES algorithms, however, are designed to work with more reliable state information than a plane in flight can provide, so Bry and Roy had to add an extra variable to describe the probability that a state estimation was reliable, which made the geometry of the problem more complicated.</p>
<p style="text-align: justify;">Paul Newman, a professor of information engineering at the University of Oxford and leader of Oxford’s Mobile Robotics Group, says that because autonomous plane navigation in confined spaces is such a new research area, the MIT team’s work is as valuable for the questions it raises as the answers it provides. “Looking beyond the obvious excellence in systems,” Newman says, the work “raises interesting questions which cannot be easily bypassed.”</p>
<p style="text-align: justify;">But the answers are interesting, too, Newman says. “Navigation of lightweight, dynamic vehicles against rough prior 3-D structural maps is hard, important, timely and, I believe, will find exploitation in many, many fields,” he says. “Not many groups can pull it all together on a single platform.”</p>
<p style="text-align: justify;">The MIT researchers’ next step will be to develop algorithms that can build a map of the plane’s environment on the fly. Roy says that the addition of visual information to the rangefinder’s measurements and the inertial data could make the problem more tractable. “There are definitely significant challenges to be solved,” Bry says. “But I think that it’s certainly possible.”</p>
<hr />
<p style="text-align: justify;">
<p>The post <a rel="nofollow" href="http://www.robotpark.com/academy/autonomous-robotic-plane-flies-indoors-at-mit-31025/">Autonomous Robotic Plane Flies Indoors at MIT 31025</a> appeared first on <a rel="nofollow" href="http://www.robotpark.com/academy">Robotpark ACADEMY</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.robotpark.com/academy/autonomous-robotic-plane-flies-indoors-at-mit-31025/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Soft Autonomous Earthworm Robot at MIT 11065</title>
		<link>http://www.robotpark.com/academy/soft-autonomous-earthworm-robot-at-mit-11065/</link>
		<comments>http://www.robotpark.com/academy/soft-autonomous-earthworm-robot-at-mit-11065/#comments</comments>
		<pubDate>Tue, 26 Mar 2013 15:10:33 +0000</pubDate>
		<dc:creator><![CDATA[Gokhan Isgor]]></dc:creator>
				<category><![CDATA[ROBOT VIDEOS]]></category>
		<category><![CDATA[Soft Robots]]></category>
		<category><![CDATA[Earthworm]]></category>
		<category><![CDATA[MIT]]></category>
		<category><![CDATA[peristalsis]]></category>

		<guid isPermaLink="false">http://www.robotee.com/?p=2160</guid>
		<description><![CDATA[<p style="text-align: justify;"><strong>Earthworms creep along the ground</strong> by alternately squeezing and stretching muscles along the length of their bodies, inching forward with each wave of contractions. Snails and sea cucumbers also use this mechanism, called peristalsis, to get around, and our own gastrointestinal tracts operate by a similar action, squeezing muscles along the esophagus to push food to the stomach.</p>
<p>The post <a rel="nofollow" href="http://www.robotpark.com/academy/soft-autonomous-earthworm-robot-at-mit-11065/">Soft Autonomous Earthworm Robot at MIT 11065</a> appeared first on <a rel="nofollow" href="http://www.robotpark.com/academy">Robotpark ACADEMY</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p style="text-align: justify;"><strong>Earthworms</strong> creep along the ground by alternately squeezing and stretching muscles along the length of their bodies, inching forward with each wave of contractions. <strong>Snails and sea cucumbers also use this mechanism</strong>, called <strong>peristalsis</strong>, to get around, and our own gastrointestinal tracts operate by a similar action, squeezing muscles along the esophagus to push food to the stomach.</p>
<p style="text-align: justify;">Now researchers at MIT, Harvard University and Seoul National University have engineered a soft autonomous robot that moves via peristalsis, crawling across surfaces by contracting segments of its body, much like an earthworm. The robot, made almost entirely of soft materials, is remarkably resilient: Even when stepped upon or bludgeoned with a hammer, the robot is able to inch away, unscathed.</p>
<p style="text-align: justify;">Sangbae Kim, the Esther and Harold E. Edgerton Assistant Professor of Mechanical Engineering at MIT, says such a soft robot may be useful for navigating rough terrain or squeezing through tight spaces.</p>
<p style="text-align: justify;"><strong>The robot is named “Meshworm</strong>” for the flexible, meshlike tube that makes up its body. Researchers created “artificial muscle” from wire made of nickel and titanium — a shape-memory alloy that stretches and contracts with heat. They wound the wire around the tube, creating segments along its length, much like the segments of an earthworm. They then applied a small current to the segments of wire, squeezing the mesh tube and propelling the robot forward. The team recently published details of the design in the journal IEEE/ASME Transactions on Mechatronics.</p>
<p style="text-align: justify;">In addition to Kim, the paper’s authors are graduate student Sangok Seok and postdoc Cagdas Denizel Onal at MIT, associate professor Robert J. Wood at Harvard, assistant professor Kyu-Jin Cho PhD ’07 of Seoul National University, and Daniela Rus, professor of computer science and engineering and director of MIT’s Computer Science and Artificial Intelligence Laboratory (CSAIL).</p>
<p style="text-align: justify;"><span style="color: #ff6600;"><strong>Soft-Serve Robotics</strong></span></p>
<p style="text-align: justify;">In the past few decades, many roboticists have looked for ways to engineer soft robotic systems. Without bulky, breakable hardware, soft robots might be able to explore hard-to-reach spaces and traverse bumpy terrain. Their pliable exteriors also make them safe for human interaction.</p>
<p style="text-align: justify;">A significant challenge in soft robotics has been in designing soft actuators, or motors, to power such robots. One solution has been to use compressed air, carefully pumped through a robot to move it. But Kim says air-powered, or pneumatic, robots require bulky pumps. “Integrating micro air compressors into a small autonomous robot is a challenge,” Kim says.</p>
<p style="text-align: justify;"><span style="color: #ff6600;"><strong>Artificial Muscle from a Bizarre Material &#8211; (Nickel Titanium)</strong></span></p>
<p style="text-align: justify;">Instead, Kim and his colleagues looked to the earthworm for design guidance. They noted that the creepy crawler is made up of <strong>two main muscle groups: circular muscle fibers</strong> that wrap around the worm’s tubelike body, and <strong>longitudinal muscle fibers</strong> that run along its length. Both muscle groups work together to inch the worm along.</p>
<p style="text-align: justify;">The team set out to design a similar soft, peristalsis-driven system. The researchers first made a long, tubular body by rolling up and heat-sealing a sheet of polymer mesh. The mesh, made from interlacing polymer fibers, allows the tube to stretch and contract, similar to a spring.</p>
<p style="text-align: justify;">They then looked for ways to create <strong>artificial muscle,</strong> ultimately settling on a nickel-titanium alloy. “<strong>It’s a very bizarre material,</strong>” Kim says. “Depending on the [<strong>nickel-titanium</strong>] ratio, its behavior changes dramatically.”</p>
<p style="text-align: justify;">Depending on the ratio of nickel to titanium, the alloy changes phase with heat. Above a certain temperature, the alloy remains in a phase called austenite — a regularly aligned structure that springs back to its original shape, even after significant bending, much like flexible eyeglass frames. Below a certain temperature, the alloy shifts to a martensite phase — a more pliable structure that, like a paperclip, stays in the shape in which it’s bent.</p>
<p style="text-align: justify;"><strong>The researchers fabricated a tightly coiled nickel-titanium</strong> wire and wound it around the mesh tube, mimicking the circular muscle fibers of the earthworm. They then fitted a small battery and circuit board within the tube, generating a current to heat the wire at certain segments along the body: As a segment reaches a certain temperature, the wire contracts around the body, squeezing the tube and propelling the robot forward. Kim and his colleagues developed algorithms to carefully control the wire’s heating and cooling, directing the worm to move in various patterns.</p>
<p style="text-align: justify;">The group also outfitted the robot with wires running along its length, similar to an earthworm’s longitudinal muscle fibers. When heated, an individual wire will contract, pulling the worm left or right.</p>
<p style="text-align: justify;">As an ultimate test of soft robotics, the group subjected the robot to multiple blows with a hammer, even stepping on the robot to check its durability. Despite the violent impacts, the robot survived, crawling away intact.</p>
<p style="text-align: justify;">“<strong>You can throw it, and it won’t collapse,</strong>” Kim says. “Most mechanical parts are rigid and fragile at small scale, but the parts in Meshworms are all fibrous and flexible. The muscles are soft, and the body is soft … we’re starting to show some body-morphing capability.”</p>
<p style="text-align: justify;">Kellar Autumn, a professor of biology at Lewis and Clark College, studies the biomechanics of animal motion in designing soft robotics. Autumn says robots like the Meshworm may have many useful applications, such as next-generation endoscopes, implants and prosthetics.</p>
<p style="text-align: justify;">“Even though the robot’s body is much simpler than a real worm — it has only a few segments — it appears to have quite impressive performance,” Autumn says. “I predict that in the next decade we will see shape-changing artificial muscles in many products, such as mobile phones, portable computers and automobiles.”</p>
<p style="text-align: justify;">This research was supported by the U.S. Defense Advanced Research Projects Agency.</p>
<p style="text-align: justify;"><span style="font-size: 16px;"><strong><span style="color: #ff6600;">Links</span></strong></span></p>
<p style="text-align: justify;">http://web.mit.edu/newsoffice/2012/autonomous-earthworm-robot-0810.html<br />
Youtube Video &#8211; http://youtu.be/EXkf62qGFII</p>
<p>The post <a rel="nofollow" href="http://www.robotpark.com/academy/soft-autonomous-earthworm-robot-at-mit-11065/">Soft Autonomous Earthworm Robot at MIT 11065</a> appeared first on <a rel="nofollow" href="http://www.robotpark.com/academy">Robotpark ACADEMY</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.robotpark.com/academy/soft-autonomous-earthworm-robot-at-mit-11065/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
