Skip to main content
Ctrl+K
Logo image

COMPAS FAB

  • Introduction
  • Getting started
  • Working with backends
    • PyBullet
    • ROS
    • Access backend GUI
  • Examples
    • Fundamentals
    • Description Models
    • Backends: ROS
    • Backends: PyBullet
    • Backends: Analytical Kinematics
    • Planning: Reachability Map
  • API Reference
    • compas_fab
  • Contributor’s Guide
    • Backend clients
    • Grasshopper components
  • Citing
  • CHANGELOG
  • License
COMPAS.dev
  • API Reference
  • Robot
  • Robot.get_link_names

Robot.get_link_names

Robot.get_link_names(group=None)[source]

Get the names of the links in the kinematic chain.

Parameters:
groupstr, optional

The name of the planning group. Defaults to the main planning group.

Returns:
list of str

Examples

>>> robot = RobotLibrary.ur5()
>>> robot.get_link_names('manipulator')
['base_link', 'base_link_inertia', 'shoulder_link', 'upper_arm_link', 'forearm_link', 'wrist_1_link', 'wrist_2_link', 'wrist_3_link', 'flange', 'tool0']
On this page
  • Robot.get_link_names()

© Copyright Gramazio Kohler Research.

Created using Sphinx 6.2.1.

Built with the PyData Sphinx Theme 0.13.3.