> For the complete documentation index, see [llms.txt](https://nxp.gitbook.io/nxp-aim/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://nxp.gitbook.io/nxp-aim/readme.md).

# Introduction to AIM 2024

## What is AIM 2024? <a href="#what-is-aim" id="what-is-aim"></a>

![](/files/pYe8nlYpvvzuZKQsPoPH)

AIM is a unique platform for the Engineering student community to raise awareness, create interest, and build enthusiasm in the field of Artificial Intelligence in Mobility and Robotics through project-based embedded system design challenges.

## Scope of Competition

This project will facilitate in development of algorithms for self-driving cars which will be later transferred on hardware of robot car. This will involve:

1. Processing data taken as input from sensors attached on car
2. Taking in sensors’ output and move the car accordingly

Development of these algorithms and logic will be done by testing car model attached with sensors in several simulation worlds which have physics properties extremely close of real world. The simulation worlds used cover wide variety of real world test cases.

## AIM 2024 Challenge

The objective of the AIM 2024 is to design an autonomous car driving algorithm by interfacing the camera and lidar inputs to the car.

### Regional Finale Scope:

For the Regional Finale, in the Gazebo simulator, the participating teams need to complete the racetrack in the virtual environment as fast as possible, using a camera as input along with obstacle detection and avoidance using Lidar.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://nxp.gitbook.io/nxp-aim/readme.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
