Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
pascal-roth authored Nov 19, 2024
1 parent bc5af14 commit 1aedbe2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions omniverse/standalone/data_collect.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"""Launch Isaac Sim Simulator first."""

import argparse
import os

from omni.isaac.lab.app import AppLauncher

Expand Down Expand Up @@ -55,7 +54,6 @@ def main():
"""Main function to start the data collection in different environments."""
# setup sampling config
cfg = ViewpointSamplingCfg()
cfg.save_path = os.path.join("${USER_SAVE_PATH}", args_cli.scene)
cfg.terrain_analysis.raycaster_sensor = "depth_camera"

# create environment cfg and modify the collector config depending on the environment
Expand Down

0 comments on commit 1aedbe2

Please sign in to comment.