Skip to content

Commit b6898b3

Browse files
committed
Renamed OutputOption to MotionRequestType.
Signed-off-by: Markus Lemmer <lemmer@fzi.de>
1 parent 393703a commit b6898b3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

osi_motionrequest.proto

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
//

0 commit comments

Comments
 (0)