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

How do I control lwa arm using geomagic touch ?

asked 2016-10-07 18:22:33 -0500

ZainMehdi gravatar image

Hi, I have already made URDF model of the lwa arm and its working in gazebo using ros_control. Now I need to control it using geomagic touch haptic device. How should I proceed now ? I know I have to make some sort of ros controller for mapping haptic device joint position to lwa's but how should I go about it. Any hints would be appreciated. Thanks

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2016-10-07 21:18:14 -0500

JoshMarino gravatar image

You have a few options for mapping geomagic touch to control the arm. You can either try doing joint positions like you mentioned, or you could control the end effector position based on the movement of the geomagic touch. It really depends on how you plan on using it.

In either case, you need to make a joint controller. For the first scenario, this would just be joint positions based on the geomagic touch. In the second case you can create a joint trajectory controller in which you send valid trajectories to the controller. You would have to create these trajectories on your own or use some motion planning interface such as MoveIt!

Before doing this, I would make sure you can send a joint position to each joint controller and successfully move the model in Gazebo.

edit flag offensive delete link more

Question Tools

2 followers

Stats

Asked: 2016-10-07 18:22:33 -0500

Seen: 430 times

Last updated: Oct 07 '16