Skip to content

Commit

Permalink
Merge branch 'add-ros-ws-extension' of github.com:agyoungs/rocker int…
Browse files Browse the repository at this point in the history
…o integration
  • Loading branch information
agyoungs committed Oct 31, 2024
2 parents f132934 + 926cb5f commit d28dcd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rocker/ros_ws.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def get_docker_args(self, cli_args):
"""
workspace = cli_args[self.name]
if RosWs.is_workspace_volume(workspace):
args = Volume.get_volume_args([[workspace + ":" + os.path.join(RosWs.get_home_dir(cli_args), self.name, 'src')]])
args = Volume.get_volume_args([[os.path.expanduser(workspace) + ":" + os.path.join(RosWs.get_home_dir(cli_args), self.name, 'src')]])
return ' '.join(args)
else:
return ''
Expand Down

0 comments on commit d28dcd1

Please sign in to comment.