Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 1.36 KB

File metadata and controls

43 lines (28 loc) · 1.36 KB

Installing rbbtools

rbbtools is the commandline tool of the rosbag bazaar. All functionality is build into this tool. Currently there is no real installation process yet. This means that you will have to manually clone this repo and install the dependencies.

Running

The main script is /rbb_tools/rbbtools, for an overview of the commands run:

rbbtools -h

Dependencies

Required

  • ROS (desktop, tested with kinetic)
  • Python 2.7 (The one from ros ;)

Optional (only for recording RViz)

Optional (only for simulation)

Python dependencies

Python dependencies are listed in the requirements.txt of each subpackage. They can be installed automatically by using pip by running the three commands below:

Run from the root of the repository:

  • pip install -r rbb_tools/requirements.txt
  • pip install -r rbb_storage/requirements.txt
  • pip install -r rbb_client/requirements.txt