-
Clone the repository using: git clone https://github.com/alvarobelmontebaeza/rosbag_analyzer
-
Go to the repo, and put all bagfiles that you want to analyze in the bagfiles/ directory.
-
Compile the ROS package with "dts devel build -f"
-
Run the container with the following command: docker run -it -v <path_to_rosbag_analyzer/bagfiles>:/bagfiles duckietown/rosbag_analyzer:v2-amd64
where <path_to_rosbag_analyzer/bagfiles> is the path in your machine to the rosbag_analyzer/bagfiles directory.
- Enjoy your bagfiles Time analysis!