Skip to content

Commit 61dc2b8

Browse files
committed
Updated client.py
1 parent e2d321d commit 61dc2b8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

PythonClient/airsim/client.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,6 @@ def simSwapTextures(self, tags, tex_id = 0, component_id = 0, material_id = 0):
190190
"""
191191
return self.client.call("simSwapTextures", tags, tex_id, component_id, material_id)
192192

193-
#time - of - day control
194193
def simSetObjectMaterial(self, object_name, material_name):
195194
"""
196195
Runtime Swap Texture API
@@ -219,7 +218,6 @@ def simSetObjectMaterialFromTexture(self, object_name, texture_path):
219218

220219

221220
# time-of-day control
222-
223221
def simSetTimeOfDay(self, is_enabled, start_datetime = "", is_start_datetime_dst = False, celestial_clock_speed = 1, update_interval_secs = 60, move_sun = True):
224222
"""
225223
Control the position of Sun in the environment
@@ -375,7 +373,6 @@ def simGetCurrentFieldOfView(self, camera_name, vehicle_name = '', external = Fa
375373
return result
376374

377375
#End CinemAirSim
378-
379376
def simTestLineOfSightToPoint(self, point, vehicle_name = ''):
380377
"""
381378
Returns whether the target point is visible from the perspective of the inputted vehicle

0 commit comments

Comments
 (0)