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
caa22152
Commit
caa22152
authored
4 years ago
by
Tommy Persson
Browse files
Options
Downloads
Patches
Plain Diff
Work on doc.
parent
e9bff64e
Loading
Loading
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
doc/local_ros_installation.md
+6
-1
6 additions, 1 deletion
doc/local_ros_installation.md
script/wgrun
+1
-0
1 addition, 0 deletions
script/wgrun
script/wrun
+1
-0
1 addition, 0 deletions
script/wrun
with
8 additions
and
1 deletion
doc/local_ros_installation.md
+
6
−
1
View file @
caa22152
...
...
@@ -147,10 +147,15 @@ wexec rosrun lrs_util_tst tstdisplayserver.py __ns:=/dji0
### RVIZ
Gränsö:
```
bash
wexec
roslaunch lrs_
launch rviz_outside
.launch
roslaunch lrs_
dji_sim rviz_granso
.launch
```
Geneneral (do not work properly yet):
```
bash
wexec roslaunch lrs_launch rviz_outside.launch
```
Currently the background image do not work, will be fixed.
### Test the dji0
...
...
This diff is collapsed.
Click to expand it.
script/wgrun
+
1
−
0
View file @
caa22152
...
...
@@ -6,6 +6,7 @@ docker run --gpus all \
--ulimit
nofile
=
1024
\
--ipc
=
host
\
-v
/tmp/.X11-unix:/tmp/.X11-unix
\
-v
/tmp:/exttmp
\
-e
DISPLAY
=
unix
${
DISPLAY
}
\
-e
ROS_HOSTNAME
=
localhost
\
--rm
-it
--name
waradevel gitlab.liu.se:5000/lrs/waraps_docker_images/waraps-melodic:devel
"
$@
"
...
...
This diff is collapsed.
Click to expand it.
script/wrun
+
1
−
0
View file @
caa22152
...
...
@@ -5,6 +5,7 @@ docker run \
--ulimit
nofile
=
1024
\
--ipc
=
host
\
-v
/tmp/.X11-unix:/tmp/.X11-unix
\
-v
/tmp:/exttmp
\
-e
DISPLAY
=
unix
${
DISPLAY
}
\
-e
ROS_HOSTNAME
=
localhost
\
--rm
-it
--name
waradevel gitlab.liu.se:5000/lrs/waraps_docker_images/waraps-melodic:devel
"
$@
"
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