Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
david2611 committed Oct 17, 2022
2 parents b7a85ed + 3e8d42c commit e0415b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ numpy
pyyaml
requests
scipy
transforms3d
transforms3d==0.3.1
4 changes: 2 additions & 2 deletions src/benchbot_robot_controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,8 +203,8 @@ def prepare(self):
for i, _ in enumerate(self._cmds):
print("COMMAND:\n\t%s\nOUTPUT:" % self._cmds[i])
with open(
os.path.join(self.config_robot['logs_dir'], str(i),
'r')) as f:
os.path.join(self.config_robot['logs_dir'], str(i)),
'r') as f:
print(f.read())
return False
elif not self._events:
Expand Down

0 comments on commit e0415b4

Please sign in to comment.