We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61e40a6 commit 80bc127Copy full SHA for 80bc127
osi_motionrequest.proto
@@ -55,11 +55,11 @@ message MotionRequest
55
{
56
// Desired state calculated by the function.
57
//
58
- OUTPUT_OPTIONS_DESIRED_STATE = 0;
+ MOTION_REQUEST_TYPE_DESIRED_STATE = 0;
59
60
// Desired trajectory calculated by the function.
61
62
- OUTPUT_OPTIONS_TRAJECTORY = 1;
+ MOTION_REQUEST_TYPE_TRAJECTORY = 1;
63
}
64
65
// \brief The desired state is calculated by the function as a result of
0 commit comments