Skip to content

Commit

Permalink
fixed rclrs tag method
Browse files Browse the repository at this point in the history
  • Loading branch information
stelzo committed May 17, 2024
1 parent 5badc9e commit 0968bc1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,14 +64,11 @@ ros_pointcloud2 = { version = "*", features = ["rosrust_msg", "derive"]}

### rclrs (ros2_rust)

> [!NOTE]
> rclrs is currently not supported with v0.5.x due to some effects in how it generates messages. We will add back support for it as soon as [a new message pipeline](https://github.com/ros2-rust/ros2_rust/issues/394) is implemented. You can still write the conversions to the message yourself or use v0.4.0 in the meantime.
Features do not work properly with `rcrls` because the messages are linked externally. You need to use tags instead:

```toml
[dependencies]
ros_pointcloud2 = { git = "https://github.com/stelzo/ros_pointcloud2", tag = "v0.4.0_rclrs" }
ros_pointcloud2 = { git = "https://github.com/stelzo/ros_pointcloud2", tag = "v0.5.0-rc.1_rclrs" }
```

Also, indicate the following dependencies to your linker inside the `package.xml` of your package.
Expand Down

0 comments on commit 0968bc1

Please sign in to comment.