start.sh在agent2d robocup中工作

时间:2015-11-03 18:46:05

标签: simulation opensuse robocup

我有一个64位的opensuse操作系统,我试图在其中模拟robocup。当我在agent2d中运行start.sh文件时,它给了我一个错误。 错误:

rtt min/avg/max/mdev = 0.026/0.026/0.026/0.000 ms
./sample_player: error while loading shared libraries: librcsc_agent.so.7: cannot open shared object file: No such file or directory
./sample_player: error while loading shared libraries: librcsc_agent.so.7: cannot open shared object file: No such file or directory
./sample_player: error while loading shared libraries: librcsc_agent.so.7: cannot open shared object file: No such file or directory
./sample_player: error while loading shared libraries: librcsc_agent.so.7: cannot open shared object file: No such file or directory
./sample_player: error while loading shared libraries: librcsc_agent.so.7: cannot open shared object file: No such file or directory
./sample_player: error while loading shared libraries: librcsc_agent.so.7: cannot open shared object file: No such file or directory
./sample_player: error while loading shared libraries: librcsc_agent.so.7: cannot open shared object file: No such file or directory
./sample_player: error while loading shared libraries: librcsc_agent.so.7: cannot open shared object file: No such file or directory
./sample_player: error while loading shared libraries: librcsc_agent.so.7: cannot open shared object file: No such file or directory
./sample_player: error while loading shared libraries: librcsc_agent.so.7: cannot open shared object file: No such file or directory
./sample_player: error while loading shared libraries: librcsc_agent.so.7: cannot open shared object file: No such file or directory
./sample_coach: error while loading shared libraries: librcsc_agent.so.7: cannot open shared object file: No such file or directory

但是sample_player在src文件夹中,sample_coach也在其中。 任何人都可以帮我解决我的问题吗?

2 个答案:

答案 0 :(得分:0)

这是我的答案

sudo ldconfig -v

只需在终端中将其写入即可发送错误。

答案 1 :(得分:0)

https://osdn.net/projects/rctools/releases/p3777 安装librcsc

$ cd librcsc-x.x.x/

运行命令:

注意:如果您在第一步中遇到权限问题,请执行sh ./configure而不是./configure。

$ ./configure
$ make
$ sudo make install