Skip to content

Commit

Permalink
[bullet reasoning] Fixed wrong robot usage
Browse files Browse the repository at this point in the history
  • Loading branch information
Tigul authored Jan 19, 2024
1 parent 51f8891 commit b499e78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pycram/bullet_world_reasoning.py
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ def blocking(pose_or_object: Union[Object, Pose],
target_map.orientation.w = grasp_orientation[3]

try:
inv = request_ik(target_map, robot, joints, gripper_name)
inv = request_ik(target_map, shadow_robot, joints, gripper_name)
except IKError as e:
rospy.logerr(f"Pose is not reachable: {e}")
return None
Expand Down

0 comments on commit b499e78

Please sign in to comment.