Skip to content

Commit b8422cc

Browse files
committed
Merge branch 'develop'
2 parents 03ae4f9 + 974db5a commit b8422cc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

benchbot_api/tools.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
def __plot_frame(ax, frame_name, frame_data):
3232
# NOTE currently assume that everything has parent frame 'map'
33-
L = 0.5
33+
L = 0.25
3434
# TODO BUG: map has no rotation aspect, handling it here but it should
3535
# have a rotation.
3636
origin = frame_data['translation_xyz']
@@ -263,7 +263,7 @@ def visualise(self, observations, step_count=None):
263263
poses_plt_num_h,
264264
projection='3d')
265265

266-
self.fig.canvas.set_window_title("Agent Observations" + (
266+
self.fig.canvas.manager.set_window_title("Agent Observations" + (
267267
"" if step_count is None else " (step # %d)" % step_count))
268268

269269
for plt_num, vis_type in enumerate(self.vis_list):

0 commit comments

Comments
 (0)