Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 494 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 494 Bytes

TypeScript libraries for MCAP

Install dependencies:

corepack enable
yarn install

Run lint/tests:

yarn workspace @mcap/core lint
yarn workspace @mcap/core test

Read and validate an MCAP file:

yarn workspace @foxglove/mcap-example-validate validate file.mcap

Run benchmarks:

yarn workspace @foxglove/mcap-benchmarks bench

Run benchmarks with Chrome debugger attached to use profiling tools:

yarn workspace @foxglove/mcap-benchmarks bench:debug