KEMBAR78
Bug in handling of CONFIG_DOCKER_SEARCH_DIRS config · Issue #62 · NVIDIA-ISAAC-ROS/isaac_ros_common · GitHub
Skip to content

Bug in handling of CONFIG_DOCKER_SEARCH_DIRS config #62

@paulsonnenschein

Description

@paulsonnenschein

After updating to the DP 3 Release, our current CONFIG_DOCKER_SEARCH_DIRS config isn't handled the same anymore.

It seems that build_base_image.sh now always prepends the path to the isaac_ros_common/scripts/ folder to each listed element, even when using absolute paths.

Im guessing this is a bug in this line:

if [[ "${CONFIG_DOCKER_SEARCH_DIRS[i]}" != '/*'* ]]; then

Changing the comparison to != '/'* change fixed it for me, but im not a bash expert so this might not be the proper solution.

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingverify to closeWaiting on confirm issue is resolved

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions