boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
JobHunting版 - Cleaning Robot 算法请教
相关主题
G题求解迷津
G家面试题请教
请教onsite一道题
问个面试题
obstacle avoidance的问题有解吗?
请教前辈:Python语言
大牛推荐本machine learning的基础书吧?
加州Senior Engineer - Mobile Robot Algorithm
Peter Norvig说编程竞赛强与工作干的好成反比
computing degree 和cs degree有何区别?哪个更好呢? (转载)
相关话题的讨论汇总
话题: robot话题: cleaning话题: 算法话题: russell话题: norvig
进入JobHunting版参与讨论
1 (共1页)
b*******a
发帖数: 68
1
请问Cleaning Robot 的标准算法是什么?
放在房间任意位置,自动清理房间,绕过障碍。
这个与深度/广度搜索不同,因为Robot只能沿着一条路线走,不能任意跳跃,当然因尽
量避免重复扫描,还有要维护一个MAP,记忆相对于出发点的的位置
请哪位大牛说说?谢谢啦
D*******e
发帖数: 151
2
I don't know standard algorithms.
I would do it in a line-wise manner, from top to bottom. When hits an
obstacle, search a path greedily (BFS, using priority queue where key is the
distance to next block) for the next block.
l***i
发帖数: 1309
3
The book by Russell and Norvig has a chapter for that problem.
D*******e
发帖数: 151
4
Can you describe it briefly

【在 l***i 的大作中提到】
: The book by Russell and Norvig has a chapter for that problem.
a**********2
发帖数: 340
5
paintfill那个算法不行吗?
1 (共1页)
进入JobHunting版参与讨论
相关主题
computing degree 和cs degree有何区别?哪个更好呢? (转载)
【工作机会】大DC地区机器人控制系统开发和测试职位
Signal Processing Engineer for Robotics
Re: amazon robotics 怎么样?
紧张中,请问background checking 时间
facebook interview question @ careercup
请教一道google面试题
legal, unrestricted right to work in the U.S.是指什么?
careercup 上一道F 题
面经
相关话题的讨论汇总
话题: robot话题: cleaning话题: 算法话题: russell话题: norvig