PyBulletClient.load_semantics
- PyBulletClient.load_semantics(robot, srdf_filename)[source]
Loads the semantic information of a robot.
- Parameters
robot (
compas_fab.robots.Robot
) – The robot to be saved for use with PyBullet.srdf_filename (
str
or file object) – Absolute file path to the srdf file name.