Command Line Tools =================================== The ROSData Python Package comes with several command line tools to help perform common tasks such as extraction and visualization. Usage ------------- The ROSData command line tools can be called by running the following command after installation: .. code-block:: bash rosdata To run the extraction tool for example, one would run the following: .. code-block:: bash rosdata extract Type in :code:`-h` or :code:`--help` to get a list of the available tools or the arguments for a specific tool. For example, .. code-block:: bash rosdata --help # to show the list of available tools rosdata --help # to show the arguments for a specific tool Example ----------------- A complete extraction example is provided. Download the :download:`example (50MB) <../assets/example.zip>` and extract it to any location. Then run the following commands: .. code-block:: bash cd rosdata extract example.bag example_extraction_config.yaml data This example is extracting the data contained within the :code:`example.bag` using the specifications contained within the :code:`example_extraction_config.yaml` and outputting the extracted data into a folder located at :code:`/data`.