Skip to content

Commit

Permalink
bug fix on robot base link
Browse files Browse the repository at this point in the history
  • Loading branch information
wensi-ai committed Dec 21, 2023
1 parent 9795304 commit a2ccfac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion omnigibson/prims/entity_prim.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ def _post_load(self):

# Prepare the articulation view.
if self.n_joints > 0:
self._articulation_view_direct = ArticulationView(self._prim_path + "/base_link")
self._articulation_view_direct = ArticulationView(f"{self._prim_path}/{self.root_link_name}")

# Set visual only flag
# This automatically handles setting collisions / gravity appropriately per-link
Expand Down

0 comments on commit a2ccfac

Please sign in to comment.