ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

ros distros and packages for kuka youbot

asked 2014-05-13 01:37:07 -0500

I am trying to run the keyboard teleop app for the youbot, utilizing the hydro distro(www.youbot-store.com/youbot-developers/software/ros/ros-hydro-wrapper-for-kuka-youbot-api?c=24)

Now, the youbot oodl package is available in groovy. (wiiki.ros.org/youbot_oodl)

Moreover, the remastered ubuntu 12.04 comes with fuerte.

This is causing a lot of dependency issues. Any one who battled with this problem and came out with a way to handle them all?

edit retag flag offensive close merge delete

Comments

I don't understand your question...you want to run the youbot in ros hydro but can't find the packages? there is another github model for the youbot, maybe that is what you are looking for... https://github.com/micpalmia/youbot_r...

Haylie gravatar image Haylie  ( 2014-12-01 10:14:02 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
1

answered 2014-12-10 10:25:18 -0500

AlejandroBordallo gravatar image

You can install youbot_driver and its ros interface (on the youbot), using:

sudo apt-get install ros-hydro-youbot-driver
sudo apt-get install ros-hydro-youbot-driver-ros-interface

Then, in order to run the keyboard program, first you need youbot_driver running, which will listen and execute the twist commands on the youbot:

roslaunch youbot_driver_ros_interface youbot_driver.launch

And then (in a new terminal) the keyboard tele-operation program, which publishes those commands:

rosrun youbot_driver_ros_interface youbot_keyboard_teleop.py

It will then print on screen what keys you should press.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2014-05-13 01:37:07 -0500

Seen: 957 times

Last updated: May 13 '14