Skip to content

docs: add comparison table of real-time executors#33

Merged
atsushi421 merged 4 commits intomainfrom
docs/comparison-with-other-executors
Feb 15, 2026
Merged

docs: add comparison table of real-time executors#33
atsushi421 merged 4 commits intomainfrom
docs/comparison-with-other-executors

Conversation

@atsushi421
Copy link
Collaborator

Description

Add a document comparing CallbackIsolatedExecutor with other ROS 2 executors from the real-time performance perspective.

The comparison covers six criteria: Immediate Enqueue, Per-Callback Priority, Non-Nested Scheduling, Fully Preemptive, Support for Reentrant Callbacks, and ROS 2 Mainline compatibility, across 10 executors from academic literature.

Related links

How was this PR tested?

Notes for reviewers

This is a documentation-only change. No code modifications.

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a documentation page that compares real-time related scheduling characteristics of CallbackIsolatedExecutor against the ROS 2 default executors and several executors from academic literature.

Changes:

  • Introduces a set of real-time scheduling criteria definitions used for comparison.
  • Adds a comparison table covering 10 executors across 6 criteria.
  • Adds a references section citing the related papers.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

atsushi421 and others added 3 commits February 15, 2026 15:43
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@atsushi421 atsushi421 marked this pull request as ready for review February 15, 2026 06:48
@atsushi421 atsushi421 merged commit 77cff37 into main Feb 15, 2026
2 checks passed
@atsushi421 atsushi421 deleted the docs/comparison-with-other-executors branch February 15, 2026 06:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant