Skip to content

Commit 36e8611

Browse files
authored
Update README.md with new badge layout
1 parent 9d11139 commit 36e8611

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@
44

55
A comprehensive toolbox containing modular APIs and turnkey demos for autonomous driving using AutoDRIVE Ecosystem and MathWorks tool suite.
66

7-
[![GitHub](https://img.shields.io/badge/GitHub-blue?logo=github&logoColor=white&labelColor=black)](https://github.com/AutoDRIVE-Ecosystem/AutoDRIVE-MathWorks) [![MATLAB File Exchange](https://www.mathworks.com/matlabcentral/images/matlab-file-exchange.svg)](https://www.mathworks.com/matlabcentral/fileexchange/183093-autodrive-toolbox)
7+
[![MATLAB File Exchange](https://www.mathworks.com/matlabcentral/images/matlab-file-exchange.svg)](https://www.mathworks.com/matlabcentral/fileexchange/183093-autodrive-toolbox)
8+
[![GitHub](https://img.shields.io/badge/GitHub-blue?logo=github&logoColor=white&labelColor=gray)](https://github.com/AutoDRIVE-Ecosystem/AutoDRIVE-MathWorks)
9+
![Github Stars](https://img.shields.io/github/stars/AutoDRIVE-Ecosystem/AutoDRIVE-MathWorks?style=flat&color=blue&label=Stars&logo=github&logoColor=white)
10+
![Github Forks](https://img.shields.io/github/forks/AutoDRIVE-Ecosystem/AutoDRIVE-MathWorks?style=flat&color=blue&label=Forks&logo=github&logoColor=white)
11+
![Github Downloads](https://img.shields.io/github/downloads/AutoDRIVE-Ecosystem/AutoDRIVE-MathWorks/total?style=flat&color=blue&label=Downloads&logo=github&logoColor=white)
812

913
# MATLAB API
1014

@@ -81,4 +85,4 @@ Run the vehicle-specific `example` file:
8185
- [`example_rzr.slx`](autodrive_simulink_api/example_rzr.slx) for [Polaris RZR Pro R 4 Ultimate](https://www.polaris.com/en-us/off-road/rzr/models/rzr-pro-r/rzr-pro-r-4-ultimate-super-graphite-specs)
8286
8387
> [!NOTE]
84-
> The AutoDRIVE Simulink API, which is implemented as a Level-2 MATLAB S-Function, will automatically take care of creating a WebSocket server instance upon running the Simulink model and will ensure a graceful exit upon termination by stopping the server instance, deleting it, and clearing it from the memory.
88+
> The AutoDRIVE Simulink API, which is implemented as a Level-2 MATLAB S-Function, will automatically take care of creating a WebSocket server instance upon running the Simulink model and will ensure a graceful exit upon termination by stopping the server instance, deleting it, and clearing it from the memory.

0 commit comments

Comments
 (0)