A星(A*)编程指导——用PR2和Python来寻路 (以后翻译)
2016-02-23
阅读 11 分钟
4.7kAbstract: A Star Algorithm has been widely used in motion planning problems. This article will start from a real project to help you understand the A Star programing idea. It is nice because we will use PR2 in OpenRave as an example.