Skip to content

Latest commit

 

History

History
36 lines (20 loc) · 1.36 KB

README.md

File metadata and controls

36 lines (20 loc) · 1.36 KB

ROS 2 tracing experiments

A collection of scripts to perform analysis of trace events collected with ros2_tracing.

It implements a simple ROS 2 message flow analysis. It is inspired and based on the work done in the Message Flow Analysis with Complex Causal Links for Distributed ROS 2 Systems paper. But instead of developing a custom Eclipse Trace Compass plugin for analysis and visualization (which is what the paper does), we use an extended version of tracetools_analysis, Python scripts, and bokeh for visualization.

Usage

TODO: document

Related work