Add support for other robots to CRAM?
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!