Closed jo-bru closed 3 years ago
Use the Oneof keyword in the .proto description to handle the polymorphism of the motion methods. See proto3 docs for further information.
Oneof
This may be used for the following methods:
set_position()
set_tool_position()
set_servo_angle()
~I don't think this is a good idea. This will undermine the transparency.~
Hmm.. let's discuss this in today's meeting
My bad, I take down the first comment.
Use the
Oneof
keyword in the .proto description to handle the polymorphism of the motion methods. See proto3 docs for further information.This may be used for the following methods:
set_position()
set_tool_position()
set_servo_angle()