View on GitHub

ROS 2 real-time benchmarks

Site to host ROS 2 real-time benchmark results

Instructions for pendulum demo real-time benchmark

Introduction

Setup

TODO

Run the demo

Run the pendulum demo with the following settings:

pendulum_demo -d 200mb -t 90 -s fifo -u 1ms -i 60000 -f pendulum_demo_results

See all the options available in the rttest repository.

Generate the plots

rttest_plot pendulum_demo_results

Generate statistics

Use the analyze.py script to show the resulting statistics:

python3 analyze.py | tee pendulum_demo_results_statistics.txt