srv / srv_tools

ROS-Stack with some tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bag_tools not usable when installed via apt-get

Hiltiprant opened this issue · comments

commented

I think the cause is the same as here:

#8

The python scripts are missing after installation, so no node can be started after installation, because the files can't be found. I could fix it with creating a new folder under:
/opt/ros//lib/
named bag_tools

I inserted the python scripts here (from srv_tools/bag_tools/scripts) and made sure they are executable. Afterwards I could use them and they are working fine apart from this.

EDIT: This is the error message:
Couldn't find executable named <name_of_python_file>.py below /opt/ros/indigo/share/bag_tools

Thanks for reporting.
I just pushed a new release that should solve this issue. Please reopen it if I'm wrong.