Skip to content
Snippets Groups Projects
Commit 55894cdf authored by Oliver Kania's avatar Oliver Kania
Browse files

fixed readme

parent 503ce8e2
Branches
No related tags found
No related merge requests found
......@@ -36,17 +36,34 @@
```
5. **Roboter in RViz visualisieren**
- Starte RViz mit URDF-Model:
- Starte die Roboter-Visualisierung in RViz mit URDF-Modell:
```bash
ros2 launch my_robot_package urdf_rviz.launch.py
ros2 launch my_robot_package view_ur.launch.py ur_type:=ur5
```
## Getting started
## Vorinstallation
To make it easy for you to get started with GitLab, here's a list of recommended next steps.
Bevor du das Setup verwendest, stelle sicher, dass folgende Pakete und Abhängigkeiten installiert sind:
Already a pro? Just edit this README.md and make it your own. Want to make it easy? [Use the template at the bottom](#editing-this-readme)!
---
### 1. ROS 2 Humble installieren
Folge der offiziellen Anleitung:
https://docs.ros.org/en/humble/Installation.html
---
### 2. Abhängigkeiten für das Universal Robots Setup
#### a) UR-Description Package (für das URDF Modell)
Clone das **UR ROS2 Description Package** in dein Workspace:
```bash
cd ~/ros2_ws/src
git clone -b humble https://github.com/UniversalRobots/Universal_Robots_ROS2_Description.git ur_description
## Add your files
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment