Skip to content

Commit

Permalink
Merge branch 'viamrobotics:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
etai-shuchatowitz authored May 10, 2024
2 parents 150c9de + c9663a5 commit e039839
Show file tree
Hide file tree
Showing 15 changed files with 515 additions and 446 deletions.
805 changes: 409 additions & 396 deletions app/v1/robot.pb.go

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions component/audioinput/v1/audioinput.pb.gw.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions component/camera/v1/camera.pb.gw.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions component/encoder/v1/encoder.pb.gw.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions component/gantry/v1/gantry.pb.gw.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions component/generic/v1/generic.pb.gw.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions component/gripper/v1/gripper.pb.gw.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions component/movementsensor/v1/movementsensor.pb.gw.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions gen/js/app/v1/robot_pb.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,11 @@ export class RobotConfig extends jspb.Message {
setOverwriteFragmentStatusList(value: Array<AppValidationStatus>): void;
addOverwriteFragmentStatus(value?: AppValidationStatus, index?: number): AppValidationStatus;

hasEnableWebProfile(): boolean;
clearEnableWebProfile(): void;
getEnableWebProfile(): boolean;
setEnableWebProfile(value: boolean): void;

serializeBinary(): Uint8Array;
toObject(includeInstance?: boolean): RobotConfig.AsObject;
static toObject(includeInstance: boolean, msg: RobotConfig): RobotConfig.AsObject;
Expand All @@ -92,6 +97,7 @@ export namespace RobotConfig {
disablePartialStart: boolean,
packagesList: Array<PackageConfig.AsObject>,
overwriteFragmentStatusList: Array<AppValidationStatus.AsObject>,
enableWebProfile: boolean,
}
}

Expand Down
Loading

0 comments on commit e039839

Please sign in to comment.