用于寻路的图形沙箱

发布于 2024-08-31 22:21:05 字数 191 浏览 5 评论 0原文

如果您需要一个干净且一致的沙箱来进行寻路,您会使用什么?

我想通过发送虚拟单元(机器人)绕过几何平面上的障碍物来尝试不同的寻路算法。

但我不需要像游戏引擎或 Flash 那样的过度杀伤功能,只需要一个动画报告和本机碰撞检测器。

我更喜欢用 python 编写脚本,但如果有 java 或 C++ 替代方案,我也会很感激。

If you needed a clean and consistent sandbox for pathfinding what would you use?

I want to experiment with different pathfinding algorithms by sending virtual units (robots) around obstacles on a geometric plane.

But I don't need a feature overkill like a game engine or Flash might have, just an animated report and native collision detector.

I prefer it to be scripted in python, but if there are java or C++ alternatives I would appreciate them as well.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

秋心╮凉 2024-09-07 22:21:05

我以前从未使用过它,但是这里的机器人类使用 Player/Stage,并且我见过他们进行寻路。事实上,他们的任务之一正是你提到的,尝试不同的寻路算法。

http://playerstage.sourceforge.net/

I've never used it before, but the robotics class here uses Player/Stage, and I've seen them doing pathfinding. In fact, one of their assignments was exactly what you mentioned, experimenting with different pathfinding algorithms.

http://playerstage.sourceforge.net/

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文