Skip to main content

Introduction

Overview

API to subscribe to autonomous driving (AD) planning data.

[No backward compatibility support]
  • Apply the changed package naming. (Modify module-level build.gradle and import statements)
  • Apply the changed permission naming in the manifest file.
  • Re-download the Pleos Connect Emulator.

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.

FunctionSummary
InitializeThe ADAS SDK is provided as a module of the Pleos Connect SDK.
Subscribe to Tracked Object APIAPI to subscribe to detected object information.
Subscribe to Local Map APIProvides information on recognized lanes and traffic lights around the vehicle.
Subscribe Warning APIProvides warning information verified in the vehicle.
Subscribe Planning APIProvides information related to autonomous driving (AD planning).
Subscribe AutoParking APIAPI to subscribe to automatic parking information.
StopUnsubscribe from data.
ReleaseRelease the resources of the ADAS SDK.