Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
lrs_wara_gazebo
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_wara_gazebo
Commits
65ea5a7b
Commit
65ea5a7b
authored
3 years ago
by
Tommy Persson
Browse files
Options
Downloads
Patches
Plain Diff
Adding doc
parent
d6bcee4a
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
+15
-2
15 additions, 2 deletions
README.md
with
15 additions
and
2 deletions
README.md
+
15
−
2
View file @
65ea5a7b
...
...
@@ -2,21 +2,32 @@
Gazebo files needed by wara people.
## Variables
## Camera Simulations
MQTT 1883 (or 8883 if TSL is used) port must be accesible.
Common things:
###
Common things:
```
bash
rosrun lrs_mqtt gazebo_mqtt_bridge _gazebo_side:
=
true
rosrun lrs_common coordtrans __ns:
=
/gpu0
rosrun lrs_json_api_bridge json_api_server __ns:
=
/gpu0
roslaunch lrs_octree_server octreeserver.launch ns:
=
/gpu0
```
### Common Things Main broker:
```
bash
roslaunch lrs_json_api_bridge json_api.launch mqtt_host:
=
broker.waraps.org mqtt_user:
=
mqtt mqtt_passwd:
=
Check mqtt_tls:
=
true
mqtt_prefix1:
=
"waraps"
mqtt_prefix2:
=
"unit"
mqtt_prefix3:
=
"ground"
mqtt_prefix4:
=
"real"
ns:
=
/gpu0
--wait
```
Check MQTT data:
### Common Things Test Broker:
```
bash
roslaunch lrs_json_api_bridge json_api.launch mqtt_host:
=
178.174.249.11 mqtt_prefix1:
=
"waraps"
mqtt_prefix2:
=
"unit"
mqtt_prefix3:
=
"ground"
mqtt_prefix4:
=
"real"
ns:
=
/gpu0
--wait
```
### Check MQTT data:
```
bash
mosquitto_sub
-t
'#'
-F
'%t'
```
...
...
@@ -26,6 +37,7 @@ mosquitto_sub -t '#' -F '%t'
```
bash
roslaunch lrs_launch config.launch location:
=
granso ns:
=
/gpu0
roslaunch lrs_wara_gazebo granso_many_dji.launch gui:
=
false
rtsp:
=
true
world:
=
granso.world far_clip:
=
700
```
...
...
@@ -33,6 +45,7 @@ roslaunch lrs_launch config.launch location:=granso ns:=/gpu0
```
bash
roslaunch lrs_launch config.launch location:
=
petterstedt ns:
=
/gpu0
roslaunch lrs_wara_gazebo granso_many_dji.launch gui:
=
false
rtsp:
=
true
world:
=
petterstedt.world far_clip:
=
700
```
...
...
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