PyBulletPlanner
- class compas_fab.backends.PyBulletPlanner[source]
Bases:
PyBulletAddAttachedCollisionMesh,PyBulletAddCollisionMesh,PyBulletAppendCollisionMesh,PyBulletRemoveCollisionMesh,PyBulletRemoveAttachedCollisionMesh,PyBulletForwardKinematics,PyBulletInverseKinematics,PlannerInterfaceImplement the planner backend interface for PyBullet.
Inherited Methods
Add a collision mesh and attach it to the robot.
Add a collision mesh to the planning scene.
Append a collision mesh to the planning scene.
Calculate the robot's forward kinematic.
Default method for planner.
Calculate the robot's inverse kinematic for a given frame.
Default method for planner.
Default method for planner.
Remove an attached collision mesh from the robot.
Remove a collision mesh from the planning scene.
Default method for planner.