Getting Started
Installation
- Download Lichtblick
- Download the
.foxeextension file from releases - Drag the
.foxefile into the Lichtblick window to install
For general information about Lichtblick extensions, see the Lichtblick Extensions documentation.
Opening OSI data
Open a file or stream that follows the ASAM OSI standard. The extension supports OSI messages encoded in MCAP format.
MCAP format draft
Current ASAM OSI tracefile formats do not yet include the official MCAP Multitrace Format. You can use the ASAM OSI Utilities to create OSI MCAP traces according to the current specification draft.
Development
For the general Lichtblick extension development workflow, see the Local Development guide. This extension uses yarn instead of npm:
yarn install # Install dependencies
yarn local-install # Build and install into local Lichtblick
yarn test # Run tests
yarn lint # Lint with auto-fix