Skip to content

Releases: AdamSadek/Sensor-Fusion-And-Autonomous-Racing-Cars

v1.0

14 May 14:51
4e8b50f

Choose a tag to compare

v1.0 Pre-release
Pre-release

This pre-release is the foundation for building self-driving racing cars utilizing sensor fusion techniques and real-time control systems.

Key Features

PID Control Integration
The car's navigation precision has been refined through Proportional-Integral-Derivative (PID) control, ensuring smoother and quicker steering adjustments based on real-time track analysis.

Advanced Image Processing
Algorithms for detecting track lines have been improved, crucial for accurately determining the racing line and the cars positioning under varying lighting conditions. (adjusting hsv)

Dynamic Speed Adjustment
The system now adjusts the car's speed according to the track's curvature, enhancing its performance for racing conditions.

ROS 2 Integration
ROS 2 has been integrated to facilitate robust communication between the control systems and sensor modules, ensuring seamless data exchange.

Comprehensive Testing
Extensive simulations and real-world tests have been conducted to verify the reliability and effectiveness of the control algorithms under diverse conditions.

Enhancements

Curvature Calculation Algorithm
A new method for calculating track curvature from real-time camera feeds has been introduced, improving the prediction of turns and optimizing steering responses.

Recovery Mechanism
The car's capability to return to the track after deviations has been enhanced, minimizing the risk of race dropouts.

Documentation and Examples
Documentation has been updated to include more detailed guides and executable examples, assisting new users in quickly learning how to operate the system.

What's Changed

New Contributors

Full Changelog: https://github.com/AdamSadek/Sensor-Fusion-And-Autonomous-Racing-Cars/commits/ARC-1.0