Skip to content

Commit 80bc127

Browse files
committed
Renamed enum field types to comply with naming conventions.
Signed-off-by: Markus Lemmer <lemmer@fzi.de>
1 parent 61e40a6 commit 80bc127

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

osi_motionrequest.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,11 @@ message MotionRequest
5555
{
5656
// Desired state calculated by the function.
5757
//
58-
OUTPUT_OPTIONS_DESIRED_STATE = 0;
58+
MOTION_REQUEST_TYPE_DESIRED_STATE = 0;
5959

6060
// Desired trajectory calculated by the function.
6161
//
62-
OUTPUT_OPTIONS_TRAJECTORY = 1;
62+
MOTION_REQUEST_TYPE_TRAJECTORY = 1;
6363
}
6464

6565
// \brief The desired state is calculated by the function as a result of

0 commit comments

Comments
 (0)