stdr-simulator-ros-pkg / stdr_simulator

A simple, flexible and scalable 2D multi-robot simulator.
http://stdr-simulator-ros-pkg.github.io/
GNU General Public License v3.0
97 stars 66 forks source link

Inidigo version missing dependency on map_server #172

Closed trainman419 closed 9 years ago

trainman419 commented 9 years ago

The released version of stdr_server in Indigo is missing a runtime dependency on map_server.

This means that map_server is not installed when installing stdr_server from debs, and it results in an error when trying to start stdr_server_node:

/opt/ros/indigo/lib/stdr_server/stdr_server_node: error while loading shared libraries: libimage_loader.so: cannot open shared object file: No such file or directory
czalidis commented 9 years ago

Thanks Austin, it's obviously a mistake. I don't know why it is listed only as a build_depend. I will fix it, but it might take some time until the next binary release.

trainman419 commented 9 years ago

Thanks!