Skip to content

Commit

Permalink
Merge pull request #2 from eaa3/fix/urdf_normalisation
Browse files Browse the repository at this point in the history
Fix/urdf normalisation
  • Loading branch information
eaa3 authored Dec 5, 2024
2 parents 503ccd4 + f978648 commit 4c9cce1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion grip/ros/urdf_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def normalise_urdf_paths(file: Path | str) -> str:
)
for visual in link.visuals:
if isinstance(
collision.geometry,
visual.geometry,
Mesh,
) and visual.geometry.filename.startswith("package://"):
package_name, relative_path = visual.geometry.filename.split(
Expand Down
2 changes: 1 addition & 1 deletion grip/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.8"
__version__ = "0.0.9"

0 comments on commit 4c9cce1

Please sign in to comment.