Merge branch 'patch/7617f32'
This commit is contained in:
commit
910232983c
34 changed files with 1082 additions and 816 deletions
|
@ -24,6 +24,7 @@ class AssemblyConfigService(Node):
|
|||
self.grasp_pose_service = self.create_service(GetGraspPose, "get_grasp_pose", self.get_grasp_pose_callback)
|
||||
|
||||
def get_workspace_callback(self, request, response):
|
||||
self.get_logger().info("Workspace request received")
|
||||
response.workspace = self.assembly_config.workspace
|
||||
response.ok = True
|
||||
return response
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue