-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RSDK-9670: remove RobotService_ #351
Conversation
@@ -5,7 +5,7 @@ | |||
|
|||
#include <viam/sdk/components/camera.hpp> | |||
#include <viam/sdk/robot/client.hpp> | |||
#include <viam/sdk/robot/service.hpp> | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(nit) should delete this newline so the viam/sdk
imports are grouped together
@@ -11,7 +11,7 @@ | |||
|
|||
#include <viam/sdk/components/generic.hpp> | |||
#include <viam/sdk/robot/client.hpp> | |||
#include <viam/sdk/robot/service.hpp> | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(nit) should delete this newline so the viam/sdk
imports are grouped together
@@ -13,7 +13,7 @@ | |||
|
|||
#include <viam/sdk/components/motor.hpp> | |||
#include <viam/sdk/robot/client.hpp> | |||
#include <viam/sdk/robot/service.hpp> | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(nit) should delete this newline so the viam/sdk
imports are grouped together
@@ -6,7 +6,7 @@ | |||
|
|||
#include <viam/sdk/components/motor.hpp> | |||
#include <viam/sdk/robot/client.hpp> | |||
#include <viam/sdk/robot/service.hpp> | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(nit) should delete this newline so the viam/sdk
imports are grouped together
This class is currently unused except for in
MockRobotService
, so we are letting it be absorbed intoMockRobotService
. If there is demand we can see about reinstatingRobotService_
possibly as an example class.