RobotModel.iter_links
- RobotModel.iter_links()[source]
Iterator over the links that starts with the root link.
- Returns
Iterator of all links starting at root.
Examples
>>> [l.name for l in robot.iter_links()] ['world', 'link1', 'link2']
Iterator over the links that starts with the root link.
Iterator of all links starting at root.
Examples
>>> [l.name for l in robot.iter_links()]
['world', 'link1', 'link2']
A computational framework for collaboration and research in Architecture, Engineering, Fabrication, and Construction.
Copyright © 2017-2021 compas-dev