Introduction
caution
The ADAS SDK is currently under preparation and will be available soon.
Overview
The ADAS SDK provides information that can assist driving through the ADAS API.
Development Environment Setup
To use the ADAS SDK, install the Pleos Connect Emulator in Android Studio, and then proceed with the AVD settings.
ADAS API
The list of ADAS API groups provided by the ADAS SDK is as follows.
| Function | Summary |
|---|---|
| Initialize | The ADAS SDK is provided as a module of the Pleos Connect SDK. |
| Subscribe to Tracked Object API | API to subscribe to detected object information. |
| Subscribe to Local Map API | Provides information on recognized lanes and traffic lights around the vehicle. |
| Subscribe Warning API | Provides warning information verified in the vehicle. |
| Subscribe Planning API | Provides information related to autonomous driving (AD planning). |
| Subscribe AutoParking API | API to subscribe to automatic parking information. |
| Stop | Unsubscribe from data. |
| Release | Release the resources of the ADAS SDK. |