-
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-3531 - Motion service wrappers #141
Conversation
…o motion-service-wrappers
…o motion-service-wrappers
…o motion-service-wrappers
…o motion-service-wrappers
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.
Awesome work 🧑🔧 thanks for implementing all of this! Some qs/nits to start.
*request.mutable_component_name() = component_name.to_proto(); | ||
*request.mutable_movement_sensor_name() = movement_sensor_name.to_proto(); | ||
|
||
if (heading) { |
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.
Go seems to have extra IsNaN
checking for heading and all the doubles within motion_configuration
. Do we need that here?
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.
Ooh nice catch, thanks! Yeah, probably should check that. I'll add it.
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.
Looking pretty good! I'll wait on the NaN
checking and our offline discussion tomorrow to approve 🤔
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.
LGTM
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.
LGTM % more IsNan stuff.
Major Changes
Add motion server wrapper to C++ SDK, as well as all types necessary to support motion wrappers.