Giter Club home page Giter Club logo

antilockbrakingsystemincarsim's Introduction

Antilock Braking System in Carsim

An anti-lock braking system (ABS) is a safety anti-skid braking system used on aircraft and on land vehicles, such as cars, motorcycles, trucks, and buses. ABS prevents wheel slip from exceeding allowable limits. In this project, I built a controller for the ABS system and simulated it on Carsim.

Table of contents!

  1. Introduction
  2. Build control system
  3. Controller
  4. Citation
  5. Contributing to MOBATSim
  6. Release Notes
  7. Getting Started

Introduction

Antilock braking system is one of the main parts and plays an important role in controlling cars on the road. Is an electronic auxiliary device that prevents the vehicle from skidding under abnormal driving conditions. This system will prevent wheel locking by controlling and varying the oil pressure acting on the brake mechanisms. This project will build On-Off Controller, Fuzzy PID Controller and evaluate their braking efficiency.

Below is the relationship between wheel slip and Adhesion coefficient. image So the goal of the On-Off Controller and the Fuzzy PID Controller is to keep the wheel slip from 0.1 to 0.3.

Build control system

Build ABS system based on closed loop control system, with desired output is wheel slip with wheel slip equal to 0.15 image

Project(CarSim S-Function2)

Multi input is brake wheel cylinder pressure (MPa) at the wheels and multi output is vehicle speed (km/h), wheel speed (km/h) and master cylinder pressure (MPa). image

Actuator(Brake Actuator Model)

The control signal is multiplied by the brake pressure at the master cylinder, transmitted to the Transfer Fcn, then transmitted to and controlled by the brake pressure at each wheel to brake. Transfer Fcn is the transfer function, representing the delay of the hydraulic system when braking or it is the mechanical delay of the solenoid in the brake system. image

Caculator Slip

image

Controller

On-Off Controller

image

Fuzzy PID Controller

image Controller of front wheel image Controller of rear wheel image

antilockbrakingsystemincarsim's People

Contributors

nguyentuchung01 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.