Skip to content

Commit

Permalink
Update robot_base.py
Browse files Browse the repository at this point in the history
- undo changes robot_base
  • Loading branch information
philipp1604 authored May 6, 2024
1 parent 08b9217 commit d5d2c2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pybullet_industrial/robot_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def __init__(self, urdf_model: str, start_position: np.array, start_orientation:
for joint_number in range(self.number_of_joints):
p.resetJointState(self.urdf, joint_number, targetValue=0)


def get_joint_state(self):
"""Returns the position of each joint as a dictionary keyed with their name
Expand Down

0 comments on commit d5d2c2d

Please sign in to comment.