ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Hi
There can be a lot of ways to answer your question, and like @dornhege said, you just want to make it to ROS, or you want to make a ROS interface.
I prefer making a ROS only interface, so if someone wants to use the code on some other platform, it is easy to do so.
This is what we have:
This is what we do:
So, the code stays in the format as it is, with little changes, is modular, and easy to port.