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

PR2 motor control GUI/interface

asked 2011-08-05 00:12:45 -0500

updated 2014-11-22 17:05:32 -0500

ngrennan gravatar image

Hi folks,

I've been looking around for an easy-to-use GUI-like interface to control joint angles of the PR2, like we have for iCub.

Do you know any tool that can be used in this manner?

Thanks in advance.

iCub

edit retag flag offensive close merge delete

2 Answers

Sort by ยป oldest newest most voted
3

answered 2011-08-09 21:00:13 -0500

We have implemented an interface to control all the joints in Python. You can find it here. It lacks documentation (we will fix that) but it is very feature rich.

At the moment you can:

  • Control all the joints or just a subset of them
  • Save a joints configuration on a file to retrieve it later
  • Save a sequence of joints poses to execute in order

Please let me know if you need any help with the interface or if you have any feature request / problem.

edit flag offensive delete link more
0

answered 2011-08-05 12:18:45 -0500

dornhege gravatar image

It's a lot simpler than the GUI you are looking for, but there is the joint state publisher that publishes joint_states directly. You could build on that.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2011-08-05 00:12:45 -0500

Seen: 982 times

Last updated: Aug 09 '11