Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Sep 26, 2024
1 parent f816bb0 commit 809be5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion omnigibson/utils/motion_planning_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ def state_valid_fn(q, verbose=False):
si = ss.getSpaceInformation()
planner = ompl_geo.BITstar(si)
ss.setPlanner(planner)

start_conf = th.cat((robot.get_relative_eef_position(), T.quat2axisangle(robot.get_relative_eef_orientation())))
# do fk
start = ob.State(space)
Expand Down
2 changes: 1 addition & 1 deletion omnigibson/utils/usd_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ def initialize_view(self):
for i, link_path in enumerate(filters):
self._PATH_TO_COL_IDX[scene_idx][link_path] = i
self._PATH_TO_SCENE_IDX[link_path] = scene_idx

# If there are no valid objects, clear the view and terminate early
if len(column_filters) == 0:
self._CONTACT_VIEW = dict()
Expand Down

0 comments on commit 809be5a

Please sign in to comment.