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

Revision history [back]

click to hide/show revision 1
initial version

Hi again,

I found an easy solution in the base of ROS.

Basically, I considered my base joints(PPR) as aregular joint and then use this information to send it to my specific robot through a custom Hardware Interface.

http://wiki.ros.org/hardware_interface

In my personal case, I based my HW interface in David Coleman's ros_control boilerplate. Here Github link:

https://github.com/davetcoleman/ros_control_boilerplate

I hope this could be useful for those people willing to do mobile manipulation.

Bye!