Skip to content

Commit

Permalink
feat(aloha_ws): Agree Isaac Sim EULA in bashrc to skip prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
j3soon committed Sep 6, 2024
1 parent b628279 commit e231357
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions aloha_ws/docker/.bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,8 @@ source ~/interbotix_ws/install/setup.bash
if [ $(arch) == "x86_64" ]; then
source /usr/share/gazebo/setup.sh
fi
# Agree Isaac Sim EULA
# Ref: https://docs.omniverse.nvidia.com/isaacsim/latest/installation/install_python.html#running-isaac-sim
export OMNI_KIT_ACCEPT_EULA=YES
# Source workspace environment
source $ROS2_WS/install/setup.bash

0 comments on commit e231357

Please sign in to comment.