TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Robotic Airplane Flies In Tight Spaces

83 点作者 gagan2020将近 13 年前

12 条评论

makmanalp将近 13 年前
What's cool here other than the fact that it seems to react really quickly is that it has no universal conception of location, like GPS.<p>My limited understanding of the topic is thus:<p>For localizing, they use a particle filter, which is basically a method that helps you figure out latent variables (in this case location) based on multiple observations.<p>Using the data, it creates a model of how the aircraft moves. In each "tick", you make a prediction about where the aircraft will be in the future (let's say, based on how fast you know the motor goes and which way the rudders are tilted etc). Then, you actually compare it to the data you got from your sensors (in this case a laser rangefinder) and update your model. Thus, your model is better.<p>The more traditional formulation of this is the Kalman Filter, which is everywhere in classical controls systems. I think the particle filter is just simpler for large numbers of variables whereas for Kalman filters, complexity increases exponentially.<p>edit:<p>Another way to look at it is that this is how robots deal with the "real world" where sensors are noisy and slightly off, actuators are unreliable and can't produce smooth and constant output etc. Instead of trying to guess all these factors, it automagically accounts for these on the fly by looking at how the robot behaves and how you expected it to behave.<p>edit2:<p>Corrections abound! Read replies below!
评论 #4374288 未加载
评论 #4374327 未加载
评论 #4374549 未加载
评论 #4374301 未加载
Matt_Cutts将近 13 年前
Source video here: <a href="http://www.youtube.com/watch?v=VUeKKvKEvYI" rel="nofollow">http://www.youtube.com/watch?v=VUeKKvKEvYI</a>
评论 #4374262 未加载
chaz将近 13 年前
Original story from MIT News Office w/ video: <a href="http://web.mit.edu/newsoffice/2012/autonomous-robotic-plane-flies-indoors-0810.html" rel="nofollow">http://web.mit.edu/newsoffice/2012/autonomous-robotic-plane-...</a>
评论 #4374284 未加载
Schwolop将近 13 年前
The big "what stopping this from being mainstream" part of this is the need for a prior map. It's absolutely analogous to Google's autonomous vehicles needing to be manually driven through the area in which they're planning to later operate autonomously.<p>This is great work, but it's not onboard SLAM, only onboard localisation. All up, it's great to see more of the autonomous ground vehicle work becoming small and lightweight enough to go on aerial vehicles. Traditionally the low payload capacity has been a showstopper for UAVs, and laser range finders are often heavy, hence why so many UAVs have used vision-only localisation techniques.
评论 #4374438 未加载
confluence将近 13 年前
Some relevant videos on autonomous catastrophic flight recovery by Rockwell Collins:<p>Continuous AI flight after blowing off one wing:<p><a href="http://www.youtube.com/watch?v=xN9f9ycWkOY" rel="nofollow">http://www.youtube.com/watch?v=xN9f9ycWkOY</a><p>Continuous AI flight after catastrophic wing loss (showing manual/AI difference):<p><a href="http://www.youtube.com/watch?v=dGiPNV1TR5k" rel="nofollow">http://www.youtube.com/watch?v=dGiPNV1TR5k</a>
d0vs将近 13 年前
<a href="http://news.ycombinator.com/item?id=4367650" rel="nofollow">http://news.ycombinator.com/item?id=4367650</a>
sliverstorm将近 13 年前
I am always so happy to see a navigational demonstration that doesn't rely on external positioning, e.g. GPS. Having tried both sides (dead reckoning/sensing and external positioning), I have come to feel like so many GPS-based projects are essentially trivial GPS demos.
rogerbinns将近 13 年前
What happens when it hits a dead end? At least a helicopter can stop and return on exactly the track it came in on.<p>Presumably one of the reasons for the prebuilt map is so that it doesn't enter a dead end, which some parking garages have.
niels将近 13 年前
On a sidenote I'd like to add that rc flying is a ton of fun. Especially if you couple it with FPV (first person view) cams, goggles etc...
stcredzero将近 13 年前
That plane thinks it's Han Solo! (Never tell me the odds!)
eps将近 13 年前
Cool, but I'd trim "genius" from the title.
fluorescentLAMP将近 13 年前
If we can put a rover the size of a VW beetle on Mars, we can definitely put a couple of these on it too.