OSCAR IDE

End-to-end design tool for autonomous driving

OSCAR IDE is an end-to-end design tool covering both hardware and software modules of an autonomous car. Using the model-based design methodology, users can describe the autonomous driving system as a block diagram. There, individual modules of the car are mapped to separate blocks. Relationships between modules are represented by linkages between blocks.

After the system model is fully defined, a user only needs to write code for individual modules, without having to care for the overall source code structure, dependencies or build mechanisms. Note that apart from the algorithm implementation, everything else is taken care of by the OSCAR IDE.

A block diagram representation of a sample autonomous driving system

The goal of the OSCAR IDE is to provide the necessary tools to easily model algorithms and hardware components (such as sensors and actuators) for autonomous driving:

  • Graphical editor with block diagram environment for the ROS model-based design of autonomous driving systems
  • Customizable templates of common autonomous driving systems
  • Automatic ROS source code generator
  • Source code editor synchronized with a model specification and its graphical representation
  • Source code and model validation tools
  • ROS build automation tools that create and builds ROS packages (local or remote)
  • ROS diagnostic tools and parameter tuning

OSCAR IDE adopts the model-based design methodology to describe an autonomous driving system. Using blocks and lines, users create a block diagram of the entire system, and based on it OSCAR IDE generates a ROS package and handles all dependencies. Finally, OSCAR IDE builds the generated package on a target device and creates ready-to-launch executable ROS nodes.