Skip to content

Commit

Permalink
pass gripper action space
Browse files Browse the repository at this point in the history
  • Loading branch information
kirstyellis committed Jun 12, 2024
1 parent 75aa4f4 commit 102d441
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion droid/misc/server_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def kill_controller(self):
self.server.kill_controller()

def update_command(self, command, action_space="cartesian_velocity", gripper_action_space="velocity", blocking=False):
action_dict = self.server.update_command(command.tolist(), action_space, blocking)
action_dict = self.server.update_command(command.tolist(), action_space, gripper_action_space, blocking)
return action_dict

def create_action_dict(self, command, action_space="cartesian_velocity"):
Expand Down

0 comments on commit 102d441

Please sign in to comment.