ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
There is no main in these cases because they are plugins, which are loaded by the move_base node (which has a main()). The move_base node then uses the C++ API of the planners.
2 | No.2 Revision |
There is no main in these cases because they are plugins, plugins (loaded by the pluginlib package), which are loaded by the move_base node (which has a main()). The move_base node then uses the C++ API of the planners.