Skip to content

Instantly share code, notes, and snippets.

View 99sphere's full-sized avatar
🎯
Focusing

Gu Lee 99sphere

🎯
Focusing
  • Samsung Electronics
View GitHub Profile
# Python client example to get Lidar data from a car
#
import setup_path
import airsim
import matplotlib.pyplot as plt
from mpl_toolkits.mplot3d import Axes3D
import sys
import math
import time