diff --git a/README.md b/README.md index fbf17c1799e3ba00f9e64838ed6d1ebe861c33be..f877cf0dfa65dfdd60a4231a59304d6ef4cfbc5e 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,23 @@ This workspace contains five simulations of two robots, the "simple robot" and the KUKA robot, following predefined trajectories. The packages are named according to the degrees of freedom (DoF) required by the "simple robot" to perform each motion: one simulation for 1 DoF, two for 2 DoF, and two for 3 DoF. Each movement can be executed with one of two velocity profiles—constant or trapezoidal. +## Setup for the Kuka robots + +Quick guide for setting up the Kuka FRI with Ubuntu and ros2. + +Instructions for installing and using the repo are described below in the README. + +Additionally for inverse kinematics + +1. Follow Installation instructions: +``` +https://github.com/NxRLab/ModernRobotics/tree/master/packages/Python +``` +2. Run +``` +pip install networkx==2.4 urdfpy mr-urdf-loader +``` + ## Getting started ***Required setup : Ubuntu 22.04 LTS*** @@ -18,7 +35,6 @@ This workspace contains five simulations of two robots, the "simple robot" and t ```shell sudo apt install python3-colcon-common-extensions ``` - 4. Pull relevant packages, install dependencies, compile, and source the workspace by using: ```shell git clone https://gitlab.kit.edu/uquzq/trajektorien-des-menschlichen-aufstehens-fuer-die-entwicklung-eines-kooperativen-assistenzsystems.git diff --git a/ros2_ws/src/iiwa/iiwa_bringup/launch/__pycache__/iiwa.launch.cpython-310.pyc b/ros2_ws/src/iiwa/iiwa_bringup/launch/__pycache__/iiwa.launch.cpython-310.pyc index 2117a20787616705932d3d62525753ac79c5811b..4490bf692c9a939d4eda7f5ae947839b7f12b24c 100644 Binary files a/ros2_ws/src/iiwa/iiwa_bringup/launch/__pycache__/iiwa.launch.cpython-310.pyc and b/ros2_ws/src/iiwa/iiwa_bringup/launch/__pycache__/iiwa.launch.cpython-310.pyc differ diff --git a/ros2_ws/src/iiwa/iiwa_inverse_kinematics/iiwa_inverse_kinematics/__pycache__/__init__.cpython-310.pyc b/ros2_ws/src/iiwa/iiwa_inverse_kinematics/iiwa_inverse_kinematics/__pycache__/__init__.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1eb8d3f4dff3c012839e7f77ad985856fe279c94 Binary files /dev/null and b/ros2_ws/src/iiwa/iiwa_inverse_kinematics/iiwa_inverse_kinematics/__pycache__/__init__.cpython-310.pyc differ diff --git a/ros2_ws/src/iiwa/iiwa_inverse_kinematics/iiwa_inverse_kinematics/__pycache__/inverse_kinematics_node.cpython-310.pyc b/ros2_ws/src/iiwa/iiwa_inverse_kinematics/iiwa_inverse_kinematics/__pycache__/inverse_kinematics_node.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0ce7374f1876d1ee7f117df18cd494a2ece41b31 Binary files /dev/null and b/ros2_ws/src/iiwa/iiwa_inverse_kinematics/iiwa_inverse_kinematics/__pycache__/inverse_kinematics_node.cpython-310.pyc differ diff --git a/ros2_ws/src/simple_robot_1dof/simple_robot_1dof/__pycache__/__init__.cpython-310.pyc b/ros2_ws/src/simple_robot_1dof/simple_robot_1dof/__pycache__/__init__.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..dc7e96628c3bcdadffaf41fd3e9f37762e3e6f56 Binary files /dev/null and b/ros2_ws/src/simple_robot_1dof/simple_robot_1dof/__pycache__/__init__.cpython-310.pyc differ diff --git a/ros2_ws/src/simple_robot_1dof/simple_robot_1dof/__pycache__/reference_node_1dof.cpython-310.pyc b/ros2_ws/src/simple_robot_1dof/simple_robot_1dof/__pycache__/reference_node_1dof.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c513d66f5a983dae3c79dac422d16381bac1b4fb Binary files /dev/null and b/ros2_ws/src/simple_robot_1dof/simple_robot_1dof/__pycache__/reference_node_1dof.cpython-310.pyc differ diff --git a/ros2_ws/src/simple_robot_1dof/simple_robot_1dof/__pycache__/transformation_node_1dof.cpython-310.pyc b/ros2_ws/src/simple_robot_1dof/simple_robot_1dof/__pycache__/transformation_node_1dof.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..039ed69feb5e5deb96458f10c7defe744a9759f7 Binary files /dev/null and b/ros2_ws/src/simple_robot_1dof/simple_robot_1dof/__pycache__/transformation_node_1dof.cpython-310.pyc differ