VrepPlanner
- class compas_fab.backends.VrepPlanner(client)[source]
Bases:
PlannerInterface
Implement the planner backend interface for V-REP.
Methods
Adds a building member to the 3D scene and attaches it to the robot.
Adds meshes to the 3D scene.
Calculates forward kinematics to get the current end-effector pose.
Calculates inverse kinematics to find valid robot configurations for the specified goal frame.
Picks up a building member and attaches it to the robot.
Finds a path plan to move the selected robot from its current position to the goal_constraints.
Find a path plan to move the selected robot from its current position to one of the goal_configs.
Removes objects from the 3D scene.
Inherited Methods
Default method for planner.
Default method for planner.
Default method for planner.
Default method for planner.
Default method for planner.