Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# 0.1.3

## Fixes

- Changed interpretation for ghost links
- Intermediate links with explicit 0 mass, 0 inertia, no visual/collision shapes, and connected via fixed joints are now also treated as Ghost Links (previously only leaf links were considered)
- Ghost links with explicit 0 mass & 0 inertia no longer have PhysicsMassAPI applied

# 0.1.2

## Fixes
Expand Down
2 changes: 1 addition & 1 deletion urdf_usd_converter/_version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# SPDX-FileCopyrightText: Copyright (c) 2025 The Newton Developers
# SPDX-License-Identifier: Apache-2.0
__version__ = "0.1.2"
__version__ = "0.1.3"
Loading