Skip to content

Commit

Permalink
Mount '~/rosbag_simulation' (#224)
Browse files Browse the repository at this point in the history
Without mounting this directory the map cannot be loaded
  • Loading branch information
IshitaTakeshi authored Aug 18, 2021
1 parent 6ef44df commit 82d13ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ rocker --nvidia --x11 --user --home -- autoware:base
Or you can manually specify the mount destination

```sh
rocker --nvidia --x11 --user --volume ~/autoware.proj:$HOME/autoware.proj -- autoware:base
rocker --nvidia --x11 --user --volume ~/rosbag_simulation --volume ~/autoware.proj:$HOME/autoware.proj -- autoware:base
```

#### 3. Build
Expand Down

0 comments on commit 82d13ca

Please sign in to comment.