How to use bag_tools
How do I run the bag_tools
programs? I'm specifically looking to run the make_videos.py
program to convert bag files to videos but my installation is unable to find it even though it is in the /opt/ros/indigo/lib/python2.7/dist-packages/bag_tools/
folder.
I'm using the command rosrun bag_tools make_video.py
and I get the following error:
[rosrun] Couldn't find executable named make_video.py below /opt/ros/indigo/share/bag_tools
Is there some kind of a problem with my ros configuration? I'm using ros indigo on ubuntu 14.04
Thanks