- Renamed some variables to indicate that they are a list
- Fixed some typos
- Close file after opening
- Attempt implementation of robot to global frame transformation
- Add conditions to skip some point clouds when creating full point cloud
- Add gitignore so downloaded data, vscode files, and pycache are not included
- Move downloader.py to src/dataset/data folder
- Rename src/dataset/dataManipulation to src/dataset/data_manip
- Rename src/dataset/ManageDataset to src/dataset/read_dataset
- Remove gps.csv and read_gps.py from visualization folder
- Add read_vel_hits.py and read_vel_sync.py (with python 3 fixes) for reading velodyne data
- Add point_cloud_vis.py to create map of entire dataset pointclouds
- Add docker-compose with python-dev container that mounts all folders
- Add Dockerfile with libraries for point clouds, natural language processing, and CV
- Add .env file for IP Address used by X Forwarding