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