Conversation
069c6d4 to
04e7a35
Compare
oleflb
requested changes
Jan 24, 2026
aa406a0 to
e8f9830
Compare
96dbe41 to
883a0c7
Compare
db02e64 to
3dce76d
Compare
3dce76d to
2a0c5d1
Compare
oleflb
requested changes
Feb 1, 2026
3b7ee38 to
28f994d
Compare
447ad99 to
eb26edd
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 adds a
booster-hulkcrate. This builds the binary, that will run on the robot. The scope for this PR is adding the hardware interface, such that all relevant data from the robot is available to the robot, and the low command can be sent back to the robot.The hardware interface uses zenoh to subscribe and publish robot data. For the robots topics to be available in zenoh, the booster zenoh bridge from #2177 needs to be run on the robot.
Fixes #2107
Fixes #2103
ToDo / Known Issues
The motor states are need to be handled better. The simulator sends the serial ones, while the robot sends the parallel ones.We should figure out, which of the image topics is the best to use for now. Using multiple, at least if we receive them in the same cycler, makes everything very slow. Or making the receiving of all topics fast works too :DEvery read on the hardware interface, that should not set the frequency of the cycler, is now moved into its own cycler. This makes these hardware interface calls asynchronous and not block each other.JpegImagedoes not contain its dimensions. Tracked in Dynamic twix image size #2202Ideas for Next Iterations (Not This PR)
How to Test
~/zenoh_bridge./pepsi upload 192.168.10.102 --skip-os-check192.168.10.102and having a network route to the robot.