We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
在数据管理->主车算法管理中,将txSimSDK_linux中的my_module.py添加到自定义模组中,可以正常运行。 于是想着是否可以直接在命令行中运行: python3 my_module.py --name my_module,结果不能看到init、reset、step等函数内的打印,似乎是运行到了txsim_module.py的SimModuleService的serve的self.func_serve。 请问我该如何操作,能够在命令行正常运行?
备注:txsim_module是从simcore/framework/src/api/python/txsim_module.py获取的,并将其中的_tadsim_install_dir修改为了本地tadsim的实际路径/opt/tadsim/resources/app。
The text was updated successfully, but these errors were encountered:
tadsim 需要启动工作
Sorry, something went wrong.
启动tadsim了,不过还是没有输出。终端的打印如下: 在SimModuleService加的几行打印如下:
No branches or pull requests
在数据管理->主车算法管理中,将txSimSDK_linux中的my_module.py添加到自定义模组中,可以正常运行。
于是想着是否可以直接在命令行中运行: python3 my_module.py --name my_module,结果不能看到init、reset、step等函数内的打印,似乎是运行到了txsim_module.py的SimModuleService的serve的self.func_serve。
请问我该如何操作,能够在命令行正常运行?
备注:txsim_module是从simcore/framework/src/api/python/txsim_module.py获取的,并将其中的_tadsim_install_dir修改为了本地tadsim的实际路径/opt/tadsim/resources/app。
The text was updated successfully, but these errors were encountered: