Skip to content

Commit

Permalink
debug close #2
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandre-Bonneau committed Jan 6, 2021
1 parent cf5e606 commit 60895e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pyuwds3/reasoning/monitoring/graphic_monitor.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def __init__(self,agent=None,agent_type =AgentType.ROBOT,
# self.internal_simulator.load_node(node)
self.time=rospy.Time().now().to_nsec()
def pick_callback(self, msg):
if msg.action = RobotAction.PICK:
if msg.action == RobotAction.PICK:
self.pick_map[msg.objID]="pr2_arm"+str(msg.arm)
else:
if msg.objID in self.pick_map:
Expand Down

0 comments on commit 60895e2

Please sign in to comment.