<?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; Flying Robot</title>
	<atom:link href="http://www.robotpark.com/academy/tag/flying-robot/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>Spherical Air Vehicle Quadrotor by Illinois Institute of Technology 31015</title>
		<link>http://www.robotpark.com/academy/spherical-air-vehicle-quadrotor-by-illinois-institute-of-technology-31015/</link>
		<comments>http://www.robotpark.com/academy/spherical-air-vehicle-quadrotor-by-illinois-institute-of-technology-31015/#comments</comments>
		<pubDate>Mon, 18 Mar 2013 13:07:12 +0000</pubDate>
		<dc:creator><![CDATA[Gokhan Isgor]]></dc:creator>
				<category><![CDATA[FLYING ROBOTS]]></category>
		<category><![CDATA[Quadrocopters]]></category>
		<category><![CDATA[ROBOT NEWS]]></category>
		<category><![CDATA[Flying Robot]]></category>
		<category><![CDATA[HyTAQ]]></category>
		<category><![CDATA[Spherical Flying Vehicle]]></category>

		<guid isPermaLink="false">http://www.robotee.com/?p=1695</guid>
		<description><![CDATA[<p style="text-align: justify;"><strong>The HyTAQ robot</strong> has been developed in the<strong> Robotics Lab at Illinois Institute of Technology</strong> (IIT), part of the Mechanical, Materials, and Aerospace Engineering Department. It is a novel mobile robot capable of both aerial and terrestrial locomotion. Flight is achieved through a quadrotor configuration; four actuators provide the required thrust. Adding a rolling cage to the quadrotor makes terrestrial locomotion possible using the same actuator set and control system. Thus, neither the mass nor the system complexity is increased by inclusion of separate actuators for terrestrial and aerial locomotion.</p>
<p><a href="http://www.robotee.com/image/NEWS/31015_hytaq_robot.jpg"><img class="alignnone" alt="" src="http://www.robotee.com/image/NEWS/31015_hytaq_robot.jpg" width="700" height="350" /></a></p>
<p>The post <a rel="nofollow" href="http://www.robotpark.com/academy/spherical-air-vehicle-quadrotor-by-illinois-institute-of-technology-31015/">Spherical Air Vehicle Quadrotor by Illinois Institute of Technology 31015</a> appeared first on <a rel="nofollow" href="http://www.robotpark.com/academy">Robotpark ACADEMY</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p><span style="font-size: 16px;"><strong style="color: #ff6600;">Summary</strong></span></p>
<p><span style="font-size: 16px;"><em>&#8220;HyTAQ Robot (Hybrid Terrestrial and Aerial Quadrotor)&#8221;</em></span><br />
<span style="font-size: 16px;"> <em>&#8220;The Spherical Air Vehicle developed by<strong> </strong>Japan’s Ministry of Defense&#8221;</em></span></p>
<hr />
<p><strong>The HyTAQ robot</strong> has been developed in the<strong> Robotics Lab at Illinois Institute of Technology</strong> (IIT), part of the Mechanical, Materials, and Aerospace Engineering Department. It is a novel mobile robot capable of both aerial and terrestrial locomotion. Flight is achieved through a quadrotor configuration; four actuators provide the required thrust. Adding a rolling cage to the quadrotor makes terrestrial locomotion possible using the same actuator set and control system. Thus, neither the mass nor the system complexity is increased by inclusion of separate actuators for terrestrial and aerial locomotion.</p>
<p>During terrestrial locomotion, the robot only needs to overcome rolling resistance and consumes much less energy compared to the aerial mode. This solves one of the most vexing problems of quadrotors and rotorcraft in general — their short operation time. Experimental results show that the hybrid robot can travel a distance 4 times greater and operate almost 6 times longer than a aerial only system. It also solves one of the most challenging problems in terrestrial robot design — obstacle avoidance. When an obstacle is encountered, the system simply flies over it.</p>
<p><a href="http://www.robotpark.com/academy/NW/31015_Hytaq_Robot_01.jpg"><img class="aligncenter" src="http://www.robotpark.com/academy/NW/31015_Hytaq_Robot_01.jpg" alt="" width="770" height="433" /></a></p>
<p style="text-align: justify;"><strong>A team at the Robotics Lab</strong> at the<strong> Illinois Institute of Technology (IIT)</strong> has come up with another take on the caged flying robots like the spherical air vehicle developed by<strong> Japan’s Ministry of Defense</strong> (JMD) and the more recent <strong>Kyosho Space</strong> <strong>Ball</strong>. However, instead of a spherical shape, the the outer protective cage of the HyTAQ (Hybrid Terrestrial and Aerial Quadrotor) is cylindrical and is attached to the quadrotor via a shaft connected by two rotating joints, thereby providing the HyTAQ with the ability to fly or roll over the ground.</p>
<p style="text-align: justify;">With the quadrotors providing thrust for both aerial and terrestrial locomotion, there&#8217;s no requirement for additional actuators that would increase the weight of the system. When on the ground, the rolling cage means the robot only needs to overcome rolling resistance to move forward, and when it encounters an obstacle to difficult to roll over, it can simply take to the air to jump over it.</p>
<p style="text-align: justify;"><a href="http://www.robotpark.com/academy/NW/31015_Hytaq_Robot_02.jpg"><img class="aligncenter" src="http://www.robotpark.com/academy/NW/31015_Hytaq_Robot_02.jpg" alt="" width="770" height="433" /></a></p>
<p style="text-align: justify;">The developers say the <strong>robot’s hybrid nature makes it much more energy efficient</strong> than aerial-only systems, with the ability to <strong>operate almost six times as long and trave</strong>l a distance four times greater than such systems. Experiments conducted by the team showed that for aerial-only travel, its battery lasted five minutes and it traveled 1,969 ft (600 m), but rolling over a smooth surface saw its endurance extend to 27 minutes and the distance traveled increase to 7,874 ft (2,400 m).</p>
<p style="text-align: justify;">The cage itself is constructed out of<strong> polycarbonate and carbon fiber making it both flexible and strong enough to withstand crashing</strong>. The development team has tested the <strong>HyTAQ’s</strong> ground performance over various types of terrain, including flat indoor surfaces and sand and grass outdoors. The ground locomotion capabilities also allow the robot to move when it’s too windy for flight.</p>
<p style="text-align: justify;">Like its spherical kin, the reconnaissance and search and rescue potential of the camera-equipped robot are obvious and the team is now in the process of patenting the design and hopes to attract commercial interest.</p>
<p style="text-align: justify;">The HyTAQ robot can be seen in action in the following video.</p>
<hr />
<p style="text-align: justify;"><span style="font-size: 16px;"><strong><span style="color: #ff6600;">External Links</span></strong></span></p>
<p>http://robots.iit.edu/</p>
<p>http://www.gizmag.com/hytaq-rolling-aerial-robot/25220/</p>
<hr />
<p>The post <a rel="nofollow" href="http://www.robotpark.com/academy/spherical-air-vehicle-quadrotor-by-illinois-institute-of-technology-31015/">Spherical Air Vehicle Quadrotor by Illinois Institute of Technology 31015</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/spherical-air-vehicle-quadrotor-by-illinois-institute-of-technology-31015/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Festo Robotic Seagull &#8211; Smart Bird &#8211; Can Fly Like A Bird 11028</title>
		<link>http://www.robotpark.com/academy/festo-robotic-seagull-11028/</link>
		<comments>http://www.robotpark.com/academy/festo-robotic-seagull-11028/#comments</comments>
		<pubDate>Mon, 28 Jan 2013 12:01:58 +0000</pubDate>
		<dc:creator><![CDATA[Gokhan Isgor]]></dc:creator>
				<category><![CDATA[Biology and Robotics]]></category>
		<category><![CDATA[Festo Robots]]></category>
		<category><![CDATA[FLYING ROBOTS]]></category>
		<category><![CDATA[ROBOT VIDEOS]]></category>
		<category><![CDATA[Robotic Researches]]></category>
		<category><![CDATA[festo]]></category>
		<category><![CDATA[Flying Robot]]></category>
		<category><![CDATA[flying robots]]></category>
		<category><![CDATA[robotic seagull]]></category>
		<category><![CDATA[smartbird]]></category>

		<guid isPermaLink="false">http://www.robotee.com/?p=257</guid>
		<description><![CDATA[<p style="text-align: justify;">Festo's robotic bird takes flight. The Herring Gull robot codenamed SmartBird.</p>
<p>The post <a rel="nofollow" href="http://www.robotpark.com/academy/festo-robotic-seagull-11028/">Festo Robotic Seagull &#8211; Smart Bird &#8211; Can Fly Like A Bird 11028</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;">Festo&#8217;s robotic bird takes flight. The Herring Gull robot codenamed SmartBird.</p>
<p style="text-align: justify;"><strong><a href="http://www.robotee.com/VP/11028-Brosch_SmartBird.pdf">Download Smart Bird PDF </a></strong></p>
<div style="text-align: justify;">
<h3><span style="color: #ff6600;">Aerodynamic lightweight design</span></h3>
</div>
<p style="text-align: justify;">SmartBird is an ultralight but powerful flight model with excellent aerodynamic qualities and extreme agility. With SmartBird, Festo has succeeded in deciphering the flight of birds – one of the oldest dreams of humankind.</p>
<p style="text-align: justify;">This bionic technology-bearer, which is inspired by the herring gull, can start, fly and land autonomously – with no additional drive mechanism. Its wings not only beat up and down, but also twist at specific angles. This is made possible by an active articulated torsional drive unit, which in combination with a complex control system attains an unprecedented level of efficiency in flight operation. Festo has thus succeeded for the first time in creating an energy-efficient technical adaptation of this model from nature.</p>
<div>
<div style="text-align: justify;">
<h3><span style="color: #ff6600;">New approaches in automation</span></h3>
</div>
<p style="text-align: justify;">The functional integration of coupled drive units yields significant ideas and insights that Festo can transfer to the development and optimisation of hybrid drive technology.</p>
<p style="text-align: justify;">The minimal use of materials and the extremely lightweight construction pave the way for efficiency in resource and energy consumption.</p>
<p style="text-align: justify;">Festo already today puts its expertise in the field of fluid dynamics to use in the development of the latest generations of cylinders and valves. By analysing SmartBird&#8217;s flow characteristics during the course of its development, Festo has acquired additional knowledge for the optimisation of its product solutions and has learned to design even more efficiently.</p>
<p style="text-align: justify;"><a href="http://youtu.be/9YGLZXEwRVc"><strong>http://youtu.be/9YGLZXEwRVc</strong></a></p>
<hr style="width: 100%;" width="100%" />
<p style="text-align: justify;">
</div>
<p>The post <a rel="nofollow" href="http://www.robotpark.com/academy/festo-robotic-seagull-11028/">Festo Robotic Seagull &#8211; Smart Bird &#8211; Can Fly Like A Bird 11028</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/festo-robotic-seagull-11028/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
