You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Related with ros2/ros2#649. The idea is to measure the performance of rclcpp communication, so in the future we can compare different intraprocess mechanisms, intraprocess vs interprocess, etc.
In a terminal: ros2 run rclcpp_performance performance_test -d OUTPUT_DIR
For reproducing the results skipping the interprocess publish, the patch in the document above should be applied.
ivanpauno
changed the title
Characterization tests for rclcpp comm
Characterization testaunch/pulls?q=is%3Apr+is%3Acloseds for rclcpp comm
Mar 13, 2019
ivanpauno
changed the title
Characterization testaunch/pulls?q=is%3Apr+is%3Acloseds for rclcpp comm
Characterization test for rclcpp comm
Mar 13, 2019
* Performance benchmarking improvements
Signed-off-by: Piotr Jaroszek <piotr.jaroszek@robotec.ai>
* fixed durability qos in config
Signed-off-by: Adam Dabrowski <adam.dabrowski@robotec.ai>
* Benchmark db files information in one file
Signed-off-by: Piotr Jaroszek <piotr.jaroszek@robotec.ai>
Co-authored-by: Adam Dabrowski <adam.dabrowski@robotec.ai>
Feature request
Related with ros2/ros2#649. The idea is to measure the performance of rclcpp communication, so in the future we can compare different intraprocess mechanisms, intraprocess vs interprocess, etc.
Feature description
Check here: https://gist.github.com/ivanpauno/daee6069a034dabb6374c0d987162cf6
Implementation considerations
Planned tasks:
The text was updated successfully, but these errors were encountered: