Skip to content

[BROKEN LINK] #2771

Description

@mathkev

Which page has the broken link?

ROS 2 Concepts and Structures

https://www.docs.o3de.org/docs/user-guide/interactivity/robotics/concepts-and-components-overview/

Which link was broken?

https://www.docs.o3de.org/docs/user-guide/interactivity/robotics/concepts-and-components-overview/user-guide/components/reference/ros2/core/ros2-frame/

Frames

ROS2FrameComponent is a representation of an interesting physical part of the robot. It handles the spatio-temporal relationship between this part and other frames of reference. It also encapsulates namespaces, which help to distinguish between different robots and different parts of the robot, such as in the case of multiple identical sensors on one robot.

All Sensors and the Robot Control components require ROS2FrameComponent.

The ROS 2 frame component handles two main responsibilities:

Transformations: It publishes the transformation of its entity in the TF2 tree. It also allows querying transformations to other frames.
Namespacing: It provides a namespace for topics and services related to the entity.

More details about frames can be found in the Frames documentation.

Bad Link:
https://www.docs.o3de.org/docs/user-guide/interactivity/robotics/concepts-and-components-overview/user-guide/components/reference/ros2/core/ros2-frame/

Know where it should go?

Metadata

Metadata

Assignees

No one assigned

    Labels

    good-first-issueIssue ready for a new contributor according to the help wanted guidelines.kind/broken-linkCategorizes an issue or PR as related to broken links.size/XSDenotes a PR that changes 0-9 lines ignoring generated files.

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions