简体   繁体   English

如何在不使用监视器的启动命令的情况下启动Robocup比赛(对于Shell脚本)

[英]How can I start a Robocup match without using the monitor's kickoff command (for shell script)

I have two robocup teams that I want to play against each other via shell script (so that they play a 100 or so games). 我有两个robocup球队,我想通过shell脚本相互对战(以便他们玩100场左右的比赛)。 I am using the ATAN library and the teams will play each other, but the problem is that I cannot start a game without using the monitor's kickoff command. 我正在使用ATAN库,并且各个团队将互相比赛,但是问题是,如果不使用监视器的启动命令,我将无法开始游戏。 Is there a function in ATAN or a something I can say to the server to do the kickoff without manually doing it in the monitor? ATAN中是否有功能,或者我可以对服务器说些什么,而无需在监视器中手动进行启动?

Thanks. 谢谢。

-Ted -泰德

可以肯定,您不能只是自动启动,但如果有帮助,Ctrl + K是启动的快捷方式

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何在不使用Shell脚本的情况下获取timeout命令的输出 - How to get the output of timeout command without using a shell script 使用monit监视shell脚本 - Monitor shell script with monit 我如何在外壳程序脚本中处理java -cp命令的异常(.sh文件) - How can i handel exception of java -cp command in shell script(.sh file) 如何使用URL的过滤器列表监视和阻止流量? - How can I monitor and block traffic using a filter list of URL's? 如何启动`program1 | 在不使用Shell的情况下使用ProcessBuilder实现program2`? - How to start `program1 | program2` with ProcessBuilder without using a shell? 如何在没有SNMP协议的情况下监视FTP服务器 - how can I monitor an FTP server without the SNMP protoocl 使用Java中的jsch在Linux中通过sudo命令执行Shell脚本以启动服务 - Executing a shell script to start a service by sudo command in linux using jsch in java 如何监控/记录Tomcat的线程池? - How can I monitor/log Tomcat's thread pool? 如何监视另一个应用程序的数据库以进行更改? - How can I monitor another application's database for changes? 如何在不使用shell的情况下将multipe文件馈送到Java中的命令行 - how to feed multipe files to command line in java without using shell
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM