Skip to content

Commit

Permalink
Update src/compas_fab/backends/pybullet/client.py
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzalocasas authored Jun 14, 2024
1 parent ffe375f commit 47b2c5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compas_fab/backends/pybullet/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -827,7 +827,7 @@ def _get_geometry_args(path, concavity=False, scale=1.0):


class AnalyticalPyBulletClient(PyBulletClient):
"""Combination of PyBullet as the client for COllision Detection and Analytical Inverse Kinematics."""
"""Combination of PyBullet as the client for Collision Detection and Analytical Inverse Kinematics."""

def __init__(self, connection_type="gui", verbose=False):
PyBulletClient.__init__(self, connection_type=connection_type, verbose=verbose)
Expand Down

0 comments on commit 47b2c5b

Please sign in to comment.