Releases: sigmaai/self-driving-golf-cart
v0.2.0
Version 0.2.0 release.
Time for another release. Here are the major changes and improvements.
1. Segmentation Added
The semantic segmentation system has finally been added. It has its own msg type. The package is located in here
2. Autopilot
Combined steering and throttle prediction into one system. (to streamline computing). The new system can be found here
3. Simulation
Updated the package after the CARLA 0.9.2 release. Now can run the system with no issues.
4. Other small changes, mostly documentation improvements
v0.1.2
0.1.2 Release Summary
- implemented object detection (tiny-yolo v2)
- added simulated camera
For the next release
- update detection to yolo v3
- integrated the simulated video feed to steering/acceleration system
- add segmentation to ROS
- add accelerator predictor & detection & seg to speed controlling module
Contact:
Neil @ [email protected]
v0.1.1
Made some improvements to the visualization software. Major changes are:
- Object detection and visualization implemented
- Two kinds of steering visualization implemented
- Created an info screen for displaying useful stuff
- Implemented class activation for the steering model.
Developed and maintained: [email protected] | @NeilNie
v0.1.0 (First Release)
Main changes:
- added some debugging features
- made the code safer, i.e. added error & exception handling
- added a GUI for driving
- added an image-based localization module --> have not implemented on hardware
- other small stuff
Issues:
If you have questions, comments or issues related to the code or project, please open an Issue.
Contact:
Developer maintaining: Neil Nie [email protected]
0.0.1 pre-release
After finishing phase 1 and phase 2.1 of the development process, we are ready to make our first release. Mostly completed components include:
- end-to-end deep learning steering predictions with different types of networks.
- semantic segmentation with ENet and CityScapes dataset
- dataset collection
- control the steering system electronically
- control the brakes & accelerator electronically