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

Revision history [back]

It looks like trajectoy_planner.cpp implements the basic planning functionality, while trajectory_planner_ros.cpp provides the ROS API/communication part (publishers, subscribers etc.). This way of splitting functionality has the advantage that the planning part can be re-used more easily.