You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DEBUG:gym-duckietown:loading materials from /home/usr/.local/lib/python3.8/site-packages/duckietown_world/data/gd1/meshes/signs/sign_generic/sign_generic.mtl
Traceback (most recent call last):
File "test.py", line 7, in <module>
seg = env.render_obs(True)
File "/home/usr/.local/lib/python3.8/site-packages/gym_duckietown/simulator.py", line 1958, in render_obs
observation = self._render_img(
File "/home/usr/.local/lib/python3.8/site-packages/gym_duckietown/simulator.py", line 1907, in _render_img
obj.render(draw_bbox=self.draw_bbox, segment=segment, enable_leds=self.enable_leds)
File "/home/usr/.local/lib/python3.8/site-packages/gym_duckietown/objects.py", line 147, in render
self.render_mesh(segment, enable_leds=enable_leds)
File "/home/usr/.local/lib/python3.8/site-packages/gym_duckietown/objects.py", line 69, in render_mesh
self.mesh.render(segment=segment)
File "/home/usr/.local/lib/python3.8/site-packages/gym_duckietown/objmesh.py", line 362, in render
self = get_mesh(self.mesh_name, True)
File "/home/usr/.local/lib/python3.8/site-packages/gym_duckietown/objmesh.py", line 48, in get_mesh
mesh = ObjMesh(old_file_path, mesh_name, segment, change_materials)
File "/home/usr/.local/lib/python3.8/site-packages/gym_duckietown/objmesh.py", line 276, in __init__
texture = load_texture(fn2, segment=segment, segment_into_color=segment_into_color)
TypeError: unhashable type: 'list'
This error occurs on gym-duckietown-daffy>=6.0.55.
The error occurs with different meshes based on the random starting position of the duckiebot.
The text was updated successfully, but these errors were encountered:
Environment is Ubuntu 20.04.4 with Python 3.8.10 and gym-duckietown-daffy==6.1.30
Minimum to reproduce
Full stack trace
This error occurs on gym-duckietown-daffy>=6.0.55.
The error occurs with different meshes based on the random starting position of the duckiebot.
The text was updated successfully, but these errors were encountered: