Player/Stage installation issues [closed]
Hello all,
I'm trying to run player/stage in groovy. I believe installation of stage is done just fine since I can follow this tutorial without any problems.
The problems start to occur when i try to run simple.cfg
.
After navigating to
/opt/ros/groovy/stacks/stage/share/stage/worlds
I simply try running to by player simple.cfg
and here's the error i get:
error : Sorry, no support for shared libraries, so can't load plugins.
error : You should install libltdl, which is part of GNU libtool, then re-compile player.
error : failed to load plugin: stageplugin
error : failed to parse config file simple.cfg driver blocks
I tried to solve it by doing the following:
sudo apt-get install libxmu-dev
sudo apt-get install libltdl-dev
sudo apt-get install libguile-ltdl-1
and then reinstalling stage/player as mentioned in here. However, I keep getting the same error. Any help is much appreciated.
First, can you list the exact command you're using to launch/run it? Secondly, are you sure that those three are the only installations you need? Make sure you check the dependency list.
Having the same problem did you solve ?