Hi,
Having some launch files to look at could help indeed. You can look at the ZED examples on this page:
http://wiki.ros.org/rtabmap_ros/Tutorials/HandHeldMappingThere is one example using rtabmap odometry and other one using ZED odometry. You can try creating a map with a teleoperated trajectory, then switch rtabmap in localization mode for autonomous path following.
I don't have examples of teach and repeat scenarios like you want to do, but it should be possible to do by sending coordinate of the next node in the graph to reach while navigating (the graph is published under /rtabmap/mapGraph topic). In localization mode, rtabmap would localize on the path to limit the odometry drift. Beware that large lighting variations may make it very difficult for rtabmap to localize on the path, thus not correcting the drift or correctly follow the path.
cheers,
Mathieu