Giter Club home page Giter Club logo

kuka_arm's Introduction

Prequisities

  • Tested on ROS KINETIC AND INDIGO
  • Required Packages:
sudo apt-get install ros-kinetic-gazebo-ros-pkg
sudo apt-get install ros-kinetic-gazebo-ros-control
sudo apt-get install ros-kinetic-moveit

Installation

  • mkdir kuka_arm
  • cd kuka_arm
  • mkdir src
  • cd src
  • git clone [email protected]:CesMak/kuka_arm.git
  • cd ..
  • catkin init
  • catkin build
  • source devel/setup.bash
  • roslaunch kuka_manipulator_description test_kr5.launch

Bring up in RVIZ and change joints

roslaunch kr5_description start_kr5_description_rviz.launch

kuka_description of robot

Moveit

  • Connect Gazebo Simulation to MoveIt
roslaunch kuka_kr5_gazebo rviz_connected_with_gz_using_moveit.launch

rviz-moveit-gazebo

Visualize in Gazebo

  • This file is using the ros_control package and uses Position controllers
roslaunch kuka_kr5_gazebo gz_connected_with_rviz.launch

kuka_arm gazebo

Send a command to gazebo

rostopic pub /kuka/link_1_controller/command std_msgs/Float64 "data: 0.5"

Try also this:

rostopic pub /kuka/control_command geometry_msg/Point "x: 1.0 y: 0.0   z: 0.0"
rostopic pub /kuka/control_command geometry_msg/Point "x: 2.0 y: 0.0   z: 0.0"

Controller

A PID Controller and a State Space Controller is implemented. To activate the PID or the state space controller please see the kuka_kr5_control/controller_node.yaml /controller_type value.

PID

Note that PID Control does not work, cause the Ball Joints cannot be influenced directly but indirectly by the plate.

State Space Controller

The scripts to get the control Matrix R and the Filter Matrix F can be found in kuka_kr5_conrol/scripts

Documentation of the Modelling and a precise description can be found at:

Sources

For more information about this KUKA KR5 Robot out of the ros_industrial package see:

https://github.com/ros-industrial/kuka_experimental/tree/indigo-devel/kuka_kr5_support

Also in terms of licenses etc. please refer to the above website.

Problems

Links to other ROS-arm-manipulators:

kuka_arm's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.