ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

Autoware - Sharing files between the host system and ADE

asked 2021-04-03 12:28:39 -0500

kk2105 gravatar image

Hi All,

I am new to Autoware, and trying to install the Autoware in my system by following the steps given here.

I have a question in section Sharing files between the host system and ADE.
In the given example, first step is to move the file from host (local) system home folder to adehome folder. (Which effectively deletes the folder in the host home folder. And then the Symlink is created.

My questions are,
1. Do we need to remove the file from the host system?
2. How the Symlink is created between the files?

Kindly excuse if my understanding is inaccurate.

Thank you,
KK

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2021-04-03 13:00:11 -0500

ltbj gravatar image
  1. No, keep it on the host since it gets mounted within ADE
    1. The adehome folder exists on the host machine, and is mounted inside the Docker container (ADE)
    2. The ADE CLI tool knows to mount this folder within the container because of the .adehome file that the docs also tell us to make
  2. There isn't a symlink, but rather adehome gets mounted within the Docker container (ADE)
    1. Files that you want to have persist across multiple instances (or even persist across restarting ADE) should exist within adehome
    2. So clone your reops, store your sample data, etc. within .adehome
edit flag offensive delete link more

Comments

Thanks for the response. That's what I was thinking too, and noticed as well. Apparently section "Sharing files between the host system and ADE" is not needed, since it is already done by ADE.

kk2105 gravatar image kk2105  ( 2021-04-05 06:42:02 -0500 )edit

True, for ADE it's not required to map the .basrc and other files mentioned in the original link, just a helpful hint. Glad I could help!

ltbj gravatar image ltbj  ( 2021-04-07 20:17:16 -0500 )edit

Yep, Thank you.

kk2105 gravatar image kk2105  ( 2021-04-07 23:42:46 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2021-04-03 12:28:39 -0500

Seen: 222 times

Last updated: Apr 03 '21