Skip to content

Commit

Permalink
Update links in Connecting multiple TF trees
Browse files Browse the repository at this point in the history
  • Loading branch information
prochazo authored Jun 11, 2024
1 parent 31dbed2 commit daf161d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/system/frames_of_reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ However, a *frame* following the order `frame -> <uav_name>/fcu` is stored as a

## Connecting multiple TF trees

To connect transform trees of two or more UAVs, you can use the [`tf_connector`](https://github.com/ctu-mrs/mrs_utils/tree/master/tf_connector) node within the [`mrs_utils`](https://github.com/ctu-mrs/mrs_utils) package.
To connect transform trees of two or more UAVs, you can use the [`tf_connector`](https://github.com/ctu-mrs/mrs_utils/tree/master/mrs_tf_connector) node within the [`mrs_utils`](https://github.com/ctu-mrs/mrs_utils) package.
The node creates a new common connecting frame and defines transforms from root frames of the separate trees to this common frame that are recalculated so that the specified frames in the subtrees remain equal.
See the corresponding [Readme](https://github.com/ctu-mrs/mrs_utils/blob/master/tf_connector/README.md) for usage hints and parameter documentation.
See the corresponding [Readme](https://github.com/ctu-mrs/mrs_utils/blob/master/mrs_tf_connector/README.md) for usage hints and parameter documentation.

*Note:* The `tf_connector` node can connect only trees containing a common (equal) frame --- e.g., a local GNSS coordinate frame of the world `<uav_name>/world_origin`.

Expand Down

0 comments on commit daf161d

Please sign in to comment.