Skip to content
This repository was archived by the owner on Jul 27, 2026. It is now read-only.

Commit fa09572

Browse files
fix URL and trailing whitespace (#25)
1 parent 062a946 commit fa09572

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# C++ Example: ROS 2 Bridge
22

3-
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)).
3+
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)).
44

55
It works by subscribing to all topics with supported types, converting the messages, and logging the data to Rerun. It further allows to remap topic names to specific entity paths, specify additional timeless transforms, and pinhole parameters via an external config file. See the [launch](https://github.com/rerun-io/cpp-example-ros2-bridge/tree/main/rerun_bridge/launch) directory for usage examples.
66

@@ -13,7 +13,7 @@ This example is built for ROS 2. For more ROS examples, also check out the [ROS
1313
> NOTE: Currently only some of the most common messages are supported (see https://github.com/rerun-io/cpp-example-ros2-bridge/issues/4 for an overview). However, extending to other messages should be straightforward.
1414
1515
## Compile and run using pixi
16-
The easiest way to get started is to install [pixi](https://prefix.dev/docs/pixi/overview).
16+
The easiest way to get started is to install [pixi](https://pixi.sh/latest/installation/).
1717

1818
The pixi environment described in `pixi.toml` contains all required dependencies, including the example data, and the Rerun viewer. To run the [CARLA](https://carla.org/) example use
1919
```shell

0 commit comments

Comments
 (0)