Skip to content
This repository was archived by the owner on Jul 27, 2026. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
> [!WARNING]
> This repository is deprecated.
>
> Please see here for the latest ROS-related documentation:
> * [Use Rerun with ROS 2](https://rerun.io/docs/howto/integrations/ros2-nav-turtlebot)
> * [Loading URDF models](https://rerun.io/docs/howto/logging-and-ingestion/urdf)
> * [Working with MCAP](https://rerun.io/docs/howto/logging-and-ingestion/mcap)
>
> Feel free to join also our [Discord](https://discord.gg/PXtCgFBSmH) to discuss any questions.

# C++ Example: ROS 2 Bridge

This is an example that shows how to use Rerun's C++ API to log and visualize [ROS 2](https://docs.ros.org/en/humble/index.html) messages (for the ROS 1 version, see [here](https://github.com/rerun-io/cpp-example-ros-bridge)).
Expand Down
Loading