compas
  • COMPAS FAB
  • Github
  • COMPAS framework

Robot.get_link_names

Robot.get_link_names(group=None)[source]

Returns the names of the links in the chain.

Parameters

group (str) – The name of the group. Defaults to None.

Returns

list of str

Examples

>>> robot.get_link_names('manipulator')
['base_link', 'shoulder_link', 'upper_arm_link', 'forearm_link', 'wrist_1_link', 'wrist_2_link', 'wrist_3_link', 'ee_link']
  • Overview
  • Getting started
  • Working with backends
  • Examples
  • API Reference
    • compas_fab
      • compas_fab.artists
      • compas_fab.backends
      • compas_fab.robots
      • compas_fab.utilities
      • compas_fab.sensors
      • compas_fab.blender
      • compas_fab.ghpython
      • compas_fab.rhino
  • Contributor’s Guide
  • Citing
  • Changelog
  • License
  • Robot.get_link_names
Last updated on Dec 04, 2019. Created using Sphinx 2.0.1.