Hi Guys
I was searching the group and the internet in general for examples where Moveit! was not only used to plan for a robot's arm, but also for its mobile base but didn't find anything at all. Is there really nothing out there?
How am I supposed to work with the <virtual_joint type="planar"....> feature? How to set it up ->the planners? Does it work at all (yet)? And if so, what type of message does it output? If I setup my srdf to have a virtual, planar link that is not set as non-actuated, I get warnings about missing joint_name/x, joint_name/y and joint_name/z information on the /joint_states topic, am I correct to suspect that the planar link is split up in 3 link messages with these names that are transmitted just as commands for arm joints?
Thanks a lot
ps, on a side note: is there indeed no package with a TrajectoryActionServer and a control node out there for trajectory following with a velocity-controlled, holonomic mobile robot, do I have to write one myself?