Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
LRS Development Environment - Common
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
lrs
LRS Development Environment - Common
Commits
ca541a9d
Commit
ca541a9d
authored
4 years ago
by
Tommy Persson
Browse files
Options
Downloads
Patches
Plain Diff
Work on doc.
parent
65584df2
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
doc/prepare_ros_computer.md
+17
-0
17 additions, 0 deletions
doc/prepare_ros_computer.md
with
17 additions
and
0 deletions
doc/prepare_ros_computer.md
+
17
−
0
View file @
ca541a9d
...
@@ -7,6 +7,8 @@ instructions below.
...
@@ -7,6 +7,8 @@ instructions below.
You need an Ubuntu machine with Docker installed. Tested with 18.04 and 20.04.
You need an Ubuntu machine with Docker installed. Tested with 18.04 and 20.04.
### Install Public Repos
To install the public LRS repos containing mostly messages definitions and service calls:
To install the public LRS repos containing mostly messages definitions and service calls:
```
bash
```
bash
mkdir
lrs_ws
mkdir
lrs_ws
...
@@ -28,3 +30,18 @@ git clone https://gitlab.liu.se/lrs/lrs_srvs_tst.git
...
@@ -28,3 +30,18 @@ git clone https://gitlab.liu.se/lrs/lrs_srvs_tst.git
git clone https://gitlab.liu.se/lrs/lrs_launch.git
git clone https://gitlab.liu.se/lrs/lrs_launch.git
```
```
### NVIDIA drivers Docker
To get nvidia graphics to work in docker see:
-
https://aiics.waraps.org/index.php/lrs-lrs_portal-notebook_instructions-docker_linux-md/
or just do:
```
bash
# Add the package repositories
distribution
=
$(
.
/etc/os-release
;
echo
$ID$VERSION_ID
)
curl
-s
-L
https://nvidia.github.io/nvidia-docker/gpgkey |
sudo
apt-key add -
curl
-s
-L
https://nvidia.github.io/nvidia-docker/
$distribution
/nvidia-docker.list |
sudo tee
/etc/apt/sources.list.d/nvidia-docker.list
sudo
apt-get update
&&
sudo
apt-get
install
-y
nvidia-container-toolkit
sudo
systemctl restart docker
```
\ No newline at end of file
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