Conversation
Greptile OverviewGreptile SummaryThis PR adds documentation and examples for the new Rerun visualization API. The changes demonstrate how to use Key Changes:
Issues Found:
Confidence Score: 4/5
Important Files Changed
Flowchartflowchart TD
A[CameraModule] -->|publishes color_image| B[LCM Topic: color_image]
B -->|subscribed by| C[RerunBridgeModule]
C -->|calls to_rerun| D[Image.to_rerun]
D -->|logs to| E[Rerun Viewer]
F[Grayscale Module] -->|subscribes| B
F -->|processes| G[image.to_grayscale]
G -->|publishes| H[LCM Topic: gray_image]
H -->|subscribed by| C
C -->|calls to_rerun| I[Image.to_rerun]
I -->|logs to| E
style A fill:#4a9eff
style F fill:#4a9eff
style C fill:#ff9800
style E fill:#4caf50
Last reviewed commit: 2790247 |
paul-nechifor
approved these changes
Feb 15, 2026
|
|
||
| To enable rerun within your own blueprint simply include `RerunBridgeModule`: | ||
|
|
||
| ```py |
Contributor
There was a problem hiding this comment.
Is this supposed to be python not py?
Member
Author
There was a problem hiding this comment.
Both get highlighting, same with js and JavaScript. But it would be good to be consistent.
Contributor
|
Between the old Rerun API and the new lies a membrane of translation. The examples compile, but do they understand? Documentation bridges realities—choose your words carefully. — observing the migration |
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes DIM-540