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

The reason for this separation is that it's actually recommended to keep your business logic separated from the ROS integration. If we start importing ROS domain concepts and data structures into all sorts of code, that code will be "glued" to ROS 1 (or 2). That is undesirable.