Skip to content

Commit

Permalink
RSDK-808 extra params for movement sensor (viamrobotics#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
maximpertsov authored Nov 8, 2022
1 parent 0f9ca03 commit b249523
Show file tree
Hide file tree
Showing 6 changed files with 843 additions and 204 deletions.
488 changes: 291 additions & 197 deletions component/movementsensor/v1/movementsensor.pb.go

Large diffs are not rendered by default.

126 changes: 126 additions & 0 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.

Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ grpc.web = require('grpc-web');
var common_v1_common_pb = require('../../../common/v1/common_pb.js')

var google_api_annotations_pb = require('../../../google/api/annotations_pb.js')

var google_protobuf_struct_pb = require('google-protobuf/google/protobuf/struct_pb.js')
const proto = {};
proto.viam = {};
proto.viam.component = {};
Expand Down
Loading

0 comments on commit b249523

Please sign in to comment.