Skip to content

Commit

Permalink
feat: J5T1
Browse files Browse the repository at this point in the history
  • Loading branch information
rise0chen committed May 21, 2024
1 parent f10a596 commit bcd1711
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: Install proto-gen-doc
run: go get -u github.com/pseudomuto/protoc-gen-doc/cmd/protoc-gen-doc
run: go install github.com/pseudomuto/protoc-gen-doc/cmd/protoc-gen-doc@latest
- name: Checkout Proto
uses: actions/checkout@v3
with:
Expand Down
2 changes: 2 additions & 0 deletions system.proto
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,8 @@ enum ArmModel {
J6L1 = 1;
// 5轴加长臂
J5L1 = 11;
// 5轴轨道臂
J5T1 = 51;
}

message RobotInfo {
Expand Down

0 comments on commit bcd1711

Please sign in to comment.