ToolModel.get_link_by_name
- ToolModel.get_link_by_name(name)[source]
Get a link in a robot model matching by its name.
- Parameters
name – link name.
- Returns
A link instance.
Examples
>>> l = robot.get_link_by_name('world') >>> l.name 'world'
Get a link in a robot model matching by its name.
name – link name.
A link instance.
Examples
>>> l = robot.get_link_by_name('world')
>>> l.name
'world'
A computational framework for collaboration and research in Architecture, Engineering, Fabrication, and Construction.
Copyright © 2017-2021 compas-dev