Skip to content
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
2 changes: 1 addition & 1 deletion docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ built directly in a ROS 2 workspace and consumed like any other
CMake-config package.

1. Fetch the sources with `vcs` using the `.repos` file from the
[tea-ros2](https://github.com/getml/tea-ros2) workspace, which already
tea-ros2 workspace, which already

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

This change removes the link to the tea-ros2 workspace. While the link may have been incorrect, its removal makes this part of the documentation difficult to follow. Users are instructed to use a .repos file from the tea-ros2 workspace but are no longer given a way to locate it.

To make these instructions actionable, could you please either:

  1. Update the line with the correct link to the tea-ros2 workspace.
  2. If that workspace is no longer the recommended source, revise the instructions to describe the current correct procedure for ROS 2 integration.

This will ensure the documentation remains helpful and accurate for users.

tracks `reflect-cpp`:

```bash
Expand Down
Loading