Skip to content

Commit 76b0e91

Browse files
committed
fmt
1 parent d30dcb2 commit 76b0e91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

aegis_grpc/proto_aegis_grpc/v1/robot_srvs.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,6 @@ message TriggerResponse {
5656

5757
// https://github.com/ros-controls/control_msgs/blob/humble/control_msgs/action/GripperCommand.action
5858
message GripperSetPositionRequest {
59-
double position = 1; // The goal gripper gap size (in meters)
60-
double effort = 2; // The goal effort exerted (in Newtons)
59+
double position = 1; // The goal gripper gap size (in meters)
60+
double effort = 2; // The goal effort exerted (in Newtons)
6161
}

0 commit comments

Comments
 (0)