Action Server to move robotic arm
Hi all,
I am trying to get my Arduino Braccio robotic arm to move with the trajectory planned by RViz. It seems like Actions provide support for this so I am trying to write an Action Server that would make my robot move smoothly along the path planned by Rviz. Can someone point me to how I can do that?
I have managed to get it to work without using Action Services but the robot is very clunky and needs a long time to reach its final position so I am looking for a way to make this a smooth movement.
Thank you
Hello,
Have you tried simulating it in Gazebo? If yes, can you share the damping, friction and inertia values for your robot model. My robot model does not stay still in Gazebo. Also, kindly help me out, how to specify a pick and place goal in MoveIt!