In boxturtle I was able to create launch files that were used to replay sensor data through algorithms. I would do something like this: However with cturtle this no longer seems to work. "rosbag" does not appear to be a recognized node type of the rosbag package. Instead it recognizes type="play", however it seems that the commandline arguments are back to the old, "rosplay" style (i.e. for the above the options would be '-t 10 -b'). If I do this: .. it no longer complains about the options but I still get: [ INFO] [0.000000000]: Opening /path/to/bagfile.bag [ INFO] [0.000000000]: Opening __name:=rosbag [FATAL] [0.000000000]: Error opening file: __name:=rosbag What is the 'correct' way to start rosbag play with options from within a launch file, specifically in cturtle and also in boxturtle, if what I had started with above is not advised? Thanks, Pat