Skip to content

Commit

Permalink
Version 0.0.18
Browse files Browse the repository at this point in the history
  • Loading branch information
mmatl committed Oct 24, 2019
1 parent b050967 commit 7e1f1cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion urdfpy/urdf.py
Original file line number Diff line number Diff line change
Expand Up @@ -2594,7 +2594,7 @@ def copy(self, prefix='', scale=None):
link : :class:`.Link`
A deep copy of the Link.
"""
inertial = None
inertial = self.inertial.copy() if self.inertial is not None else None
cm = self._collision_mesh
if scale is not None:
if self.collision_mesh is not None and self.inertial is not None:
Expand Down
2 changes: 1 addition & 1 deletion urdfpy/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.0.17'
__version__ = '0.0.18'

0 comments on commit 7e1f1cf

Please sign in to comment.