Open
Conversation
knoellle
reviewed
Feb 10, 2026
| #[allow(unused)] | ||
| #[derive(Clone, Debug)] | ||
| enum ApiId { | ||
| ChangeMode = 2000, |
Member
There was a problem hiding this comment.
Where did you get these numbers from? If possible, add a doc-comment with the source.
knoellle
reviewed
Feb 18, 2026
Comment on lines
+8
to
+9
| [package.metadata.pepsi] | ||
| cross-compile = true |
Member
There was a problem hiding this comment.
Isn't this only needed for binary crates?
`/booster_camera_bridge/StereoNetNode/rectified_image` -> `booster/rectified_image` `/booster_camera_bridge/image_left_raw` -> `booster/image_left_raw` `/booster_camera_bridge/image_left_raw/camera_info` -> `booster/image_left_raw/camera_info`
- `/booster_camera_bridge/StereoNetNode/rectified_right_image` -> `booster/rectified_right_image` - `/booster_camera_bridge/StereoNetNode/stereonet_depth` -> `booster/stereonet_depth` - `/booster_camera_bridge/StereoNetNode/stereonet_visual` -> `booster/stereonet_visual` - `/booster_camera_bridge/image_right_raw` -> `booster/image_right_raw` - `/booster_camera_bridge/image_right_raw/camera_info` -> `booster/image_left_raw/camera_info`
8b38c23 to
c936ba1
Compare
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.
Why? What?
This PR implements communicating with the high-level Booster interface without using the Booster SDK.
Fixes #2117.
Blocked on #2177.
ToDo / Known Issues
None.
Ideas for Next Iterations (Not This PR)
Expose more of the high-level booster interface as needed.
How to Test
Compile, upload and restart the Zenoh bridge.
Create a request and publish it via Zenoh to
booster/high_level_interface, e.g. using the following code: