Merge branch 'master' of https://github.com/fxia22/gibsonv2 into ig-develop

This commit is contained in:
fxia22 2021-08-09 20:14:51 -07:00
commit 05c957e532
1 changed files with 0 additions and 1 deletions

View File

@ -1767,7 +1767,6 @@ class MeshRenderer(object):
def get_lidar_from_depth(self):
"""
Get partial LiDAR readings from depth sensors with limited FOV
:return: partial LiDAR readings with limited FOV
"""
lidar_readings = self.render(modes=("3d"))[0]