Skip to content

Tool to test the performance of pub/sub based communication frameworks.

License

Notifications You must be signed in to change notification settings

deeplearningrobotics/performance_test

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Introduction

This test allows you to test performance and latency of various communication means like ROS 2, FastRTPS, Connext DDS Micro.

It can be extended to other communication framworks easily.

Are detailed description can be found here: Design Article

How to build and run

  1. Clone the repository into your ament workspace.
  2. Source your ROS 2 environment: source /opt/ros/ardent/local_setup.bash
  3. Build: ament build --parallel --build-tests --cmake-args -DCMAKE_BUILD_TYPE=Release --
  4. Source local installation: source install/local_setup.bash
  5. Configure experiment configuratin in performance_test/helper_scripts/run_experiment.py
  6. Run an experiment: performance_test/helper_scripts/run_experiment.py
  7. Plot results (requires pandas): performance_test/helper_scripts/performance_test_file_reader.py

About

Tool to test the performance of pub/sub based communication frameworks.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 86.9%
  • CMake 10.1%
  • Python 2.7%
  • Shell 0.3%