From c2506a49f5100f565dff767f0f54fa8861326ed0 Mon Sep 17 00:00:00 2001
From: SebastianEbert <sebastian.ebert@tu-dresden.de>
Date: Mon, 27 Jul 2020 17:19:15 +0200
Subject: [PATCH] added readme

---
 README.md | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 README.md

diff --git a/README.md b/README.md
new file mode 100644
index 0000000..fd09019
--- /dev/null
+++ b/README.md
@@ -0,0 +1,20 @@
+# MoveIt Manipulation Package
+
+Forked juli 2020 and extended with adaption of velocity / acceleration.
+
+## How to install it:
+
+* navigate into the src-folder of your workspace
+* create a folder with the name "moveit_ros"
+* cd into this folder and create another one with the same name
+* cd again into the newly created folder
+* clone the package into that folder
+
+## How to modify the velocity:
+
+You can do this by the configuration of four parameters in the parameter-server of ROS:
+
+* max_grasp_approach_velocity (max velocity from start-pose to pre-approach pose and starting from pre-place-approach pose)
+* max_grasp_approach_acceleration (max acceleration from start-pose to pre-approach pose and starting from pre-place-approach pose)
+* max_grasp_transition_velocity (max velocity from post-grasp pose to pre-place-approach pose)
+* max_grasp_transition_acceleration (max acceleration from post-grasp pose to pre-place-approach pose)
-- 
GitLab