Rosbag as a workspace
Hey,
I'm creating a rosbag and want to record two topics into a .bag
file. I am using a Python script to create this. The problem being is that I don't know whether or not I need to create a workspace, so then I could have the following command: rosrun project bag
which would then record the topics or just have a script that I can run from terminal manually?
Thanks