Go2Py_SIM/scripts
Rooholla-KhorramBakht 5cb6343380 deployment cleanup 2024-05-04 14:03:03 -04:00
..
utils deployment cleanup 2024-05-04 14:03:03 -04:00
.isaac_ros_common-config deployment cleanup 2024-05-04 14:03:03 -04:00
README.md deployment cleanup 2024-05-04 14:03:03 -04:00
build_base_image.sh deployment cleanup 2024-05-04 14:03:03 -04:00
run_dev.sh deployment cleanup 2024-05-04 14:03:03 -04:00

README.md

Isaac ROS Dev Build Scripts

For Jetson or x86_64:
run_dev.sh creates a dev environment with ROS 2 installed. By default, the directory /workspaces/isaac_ros-dev in the container is mapped from ~/workspaces/isaac_ros-dev on the host machine if it exists OR the current working directory from where the script was invoked otherwise. The host directory the container maps to can be explicitly set by running the script with the desired path as the first argument: run_dev.sh <path to workspace>