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

orb_slam2_ros/SaveMap is a service, which is defined in appliedAI-Initiative/orb_slam_2_ros/srv/SaveMap.srv.

All ROS service definitions are processed by code generators that -- in the case of C++ -- generate header files for them.

See these lines for where the service is registered and the code generators are invoked.

it's not included in the repo.

as should now be clear: the header file is generated during the build, so is not part of the repository.

orb_slam2_ros/SaveMap is a service, which is defined in appliedAI-Initiative/orb_slam_2_ros/srv/SaveMap.srv.

All ROS service definitions are processed by code generators that which -- in the case of C++ -- generate header files for them.

See these lines for where the service is registered and the code generators are invoked.

it's not included in the repo.

as should now be clear: the header file is generated during the build, so is not part of the repository.