Add gRPC BiDi API to Motion service for streaming joint positions to arm - #898
Draft
Esha Maharishi (EshaMaharishi) wants to merge 2 commits into
Draft
Esha Maharishi (EshaMaharishi) wants to merge 2 commits into
Esha Maharishi (EshaMaharishi) wants to merge 2 commits into
Conversation
Esha Maharishi (EshaMaharishi)
force-pushed
the
motion-service-joint-streaming-grpc-bidi-api
branch
from
September 18, 2026 19:00
776b8d5 to
c5c029d
Compare
Adds a bidirectional streaming RPC for feeding joint-space waypoints to an arm through the motion service. The first request on the stream is an Init naming the arm and optional StreamOptions (arm-side runway, send interval, diagnostics window, and kinematic limits via arm.v1.MoveOptions); every subsequent request is a Targets batch of JointPositions. Closing the request stream drains the buffered trajectory; canceling aborts the session. Includes regenerated Go code. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Esha Maharishi (EshaMaharishi)
force-pushed
the
motion-service-joint-streaming-grpc-bidi-api
branch
from
September 21, 2026 14:59
38af13d to
379a038
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.
No description provided.