You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: aegis_grpc/README.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -105,7 +105,6 @@ The "ROS-getters" are implemented in the [`RobotReadServiceImpl`](./include/aegi
105
105
|`proto_aegis_grpc.v1.RobotReadService.GetCameraRightImage`| Get right tool camera image. | ✅ |`google.protobuf.Empty`|[`proto_aegis_grpc.v1.sensor_msgs.Image`](./proto_aegis_grpc/v1/sensor_msgs.proto)|
106
106
|`proto_aegis_grpc.v1.RobotReadService.GetCameraLeftImage`| Get left tool camera image. | ✅ |`google.protobuf.Empty`|[`proto_aegis_grpc.v1.sensor_msgs.Image`](./proto_aegis_grpc/v1/sensor_msgs.proto)|
107
107
108
-
109
108
You can always list the methods with the `grpcurl` command:
110
109
```bash
111
110
grpcurl -plaintext 127.0.0.1:50051 list proto_aegis_grpc.v1.RobotReadService
@@ -117,10 +116,12 @@ The control bridge for MoveIt2 servo and planners are implemented in the [`Robot
|`proto_aegis_grpc.v1.RobotControlService.GotoJoints`| Plan & execute the MoveIt2 trajectory to a given joints target. |❌|[`proto_aegis_grpc.v1.sensor_msgs.JointState`](./proto_aegis_grpc/v1/sensor_msgs.proto)|[`proto_aegis_grpc.v1.robot_srvs.TriggerResponse`](./proto_aegis_grpc/v1/robot_srvs.proto)|
121
-
|`proto_aegis_grpc.v1.RobotControlService.GotoPose`| Plan & execute the MoveIt2 trajectory to a given pose target. |❌|[`proto_aegis_grpc.v1.geometry_msgs.Pose`](./proto_aegis_grpc/v1/geometry_msgs.proto)|[`proto_aegis_grpc.v1.robot_srvs.TriggerResponse`](./proto_aegis_grpc/v1/robot_srvs.proto)|
119
+
|`proto_aegis_grpc.v1.RobotControlService.GotoJoints`| Plan & execute the MoveIt2 trajectory to a given joints target. |✅|[`proto_aegis_grpc.v1.sensor_msgs.JointState`](./proto_aegis_grpc/v1/sensor_msgs.proto)|[`proto_aegis_grpc.v1.robot_srvs.TriggerResponse`](./proto_aegis_grpc/v1/robot_srvs.proto)|
120
+
|`proto_aegis_grpc.v1.RobotControlService.GotoPose`| Plan & execute the MoveIt2 trajectory to a given pose target. |✅|[`proto_aegis_grpc.v1.geometry_msgs.Pose`](./proto_aegis_grpc/v1/geometry_msgs.proto)|[`proto_aegis_grpc.v1.robot_srvs.TriggerResponse`](./proto_aegis_grpc/v1/robot_srvs.proto)|
122
121
|`proto_aegis_grpc.v1.RobotControlService.GripperClose`| Closes the gripper. | ✅ |`google.protobuf.Empty`|[`proto_aegis_grpc.v1.robot_srvs.TriggerResponse`](./proto_aegis_grpc/v1/robot_srvs.proto)|
123
122
|`proto_aegis_grpc.v1.RobotControlService.GripperOpen`| Opens the gripper. | ✅ |`google.protobuf.Empty`|[`proto_aegis_grpc.v1.robot_srvs.TriggerResponse`](./proto_aegis_grpc/v1/robot_srvs.proto)|
|`proto_aegis_grpc.v1.RobotControlService.GripperSetPosition`| Set the gripper width. | ✅ |[`proto_aegis_grpc.v1.robot_srvs.GripperSetPositionRequest`](./proto_aegis_grpc/v1/robot_srvs.proto)|[`proto_aegis_grpc.v1.robot_srvs.TriggerResponse`](./proto_aegis_grpc/v1/robot_srvs.proto)|
0 commit comments