Teleoperation on cartesian coordinates


jorgegalds_DON

Recommended Posts

Hello everyone,

 

So I wanted to basically join the functions of the scripts joint_position_joystick.py and go_to_cartesian_pose.py

I want to teleoperate the robot using a cartesian coordinate system and not joint by joint.

 

I don't know if anyone has had previous experience developing such a controller but all tips and suggestions are greatly appreciated.

At the moment my question is: can one use the rospy.init_node() for 2 different nodes in the same python script? As each file has a node to make them work (one with the joystick capabilities and the other establishing the cartesian coordinate system)

 

Thanks in before hand.

Sincerely,

Jorge

Link to comment
Share on other sites

  • 2 months later...

Hi Jorgegalds_DON,

Although a bit late, here is a python script that allow you to move the robot +-x, +-y or +-z (so cartesian coordinate) using the keyboard.
You just did that to get familiar with thnode_sawyer.pye Intera SDK, so it might have some bugs but it worked up to now. It is basicaly adapting the two example and fusing them into one node.

Hope this can help,

Best

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.