Skip to content

Commit

Permalink
Update image_apis.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tzimasak authored Nov 6, 2018
1 parent 338e049 commit 075607c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/image_apis.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import airsim #pip install airsim
# for car use CarClient()
client = airsim.MultirotorClient()

png_image = client.simGetImage("0", airsim.AirSimImageType.Scene)
png_image = client.simGetImage("0", airsim.ImageType.Scene)
# do something with image
```

Expand Down

0 comments on commit 075607c

Please sign in to comment.