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
53698b14
Commit
53698b14
authored
4 years ago
by
Tommy Persson
Browse files
Options
Downloads
Patches
Plain Diff
Install fixes.
parent
35592212
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+35
-6
35 additions, 6 deletions
README.md
script/dji_system
+0
-0
0 additions, 0 deletions
script/dji_system
with
35 additions
and
6 deletions
README.md
+
35
−
6
View file @
53698b14
...
...
@@ -8,6 +8,41 @@ have used.
Will be used for more things in the future.
## Setup
Put the script dir in your PATH plus add somce variables that are needed. For example in .bashrc:
```
bash
export
PATH
=
"/home/tompe/docker/waraps/script:
$PATH
"
export
WORLD_ORIGIN_LAT
=
57.7605573519
export
WORLD_ORIGIN_LON
=
16.6827607783
export
WORLD_ORIGIN_ELEVATION
=
29.8
```
## Linux host machine with ROS insalled on host machine.
Using docker for gazebo and lrs stuff.
### Start a ros core:
```
bash
roscore
```
```
bash
basedji roslaunch lrs_launch location_granso.launch ns:
=
/dji0
```
### Start gazebo:
```
bash
gazebo roslaunch lrs_wara_gazebo gazebo.launch
```
### Load dji model:
```
bash
gazebo roslaunch lrs_wara_gazebo dji_to_gazebo.launch name:
=
dji0 with_laser:
=
true
x:
=
0
```
## Virtual Machine Ubuntu 18.04
```
bash
...
...
@@ -16,12 +51,6 @@ sudo apt install net-tools
sudo
apt
install
openssh-server
```
## Setup
Put the script dir in your PATH. For example in .bashrc:
```
bash
export
PATH
=
"/home/tompe/docker/waraps/script:
$PATH
"
```
## Installing Required Software on a Virtual Machine or an Ordinary Computer
...
...
This diff is collapsed.
Click to expand it.
script/dji
→
script/dji
_system
+
0
−
0
View file @
53698b14
File moved
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