- Added type hints to most core methods
- Added
send_lidar_config()
method to configure LIDAR - Added car roll, pitch yaw angle
- Renamed lidar config to use snake case instead of CamelCase (for instance
degPerSweepInc
was renamed todeg_per_sweep_inc
)
- Fix type checking error
- black + isort for autoformatting
- Many flake8 fixes (removed unused imports, ...)
- The simulator can be launched separately
- Made the client Thread daemon (so we can use ctrl+c to kill it)
- First release on PyPI.
- Testing out deploy system
- Update credits/authors
- flake8