Skip to content

Refactor to use docker args file #3

@SamuelFoo

Description

@SamuelFoo

See

if [[ -f ~/${DOCKER_ARGS_FILE} ]]; then
DOCKER_ARGS_FILEPATH=`realpath ~/${DOCKER_ARGS_FILE}`
elif [[ -f "${ROOT}/${DOCKER_ARGS_FILE}" ]]; then
DOCKER_ARGS_FILEPATH="${ROOT}/${DOCKER_ARGS_FILE}"
fi

Can possibly remove run_dev.sh (i.e. instead of maintaining it separately in this directory with minimal changes, use the https://github.com/NVIDIA-ISAAC-ROS/isaac_ros_common version)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions