python - Webots 上的 Python 交互式终端?

标签 python webots

是否有一种交互式、命令式的方式来使用 Python 来操作 Webots 模拟,而不是使用 Controller 脚本?例如。您与 OpenAI Gym 交互的方式。谢谢!

最佳答案

不,Webots 中没有现成可用的东西。但是,实现一组可从交互式 Python shell 调用的 Python 命令应该不难。此类命令将通过某些 IPC(进程间通信)与从属 Webots Controller 进行通信,以将命令发送到正在运行的模拟。

关于python - Webots 上的 Python 交互式终端?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54118812/

相关文章:

python - python源码如何打包成 ".so"文件

python - 如何正确部署需要服务器回调的 Bokeh 应用程序?

python - 无法为 Python 3.6 重新编译 webbot

java - 在网络机器人上实现带路径点的最短路径算法的可能性

python - 如何使用 ctypes 在 python 中正确包装 C API?

python - 如何使用Python脚本或其他方式美化所有文件?

c - MAC 10.7 : Where is the gl. h 文件?

c++ - Webots中的无人机模拟

python - 查找列表中第一个出现的特定数字的位置[python]

java - 对象的创建和分配无需 new 或声明