Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
iri_adc_docker
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mobile_robotics
ADC
ADC_2021
iri_adc_docker
Commits
83e54ead
Commit
83e54ead
authored
4 years ago
by
Fernando Herrero
Browse files
Options
Downloads
Patches
Plain Diff
Update README.md
parents
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+60
-0
60 additions, 0 deletions
README.md
with
60 additions
and
0 deletions
README.md
0 → 100644
+
60
−
0
View file @
83e54ead
# IRI ADC DOCKER
TODO: fill short description
Developed at Institut de Robòtica i Informàtica Industrial (IRI, CSIC-UPC) (www.iri.upc.edu)
Contact: labroboticamobil@iri.upc.edu
## Installation
Install docker
https://docs.docker.com/engine/install/
If your computer has a NVIDIA GPU, install nvidia-docker (2.0) to use Hardware Acceleration:
https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/install-guide.html#docker
Enable docker run without need of sudo:
```
bash
sudo
usermod
-aG
docker
${
USER
}
su -
${
USER
}
sudo
systemctl restart docker
```
Create docker image from attached Dockerfile. Give it a name, for example, iri_adc.
```
bash
cd
/path/to/Dockerfile
docker build
-t
iri_adc .
```
## Usage
Download PAL docker script:
```
bash
git clone https://github.com/pal-robotics/pal_docker_utils
cd
pal_docker_utils/scripts
```
Run container from created image:
```
bash
./pal_docker.sh
-it
iri_adc /bin/bash
```
Now you can launch the system:
```
roslaunch iri_model_car_gazebo sim.launch
```
TODO: Redirect to
*
_how_
to repository with more examples.
## License
[
LGPLv3
](
https://choosealicense.com/licenses/lgpl-3.0/
)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment