Skip to content

Commit

Permalink
things
Browse files Browse the repository at this point in the history
  • Loading branch information
yck011522 committed Jul 18, 2024
1 parent cf557ae commit e0a43d4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions src/compas_fab/backends/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,8 @@
from .kinematics import (
AnalyticalInverseKinematics,
AnalyticalPlanCartesianMotion,
AnalyticalPyBulletPlanner,
AnalyticalKinematicsPlanner,
OffsetWristKinematics,
SphericalWristKinematics,
CartesianMotionError,
Expand Down Expand Up @@ -175,6 +177,8 @@
# Analytic IK
"AnalyticalInverseKinematics",
"AnalyticalPlanCartesianMotion",
"AnalyticalPyBulletPlanner",
"AnalyticalKinematicsPlanner",
"OffsetWristKinematics",
"SphericalWristKinematics",
"CartesianMotionError",
Expand Down
2 changes: 1 addition & 1 deletion src/compas_fab/backends/ros/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ def load_robot(
model.load_geometry(loader, precision=precision)

self._robot = Robot(model, semantics=semantics, client=self)
self._robot_cell = RobotCell(self.robot.model)
self._robot_cell = RobotCell(self.robot)
return self._robot

# ==========================================================================
Expand Down

0 comments on commit e0a43d4

Please sign in to comment.