Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
Robot 3d SLAM
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
Oliver Kania
Robot 3d SLAM
Commits
fa345af4
Commit
fa345af4
authored
1 week ago
by
Oliver Kania
Browse files
Options
Downloads
Patches
Plain Diff
readme update
parent
48022a9f
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+40
-0
40 additions, 0 deletions
README.md
with
40 additions
and
0 deletions
README.md
+
40
−
0
View file @
fa345af4
# Robot 3d SLAM
## How-to
1.
**UR-Simulation starten**
-
Die UR Offline-Simulation (Virtual Machine 1) starten
-
Ein
**Programm mit Loop**
auf dem Roboter ausführen, z.B.:
```
Loop
Wait: 0.1 sec
End Loop
```
-
Das Programm
**abspielen**
(Play-Button drücken)
2.
**In der 2. VM (ROS 2) den Workspace vorbereiten**
-
Terminal öffnen
-
In den Workspace navigieren:
```
bash
cd
~/ros2_ws
```
-
Workspace sourcen:
```
bash
source install
/setup.sh
```
3.
**Joint-State Publisher starten**
-
Joint-Winkel über RTDE aus der UR-Simulation abfragen:
```
bash
ros2 run my_robot_package joint_reader
```
4.
**(Optional) Joint-States überprüfen**
-
Im zweiten Terminal:
```
bash
ros2 topic
echo
/joint_states
```
5.
**Roboter in RViz visualisieren**
-
Starte RViz mit URDF-Model:
```
bash
ros2 launch my_robot_package urdf_rviz.launch.py
```
## Getting started
...
...
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