RobotSemantics
- class compas_fab.robots.RobotSemantics(robot_model, groups=None, main_group_name=None, passive_joints=None, end_effectors=None, disabled_collisions=None, group_states=None)[source]
Bases:
object
Represents semantic information of a robot.
The semantic model is based on the Semantic Robot Description Format (SRDF).
References
Methods
Create an instance of semantics based on an SRDF file path or file-like object.
Create an instance of semantics based on an SRDF string.
Create an instance of semantics based on an XML object.