All Courses
All Courses
Courses by Software
Courses by Semester
Courses by Domain
Tool-focused Courses
Machine learning
POPULAR COURSES
Success Stories
Introduction to Advanced Driver Assistance System using MATLAB & Simulink Main Project – Adaptive Cruise Control (ACC) General Overview: Adaptive Cruise Control Feature for passenger cars allows the host vehicle to adapt to the speed in line with the flow of traffic. Driving in heavy traffic or keeping…
Aman Seth
updated on 17 Oct 2021
Introduction to Advanced Driver Assistance System using MATLAB & Simulink
Main Project – Adaptive Cruise Control (ACC)
General Overview:
Adaptive Cruise Control Feature for passenger cars allows the host vehicle to adapt to the speed in line with the flow of traffic. Driving in heavy traffic or keeping a safe distance to the preceding vehicle calls for a high level of concentration. The Adaptive Cruise Control feature can reduce the stress on the driver by automatically controlling the vehicle speed & maintaining a predefined minimum distance to the preceding vehicle. As a consequence, the driver enjoys more comfort & can concentrate on the road a little better.
A radar sensor is usually at the core of the Adaptive Cruise Control. Installed at the front of the vehicle, the system permanently monitors the road ahead. As long as the road ahead is clear, the cruise control feature maintains the speed set by the driver. If the system spots a slower vehicle within its detection range, it gently reduces speed by releasing the accelerator or actively engaging the brake control system. If the vehicle ahead speeds up or changes lanes, the cruise control automatically accelerates to the driver’s desired speed.
Standard Adaptive Cruise Control can be activated from speeds of around 30 km/h (20 mph) upwards and supports the driver, primarily on cross-country journeys or on freeways. The cruise control stops & go variant is also active at speeds below 30 km/h (20 mph). It can maintain the set distance to the preceding vehicle even at very low speeds and can decelerate to a complete standstill. When the vehicle remains stopped longer, the driver needs only to reactivate the system, for example by briefly stepping on the gas pedal to return to cruise control mode. In this way, cruise control stops & go supports the driver even in heavy traffic and traffic jams.
Since Adaptive Cruise Control is a comfort and convenience system, brake interventions and vehicle acceleration only take place within defined limits. Even with Adaptive Cruise Control switched on, it remains the driver’s responsibility to monitor the speed and distance from the vehicle in front.
The objective of the Main Project:
Requirement 1– Lead Vehicle:
Requirement 2 – Drive Vehicle:
Requirement 3 – Adaptive Cruise Control Algorithm:
Requirement 3a – ACC OFF MODE state logic:
Requirement 3b – ACC STANDBY MODE state logic:
Requirement 3c – ACC ON MODE state logic:
This state will be activated when the input signal SetSwitch is equal to 1. There are 6 sub-states to this state logic: They are:
Requirement 3c (i) – LeadVehicle_Detected_Follow (ACC ON MODE):
Requirement 3c (ii) – LeadVehicle_Not_Detected (ACC ON MODE):
Requirement 3c (iii) – LeadVehicle_Detected_Resume (ACC ON MODE):
Requirement 3c (iv) - LeadVehicle_Not_Detected_Resume (ACC ON MODE):
Requirement 3c (v) - LeadVehicle_Speed_lessthan_Set_Speed (ACC ON MODE):
Requirement 3c (vi) - LeadVehicle_Speed_equal_Set_Speed (ACC ON MODE):
Signals & Calibration Data List:
Signal / Calibration Name |
Signal Type |
Data Type |
Dimension |
Min |
Max |
Initial Value |
Units |
CameraInput_LeadVehicle |
Input |
Uint8 |
1 |
0 |
255 |
- |
- |
RadarInput_LeadVehicle |
Input |
Uint8 |
1 |
0 |
255 |
- |
- |
CameraInput_DriveVehicle |
Input |
Uint8 |
1 |
0 |
255 |
- |
- |
RadarInput_DriveVehicle |
Input |
Uint8 |
1 |
0 |
255 |
- |
- |
Time_Gap |
Input |
Uint8 |
1 |
0 |
255 |
- |
- |
Set_Speed |
Input |
Uint8 |
1 |
0 |
255 |
- |
- |
Set_Gap |
Input |
Uint8 |
1 |
0 |
255 |
- |
- |
CruiseSwitch |
Input |
Boolean |
1 |
0 |
1 |
- |
- |
SetSwitch |
Input |
Boolean |
1 |
0 |
1 |
- |
- |
Acceleration_Mode |
Output |
Uint8 |
1 |
0 |
255 |
- |
- |
LeadVehicle_Speed |
Output |
Uint8 |
1 |
0 |
255 |
- |
- |
DriveVehicle_Speed |
Output |
Uint8 |
1 |
0 |
255 |
- |
- |
LeadVehicle_Detected |
Output |
Uint8 |
1 |
0 |
255 |
- |
- |
DEVELOPMENT OF MATLAB MODEL
This is the main model subsystem that having 9 inputs
CameraInput_LeadVehicle, RadarInput_LeadVehicle, CameraInput_DriveVehicle, RadarInput_DriveVehi, Time_Gap, Set_Speed, Set_Gap, CruiseSwitch and SetSwitch entering into the Adaptive Cruise Control subsystem and five output 1.Acceleration_Mode 2.LeadVehicle_Speed, DriveVehicle_Speed, LeadVehicle_Detected
there are 3 requirements are designed in 2 subsystems and one in state flow chart
Requirement 1– Lead Vehicle:
Requirement 2 – Drive Vehicle:
Requirement 3 – Adaptive Cruise Control Algorithm:
Requirement 3a – ACC OFF MODE state logic:
Requirement 3b – ACC STANDBY MODE state logic:
Requirement 3c – ACC ON MODE state logic:
This state will be activated when the input signal SetSwitch is equal to 1. There are 6 sub-states to this state logic: They are:
Requirement 3c (i) – LeadVehicle_Detected_Follow (ACC ON MODE):
Requirement 3c (ii) – LeadVehicle_Not_Detected (ACC ON MODE):
Requirement 3c (iii) – LeadVehicle_Detected_Resume (ACC ON MODE):
Requirement 3c (iv) - LeadVehicle_Not_Detected_Resume (ACC ON MODE):
Requirement 3c (v) - LeadVehicle_Speed_lessthan_Set_Speed (ACC ON MODE):
Requirement 3c (vi) - LeadVehicle_Speed_equal_Set_Speed (ACC ON MODE):
all the requirements are tagged in order for better understandability, anyone who is reviewing the model or who is trying to update the model can get a clear idea of what logic is used in the system. from the requirement manager, we can see what are all are tagged and the description.
Requirement Tagging and Traceability report
I am only sharing 2 or 3 snapshots of the report here but the whole report is attached below
Developing SLDD
all the inputs, outputs, calibration parameters are saved in SLDD so while simulation the model takes all the values and its parameters from the Simulink Data Dictionary
the inputs and output signals are resolved so the signals will take the values from sldd and pass them to the logical blocks. Otherwise, it may take some junk values if it is unresolved
5. Model Update.
The model update is done by Ctrl-D. this is done to check for any static errors. If no errors are coming the model is working fine without any errors.
6. Simulation
The model is simulated too for checking for errors and warmings
7.Configuration Parameter Update
Various configuration parameters are updated as per the code generation the solver type should be fixed for code generation
By running the model advisor tool, we can see commonly made modeling errors.
9 Code generation
Build a model for generating code
Generated Code :
/*
* File: Project_2_Adaptive_Cruise_Control.c
*
* Code generated for Simulink model 'Project_2_Adaptive_Cruise_Control'.
*
* Model version : 1.16
* Simulink Coder version : 9.5 (R2021a) 14-Nov-2020
* C/C++ source code generated on : Sun Oct 17 16:38:07 2021
*
* Target selection: ert.tlc
* Embedded hardware selection: Intel->x86-64 (Windows64)
* Code generation objectives: Unspecified
* Validation result: Not run
*/
#include "Project_2_Adaptive_Cruise_Control.h"
#include "Project_2_Adaptive_Cruise_Control_private.h"
/* Named constants for Chart: '/Requirement3' */
#define IN_LeadVehicle_Detected_Follow ((uint8_T)1U)
#define IN_LeadVehicle_Detected_Resume ((uint8_T)2U)
#define IN_LeadVehicle_Not_Detected_Res ((uint8_T)4U)
#define IN_LeadVehicle_Speed_equal_Set_ ((uint8_T)5U)
#define IN_LeadVehicle_Speed_lessthan_S ((uint8_T)6U)
#define Pro_IN_LeadVehicle_Not_Detected ((uint8_T)3U)
#define Project_2_Ad_IN_NO_ACTIVE_CHILD ((uint8_T)0U)
#define Project_2_Adapt_IN_Standby_mode ((uint8_T)3U)
#define Project_2_Adaptive_C_IN_ON_mode ((uint8_T)2U)
#define Project_2_Adaptive__IN_OFF_mode ((uint8_T)1U)
/* Block states (default storage) */
DW_Project_2_Adaptive_Cruise__T Project_2_Adaptive_Cruise_Co_DW;
/* Real-time model */
static RT_MODEL_Project_2_Adaptive_C_T Project_2_Adaptive_Cruise_Co_M_;
RT_MODEL_Project_2_Adaptive_C_T *const Project_2_Adaptive_Cruise_Co_M =
&Project_2_Adaptive_Cruise_Co_M_;
real_T rt_roundd_snf(real_T u)
{
real_T y;
if (fabs(u) < 4.503599627370496E+15) {
if (u >= 0.5) {
y = floor(u + 0.5);
} else if (u > -0.5) {
y = u * 0.0;
} else {
y = ceil(u - 0.5);
}
} else {
y = u;
}
return y;
}
/* Model step function */
void Project_2_Adaptive_Cruise_Control_step(void)
{
int32_T tmp;
int32_T tmp_0;
uint8_T tmp_1;
uint8_T tmp_2;
/* Sum: '/Add' incorporates:
* Inport: '/CameraInput_LeadVehicle'
* Inport: '/RadarInput_LeadVehicle'
*/
LeadVehicle_Speed = (uint8_T)((uint32_T)CameraInput_LeadVehicle +
RadarInput_LeadVehicle);
/* Sum: '/Add' incorporates:
* Inport: '/CameraInput_DriveVehicle'
* Inport: '/RadarInput_DriveVehicle'
* UnitDelay: '/Unit_Delay'
*/
DriveVehicle_Speed = (uint8_T)((uint32_T)(uint8_T)((uint32_T)
CameraInput_DriveVehicle + Acceleration_Mode) + RadarInput_DriveVehicle);
/* SignalConversion: '/Signal_Conversion' incorporates:
* Inport: '/RadarInput_DriveVehicle'
*/
LeadVehicle_Detected = RadarInput_DriveVehicle;
/* Chart: '/Requirement3' incorporates:
* Inport: '/CruiseSwitch'
* Inport: '/SetSwitch'
* Inport: '/Set_Gap'
* Inport: '/Set_Speed'
* Inport: '/Time_Gap'
*/
if (Project_2_Adaptive_Cruise_Co_DW.is_active_c3_Project_2_Adaptive == 0U) {
Project_2_Adaptive_Cruise_Co_DW.is_active_c3_Project_2_Adaptive = 1U;
Project_2_Adaptive_Cruise_Co_DW.is_c3_Project_2_Adaptive_Cruise =
Project_2_Adaptive__IN_OFF_mode;
Acceleration_Mode = 0U;
} else {
switch (Project_2_Adaptive_Cruise_Co_DW.is_c3_Project_2_Adaptive_Cruise) {
case Project_2_Adaptive__IN_OFF_mode:
Acceleration_Mode = 0U;
if (CruiseSwitch) {
Project_2_Adaptive_Cruise_Co_DW.is_c3_Project_2_Adaptive_Cruise =
Project_2_Adapt_IN_Standby_mode;
Acceleration_Mode = 1U;
}
break;
case Project_2_Adaptive_C_IN_ON_mode:
if (!CruiseSwitch) {
Project_2_Adaptive_Cruise_Co_DW.is_ON_mode =
Project_2_Ad_IN_NO_ACTIVE_CHILD;
Project_2_Adaptive_Cruise_Co_DW.is_c3_Project_2_Adaptive_Cruise =
Project_2_Adaptive__IN_OFF_mode;
Acceleration_Mode = 0U;
} else if (!SetSwitch) {
Project_2_Adaptive_Cruise_Co_DW.is_ON_mode =
Project_2_Ad_IN_NO_ACTIVE_CHILD;
Project_2_Adaptive_Cruise_Co_DW.is_c3_Project_2_Adaptive_Cruise =
Project_2_Adapt_IN_Standby_mode;
Acceleration_Mode = 1U;
} else {
switch (Project_2_Adaptive_Cruise_Co_DW.is_ON_mode) {
case IN_LeadVehicle_Detected_Follow:
Acceleration_Mode = 2U;
if (LeadVehicle_Detected == 0) {
Project_2_Adaptive_Cruise_Co_DW.is_ON_mode =
Pro_IN_LeadVehicle_Not_Detected;
Acceleration_Mode = 1U;
} else if (((LeadVehicle_Detected == 1) && (LeadVehicle_Speed <
Set_Speed)) || (Time_Gap < Set_Gap)) {
Project_2_Adaptive_Cruise_Co_DW.is_ON_mode =
IN_LeadVehicle_Speed_lessthan_S;
Acceleration_Mode = 4U;
}
break;
case IN_LeadVehicle_Detected_Resume:
Acceleration_Mode = 3U;
if ((DriveVehicle_Speed < Set_Speed) && (LeadVehicle_Speed >
DriveVehicle_Speed) && (Time_Gap >= Set_Gap)) {
Project_2_Adaptive_Cruise_Co_DW.is_ON_mode =
IN_LeadVehicle_Speed_equal_Set_;
Acceleration_Mode = 5U;
} else if ((DriveVehicle_Speed == Set_Speed) && (LeadVehicle_Speed >=
Set_Speed) && (Time_Gap >= Set_Gap)) {
Project_2_Adaptive_Cruise_Co_DW.is_ON_mode =
IN_LeadVehicle_Detected_Follow;
Acceleration_Mode = 2U;
} else if (LeadVehicle_Detected == 0) {
Project_2_Adaptive_Cruise_Co_DW.is_ON_mode =
IN_LeadVehicle_Not_Detected_Res;
Acceleration_Mode = 1U;
}
break;
case Pro_IN_LeadVehicle_Not_Detected:
Acceleration_Mode = 1U;
if ((LeadVehicle_Detected == 1) && (DriveVehicle_Speed == Set_Speed) &&
(LeadVehicle_Speed >= Set_Speed) && (Time_Gap >= Set_Gap)) {
Project_2_Adaptive_Cruise_Co_DW.is_ON_mode =
IN_LeadVehicle_Detected_Follow;
Acceleration_Mode = 2U;
} else if (((LeadVehicle_Detected == 1) && (LeadVehicle_Speed <
Set_Speed)) || (Time_Gap < Set_Gap)) {
Project_2_Adaptive_Cruise_Co_DW.is_ON_mode =
IN_LeadVehicle_Speed_lessthan_S;
Acceleration_Mode = 4U;
}
break;
case IN_LeadVehicle_Not_Detected_Res:
Acceleration_Mode = 1U;
break;
case IN_LeadVehicle_Speed_equal_Set_:
Acceleration_Mode = 5U;
if ((LeadVehicle_Detected == 0) || (DriveVehicle_Speed <= Set_Speed))
{
Project_2_Adaptive_Cruise_Co_DW.is_ON_mode =
IN_LeadVehicle_Not_Detected_Res;
Acceleration_Mode = 1U;
} else if (((DriveVehicle_Speed < Set_Speed) && (LeadVehicle_Speed >
DriveVehicle_Speed)) || (Time_Gap >= Set_Gap)) {
Project_2_Adaptive_Cruise_Co_DW.is_ON_mode =
IN_LeadVehicle_Detected_Resume;
Acceleration_Mode = 3U;
} else if (((LeadVehicle_Speed < Set_Speed) && (LeadVehicle_Speed <
DriveVehicle_Speed)) || ((int32_T)rt_roundd_snf(0.75 *
(real_T)Set_Gap) == Time_Gap)) {
Project_2_Adaptive_Cruise_Co_DW.is_ON_mode =
IN_LeadVehicle_Speed_lessthan_S;
Acceleration_Mode = 4U;
}
break;
default:
/* case IN_LeadVehicle_Speed_lessthan_Set_Speed: */
Acceleration_Mode = 4U;
if ((LeadVehicle_Detected == 0) && (DriveVehicle_Speed == Set_Speed))
{
Project_2_Adaptive_Cruise_Co_DW.is_ON_mode =
Pro_IN_LeadVehicle_Not_Detected;
Acceleration_Mode = 1U;
} else {
tmp = (int32_T)rt_roundd_snf((real_T)LeadVehicle_Speed * 1.25);
tmp_0 = (int32_T)rt_roundd_snf(1.25 * (real_T)Set_Gap);
if (tmp < 256) {
tmp_1 = (uint8_T)tmp;
} else {
tmp_1 = MAX_uint8_T;
}
if (tmp_0 < 256) {
tmp_2 = (uint8_T)tmp_0;
} else {
tmp_2 = MAX_uint8_T;
}
if ((tmp_1 >= DriveVehicle_Speed) && ((int32_T)rt_roundd_snf((real_T)
LeadVehicle_Speed * 0.75) <= DriveVehicle_Speed) &&
(DriveVehicle_Speed < Set_Speed) && (Time_Gap <= tmp_2) &&
(Time_Gap >= (int32_T)rt_roundd_snf(0.75 * (real_T)Set_Gap))) {
Project_2_Adaptive_Cruise_Co_DW.is_ON_mode =
IN_LeadVehicle_Speed_equal_Set_;
Acceleration_Mode = 5U;
}
}
break;
}
}
break;
default:
/* case IN_Standby_mode: */
Acceleration_Mode = 1U;
if (!CruiseSwitch) {
Project_2_Adaptive_Cruise_Co_DW.is_c3_Project_2_Adaptive_Cruise =
Project_2_Adaptive__IN_OFF_mode;
Acceleration_Mode = 0U;
} else if (SetSwitch) {
Project_2_Adaptive_Cruise_Co_DW.is_c3_Project_2_Adaptive_Cruise =
Project_2_Adaptive_C_IN_ON_mode;
Project_2_Adaptive_Cruise_Co_DW.is_ON_mode =
IN_LeadVehicle_Detected_Follow;
Acceleration_Mode = 2U;
}
break;
}
}
/* End of Chart: '/Requirement3' */
}
/* Model initialize function */
void Project_2_Adaptive_Cruise_Control_initialize(void)
{
/* (no initialization code required) */
}
/* Model terminate function */
void Project_2_Adaptive_Cruise_Control_terminate(void)
{
/* (no terminate code required) */
}
/*
* File trailer for generated code.
*
* [EOF]
*/
Google Drive link: https://drive.google.com/drive/folders/15W0EdGCUcj_qmMRrMmTxVT4Z6N1XAYBL?usp=sharing
Leave a comment
Thanks for choosing to leave a comment. Please keep in mind that all the comments are moderated as per our comment policy, and your email will not be published for privacy reasons. Please leave a personal & meaningful conversation.
Other comments...
Project 2-Highway Assistant-Lane Changing Assistant
Introduction to Automotive Embedded Systems and AUTOSAR Project -Highway Assistant-Lane Changing Assistant Highway Driving Assist uses a forward-facing radar unit and camera, GPS technology, and the navigation system’s map database to provide Level 2 driving assistance on divided, restricted-access highways,…
12 Nov 2021 03:57 AM IST
Project 1- Traffic Jam Assistant Feature
Introduction to Automotive Embedded Systems and AUTOSAR PROJECT 1: Traffic Jam Assistant Feature Overview: Traffic Jam Assistant is one of the most common features in the Advanced Driver Assistance System. Traffic Jam Assistant helps the driver arrive more relaxed at their destination, even in dense traffic…
11 Nov 2021 04:00 AM IST
Project 2 Adaptive Cruise Control
Introduction to Advanced Driver Assistance System using MATLAB & Simulink Main Project – Adaptive Cruise Control (ACC) General Overview: Adaptive Cruise Control Feature for passenger cars allows the host vehicle to adapt to the speed in line with the flow of traffic. Driving in heavy traffic or keeping…
17 Oct 2021 05:15 PM IST
Project 1 (Mini Project on Vehicle Direction Detection
Advanced Driver Assistance Systems Mini Project - Vehicle Direction Determination General Overview: Identifying the direction of the vehicle is one of the important & diverse features in Autonomous driving & Advanced Driver Assistance Features. This particular sub-feature of identifying the direction…
15 Oct 2021 03:20 PM IST
Related Courses
8 Hours of Content
Skill-Lync offers industry relevant advanced engineering courses for engineering students by partnering with industry experts.
© 2025 Skill-Lync Inc. All Rights Reserved.