My Presentation in Details
My Presentation in Details
Slide #03
Slide #04
Sensor Data
1. INS (Inertial Navigation System): This system collects real-time data from
three types of sensors:
o Accelerometer: Measures how fast the vehicle is speeding up or
slowing down.
o Gyroscope: Detects the vehicle's orientation and rotation.
o Magnetometer: Helps determine the vehicle's direction by sensing the
Earth's magnetic field.
2. Simulated Camera: Detects objects around the car by drawing a circle to
show its range. It highlights any nearby vehicles and can adjust how much it
can see (field of view). You can zoom in by pressing "Q" or zoom out by
pressing "A."
Vehicle Behavior
The ego vehicle can perform various actions:
Lane Changing:
o Space in adjacent lane (120 meter)
Overtaking:
o After lane change check space for overtake (200 meter ahead)
Following:
o Follow when no space in adjacent lane for performing lane change
maneuver and when reach the distance (80 meter) then speed same to
the closest vehicle ahead
Keeping Lane: Staying within the lines of its lane.
Stopping:
o Stop when reach the distance (80 meter) and closest vehicle is stop.
The vehicle makes decisions in real-time by analyzing the positions of nearby
vehicles and the information from its sensors.
Slide #06
What is SLAM?
SLAM is a system that helps a vehicle figure out where it is and create a map of its
surroundings at the same time. Here’s how it works:
1. Kalman Filter:
o It helps keep track of the vehicle’s position (where it is) and speed
(how fast it’s moving).
o It also finds important things on the road, like signs or other landmarks,
and marks them on the map.
2. Mapping and Visualization:
o The landmarks that the vehicle finds are shown as green circles on
the map. This helps the vehicle know where these important spots are.
o The system makes sure not to show the same landmark twice, which
keeps the map clear and easy to understand.
Slide #07