File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -30,11 +30,11 @@ message MotionRequest
3030 //
3131 optional Timestamp timestamp = 2 ;
3232
33- // Define the option that is used to specify the motion request.
33+ // Define the type that is used to specify the motion request.
3434 // This must be set. Additionally, the field corresponding to the specified
3535 // option must be set.
3636 //
37- optional OutputOption output_option = 3 ;
37+ optional MotionRequestType motion_request_type = 3 ;
3838
3939 // Defines a desired state.
4040 // If the output option is set to DESIRED_STATE, this field must be set.
@@ -49,7 +49,7 @@ message MotionRequest
4949 // Define different options for HAD function output.
5050 // Each option corresponds to a field in the message.
5151 //
52- enum OutputOption
52+ enum MotionRequestType
5353 {
5454 // Desired state calculated by the HAD function.
5555 //
You can’t perform that action at this time.
0 commit comments