共有 0 个贴子
没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
www.trustie.net/open_source_projects | 主页 > 开源项目社区 > Motion Planning Framework |
Motion Planning Framework
|
3 | 0 | 374 |
贡献者 | 讨论 | 代码提交 |
The idea of the MoPa framework is to provide a suitable C++ scenario and bindings for motion and path planning algorithms over static and dynamic environments. In simpler words, the MoPa framework is a 2D world with several objects that moves. Then, an intelligent agent can be added towards finding a way to move from an initial point to a predefined goal, trying not to cruash, touch or being hit by an object. The framework also tries to define all the architectural interfaces to be able to interchange any module (for instance the graphic engine, or the world's physics) for new implementations.