Skip to content

Commit

Permalink
Updated client.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ppueyor committed Dec 16, 2021
1 parent e2d321d commit 61dc2b8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions PythonClient/airsim/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,6 @@ def simSwapTextures(self, tags, tex_id = 0, component_id = 0, material_id = 0):
"""
return self.client.call("simSwapTextures", tags, tex_id, component_id, material_id)

#time - of - day control
def simSetObjectMaterial(self, object_name, material_name):
"""
Runtime Swap Texture API
Expand Down Expand Up @@ -219,7 +218,6 @@ def simSetObjectMaterialFromTexture(self, object_name, texture_path):


# time-of-day control

def simSetTimeOfDay(self, is_enabled, start_datetime = "", is_start_datetime_dst = False, celestial_clock_speed = 1, update_interval_secs = 60, move_sun = True):
"""
Control the position of Sun in the environment
Expand Down Expand Up @@ -375,7 +373,6 @@ def simGetCurrentFieldOfView(self, camera_name, vehicle_name = '', external = Fa
return result

#End CinemAirSim

def simTestLineOfSightToPoint(self, point, vehicle_name = ''):
"""
Returns whether the target point is visible from the perspective of the inputted vehicle
Expand Down

0 comments on commit 61dc2b8

Please sign in to comment.