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

Create an Arm Navigation Pkg

asked 2012-12-09 20:59:40 -0500

nir gravatar image

updated 2012-12-10 19:18:40 -0500

Eric Perko gravatar image

Hi, I used this tutorial:

http://www.ros.org/wiki/Industrial/Tutorials/Create_a_Arm_Nav_Pkg_for_an_Industrial_Robot

to generate arm navigation pkg for two hands that i use in gazebo. i have now the configuration from the wizard, how do i configure it to use a controller that i already have for this hands? and how to test it?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2012-12-10 18:06:20 -0500

dbworth gravatar image

Hi

Are you talking about two multi-DOF hands, or two separate multi-DOF manipulators with hands at the end?

Yes there are some gaps in the documentation. You should read all the normal ROS arm_navigation tutorials, and also the ROS industrial ones. Also use Google to search site:ros.answers.org for everything related to arm_navigation, joint_trajectory_action & follow_joint_trajectory.

If you followed the tutorials, you should be able to load your robot model in the planning warehouse viewer, plan trajectories, smooth them and watch the trajectory.

Once you've got that far, you need to load a node like follow_joint_trajectory that receives the trajectory messages and sends it to your controller. If you're using Gazebo then you might be able to use the ROS/PR2 controllers for following the trajectory and controlling the joint positions.

Feel free to contribute your own documentation :-)

edit flag offensive delete link more

Comments

hi, found out that i get this error: "Planning scene not set". i tried: rosservice call /environment_server/set_planning_scene_diff '{}' but it didn't work.

nir gravatar image nir  ( 2012-12-19 21:38:41 -0500 )edit

Question Tools

Stats

Asked: 2012-12-09 20:59:40 -0500

Seen: 230 times

Last updated: Dec 10 '12