File tree Expand file tree Collapse file tree 4 files changed +0
-10
lines changed Expand file tree Collapse file tree 4 files changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ class LinkConfig {
2121 std::string get_parent () const ;
2222
2323 private:
24- std::string id_;
2524 translation translation_;
2625 OrientationConfig orientation_;
2726 GeometryConfig geometry_;
Original file line number Diff line number Diff line change 55
66#include < string>
77
8- #include < google/protobuf/descriptor.h>
9- #include < google/protobuf/message.h>
108#include < grpcpp/channel.h>
119#include < grpcpp/impl/service_type.h>
1210#include < grpcpp/server.h>
Original file line number Diff line number Diff line change 33// / @brief gRPC service implementation for a `robot`.
44#pragma once
55
6- #include < string>
7- #include < thread>
8- #include < unordered_map>
9-
10- #include < google/protobuf/struct.pb.h>
116#include < grpcpp/support/status.h>
127
138#include < viam/api/common/v1/common.pb.h>
Original file line number Diff line number Diff line change 44// / executing arbitrary commands.
55#pragma once
66
7- #include < google/protobuf/descriptor.h>
8-
97#include < viam/sdk/common/proto_value.hpp>
108#include < viam/sdk/common/utils.hpp>
119#include < viam/sdk/config/resource.hpp>
You can’t perform that action at this time.
0 commit comments