Coder Social home page Coder Social logo

orsalmon / kuka_manipulator_gazebo Goto Github PK

View Code? Open in Web Editor NEW
7.0 2.0 2.0 3.31 MB

A project in ROS & Gazebo of 3DoF KUKA KR5 robotic arm. The service gets [x y z] coordinates (m) and time duration (s), calculates trajectory with trapezoidal velocity profile and then executing the manipulation.

CMake 4.67% C++ 95.33%
ros ros-indigo gazebo gazebo-simulator kuka-kr5 kuka manipulator

kuka_manipulator_gazebo's Introduction

KUKA KR5 manipulator gazebo

This is a little project in ROS & Gazebo of 3DoF KUKA robotic arm.

The manipulator gets [x y z] cordinates (m) and time duration (s), then does IK calculations and executes linaer trajectory with trapezoidal velocity profile.

Prerequisites:

Install gazebo add-ons:

sudo apt-get install ros-indigo-move-base

sudo apt-get install ros-indigo-ros-control ros-indigo-ros-controllers

sudo apt-get install ros-indigo-gazebo-ros-control

Install this package in your catkin_ws

(in a new terminal window) "source ~/catkin_ws/devel/setup.bash"

"cd ~/catkin_ws/src"

"git clone https://github.com/orsalmon/kuka_manipulator_gazebo.git"

"cd .."

"catkin_make"

Launching The Manipulator In GAZEBO Simulator:

(in a new terminal window)

"source ~/catkin_ws/devel/setup.bash"

"roslaunch manipulator_gazebo manipulator_empty_world.launch"

(in a new terminal window)

"source ~/catkin_ws/devel/setup.bash"

"rosrun manipulator_gazebo move_arm_server"

To send a command:

(in a new terminal window)

"source ~/catkin_ws/devel/setup.bash"

"rosservice call /move_arm"

now press "TAB" for auto complete and refill the desired values.

kuka_manipulator_gazebo's People

Contributors

orsalmon avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

kuka_manipulator_gazebo's Issues

Is it also possible to turn the endeffector

Hey there,

I successfully was able to give the endeffector an end position but I am unfortunately not able to turn the endeffector.... - basically I just want to tilt the endefectors position(in x and y) and turn it around its own axis

Any ideas how to achieve that?

Oh I just saw that you are using only 4 joints (with base joint) so it is not possible to influence the endeffectors orientation directly ...... more joints are required!

So perfect would be if you kind of know the transformation from link3 (-0.062257 -0.0012327 0.14769) to the endeffector's position

Markus

How to set the RosService parameters?

I'm able to get the things ready but still facing some issue in sending the comand to controllers because I'm unable to use the following command.
"rosservice call /move_arm"

How can I set the parameters for these arguments in terminal?
std_msgs/Float64[3] desired_xyz
std_msgs/Float64 duration

I used " rosservice call /move_arm "data: 0.5, 0.5, 0.5" "data: 0.6" "
but getting error...

thanks...

Passing parameters

Can you provide an example of how to pass the data in the following command:
"rosservice call /move_arm"

I am getting an error while trying to send the coordinated and time.

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.