Skip to content

Commit

Permalink
Merge branch 'og-develop' into franka_allegro
Browse files Browse the repository at this point in the history
  • Loading branch information
wensi-ai committed Oct 17, 2023
2 parents e5ba3db + 9ed0308 commit 6a1b415
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion omnigibson/scenes/scene_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
class Scene(Serializable, Registerable, Recreatable, ABC):
"""
Base class for all Scene objects.
Contains the base functionalities for an arbitary scene with an arbitrary set of added objects
Contains the base functionalities for an arbitrary scene with an arbitrary set of added objects
"""
def __init__(
self,
Expand Down
3 changes: 2 additions & 1 deletion scripts/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ echo -e "\nUsing $conda_name as the conda environment name\n"

# Get Python version from Isaac Sim
ISAAC_PYTHON_VERSION=$(${ISAAC_SIM_PATH}/python.sh -c "import platform; print(platform.python_version())")
echo Using Python version $ISAAC_PYTHON_VERSION[0m matching your current Isaac Sim version
ISAAC_PYTHON_VERSION="${ISAAC_PYTHON_VERSION##*$'\n'}" # get rid of conda activation warnings
echo Using Python version $ISAAC_PYTHON_VERSION matching your current Isaac Sim version

# Create a conda environment with the appropriate python version
source $(conda info --base)/etc/profile.d/conda.sh
Expand Down

0 comments on commit 6a1b415

Please sign in to comment.