Skip to main content
Ctrl+K
Logo image

COMPAS docs

  • Introduction
  • Installation
  • Tutorial
  • Examples
  • API Reference
    • API Reference
  • License
COMPAS.dev
  • API Reference
  • RobotModel
  • RobotModel.get_link_by_name

RobotModel.get_link_by_name

RobotModel.get_link_by_name(name)[source]

Get a link in a robot model matching by its name.

Parameters:
namestr

Link name.

Returns:
Link

A link instance.

Examples

>>> robot = RobotModel.ur5()
>>> l = robot.get_link_by_name("world")
>>> l.name
'world'
On this page
  • RobotModel.get_link_by_name()

© Copyright COMPAS Association.

Created using Sphinx 8.1.3.

Built with the PyData Sphinx Theme 0.13.3.