Skip to content

Commit 08811fd

Browse files
committed
change full_configuration to configuration
1 parent 9fc04c4 commit 08811fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compas_fab/robots/robot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1014,7 +1014,7 @@ def inverse_kinematics(self, frame_WCF, start_configuration=None,
10141014

10151015
return configuration.scaled(self.scale_factor)
10161016

1017-
def forward_kinematics(self, full_configuration, group=None, backend=None, link_name=None):
1017+
def forward_kinematics(self, configuration, group=None, backend=None, link_name=None):
10181018
"""Calculate the robot's forward kinematic.
10191019
10201020
Parameters

0 commit comments

Comments
 (0)