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

Add support for other robots to CRAM?

asked 2016-03-10 15:42:15 -0500

abestick gravatar image

Is there any documentation for how to add support for new robots to CRAM? I have all the tutorials and examples working with the default PR2 robot, but I'd like to use the system with a UR5.

We have the UR5 set up with MoveIt, so the necessary URDFs, SRDFs, and other config files for that piece should already exist. I'm just looking for info on which additional pieces are needed to use basic motion planning functionality and query the state of the robot from within CRAM (i.e. the functionality that's demonstrated in this tutorial)

I've dug around the CRAM documentation quite a bit and haven't found anything relevant. A link to instructions or even just some quick pointers on which parts of the cram_pr2 package I'd need to modify would be much appreciated!

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2016-04-01 16:18:05 -0500

abestick gravatar image

Followup for those interested: turns out this wasn't nearly as difficult as I'd anticipated. Once the robot is working in MoveIt, just replace the line

roslaunch pr2_moveit_config demo.launch

in the tutorial with the corresponding command to launch the move_group node for your robot. Everything else just works - you should be able to query the robot's joint states and plan/execute motions.

Not sure what higher level planning/control functionality might need to be changed or reimplemented to make other tutorials work with a new robot, but the basics work with only the above.

edit flag offensive delete link more

Question Tools

2 followers

Stats

Asked: 2016-03-10 15:42:15 -0500

Seen: 128 times

Last updated: Apr 01 '16