We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c0ec49 commit 57f33c6Copy full SHA for 57f33c6
rmf_building_map_tools/building_map_server/site.py
@@ -127,6 +127,9 @@ def parse_level(map_dir, data):
127
if "yaw" in props["pose"]["rot"]:
128
yaw = parse_angle(props["pose"]["rot"]["yaw"])
129
level_msg.images.append(image)
130
+ # TODO(luca) multiple drawings are not compatible with the rest of the pipeline
131
+ # Revisit when this is not the case
132
+ break
133
else:
134
pass
135
#self.get_logger().error(f'unable to open image: {image_path}')
0 commit comments