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
3f2ba428
Commit
3f2ba428
authored
4 years ago
by
Tommy Persson
Browse files
Options
Downloads
Patches
Plain Diff
Work with depot
parent
895229f9
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/local_ros_installation.md
+19
-1
19 additions, 1 deletion
doc/local_ros_installation.md
with
19 additions
and
1 deletion
doc/local_ros_installation.md
+
19
−
1
View file @
3f2ba428
...
@@ -46,6 +46,10 @@ And to clean up:
...
@@ -46,6 +46,10 @@ And to clean up:
docker system prune
docker system prune
```
```
<hr>
<hr>
<hr>
## Scripts
## Scripts
You now have the following scripts in your path:
You now have the following scripts in your path:
...
@@ -142,6 +146,10 @@ if [[ $(lsb_release -rs) == "20.04" ]]; then
...
@@ -142,6 +146,10 @@ if [[ $(lsb_release -rs) == "20.04" ]]; then
fi
fi
```
```
<hr>
<hr>
<hr>
## How to start different parts
## How to start different parts
### Pull the Image
### Pull the Image
...
@@ -273,7 +281,9 @@ and the control mode must be:
...
@@ -273,7 +281,9 @@ and the control mode must be:
-
thrust
-
thrust
-
yawrate
-
yawrate
<hr>
<hr>
<hr>
## Compiling Simulator
## Compiling Simulator
...
@@ -314,6 +324,10 @@ make -j 4 djiosdk-core
...
@@ -314,6 +324,10 @@ make -j 4 djiosdk-core
sudo
make
install
djiosdk-core
sudo
make
install
djiosdk-core
```
```
<hr>
<hr>
<hr>
## Running Simulator Locally
## Running Simulator Locally
### Start dji0 with simulator running from local repos
### Start dji0 with simulator running from local repos
...
@@ -328,6 +342,10 @@ In the docker run
...
@@ -328,6 +342,10 @@ In the docker run
wexec roslaunch lrs_launch djisimtst.launch simulator:
=
false
ns:
=
/dji0
wexec roslaunch lrs_launch djisimtst.launch simulator:
=
false
ns:
=
/dji0
```
```
<hr>
<hr>
<hr>
## Flying with Gamepad
## Flying with Gamepad
For this case it is more convenient to runt the roscore on the local machine:
For this case it is more convenient to runt the roscore on the local machine:
...
...
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