# foxglove-sdk **Repository Path**: cmpute/foxglove-sdk ## Basic Information - **Project Name**: foxglove-sdk - **Description**: Mirror of foxglove's SDK - **Primary Language**: Rust - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-12-30 - **Last Updated**: 2025-12-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Foxglove SDK The Foxglove SDK allows you to log and visualize multimodal data with [Foxglove](https://foxglove.dev). The core SDK is written in Rust, with bindings for Python, and C++. We publish prebuilt libraries and Python wheels, so you don’t need a Rust development environment. - Stream live data to Foxglove over a local WebSocket - Log data to [MCAP](https://mcap.dev/) files for visualization or analysis - Leverage built-in [Foxglove schemas](https://docs.foxglove.dev/docs/sdk/schemas) for common visualizations, or your own custom messages using a supported serialization format - ROS packages are available for all supported distributions (see our [ROS 2 tutorial](https://docs.foxglove.dev/docs/getting-started/frameworks/ros2)) Visit [Foxglove SDK Docs](https://docs.foxglove.dev/sdk) to get started. ## Packages
| Package | Version | Description |
|---|---|---|
| Python | ||
| [foxglove-sdk](./python/foxglove-sdk/) | [](https://pypi.org/project/foxglove-sdk/) | Foxglove SDK for Python |
| C++ | ||
| [foxglove](./cpp) | [](https://github.com/foxglove/foxglove-sdk/releases?q=sdk%2F) | Foxglove SDK for C++ |
| Rust | ||
| [foxglove](./rust/foxglove) | [](https://crates.io/crates/foxglove) | Foxglove SDK for Rust |
| ROS | ||
| [foxglove_msgs](./ros/src/foxglove_msgs) |
[](https://index.ros.org/p/foxglove_msgs#humble) [](https://index.ros.org/p/foxglove_msgs#jazzy) [](https://index.ros.org/p/foxglove_msgs#kilted) [](https://index.ros.org/p/foxglove_msgs#rolling) |
Foxglove schemas for ROS |
| [foxglove_bridge](./ros/src/foxglove_bridge) |
[](https://index.ros.org/p/foxglove_bridge#humble) [](https://index.ros.org/p/foxglove_bridge#jazzy) [](https://index.ros.org/p/foxglove_bridge#kilted) [](https://index.ros.org/p/foxglove_bridge#rolling) |
Foxglove ROS bridge |
| TypeScript | ||
| [@foxglove/schemas](./typescript/schemas) | [](https://www.npmjs.com/package/@foxglove/schemas) | Foxglove schemas for TypeScript |
| Other | ||
| [schemas](./schemas) | Raw schema definitions for ROS, Protobuf, Flatbuffer, JSON, and OMG IDL |