remote 3d slam with limited sensing and bandwidth
I'm trying to implement a 3d visualization for a remotely operated robot, which will be equipped with either stereo grayscale cameras or one grayscale camera and a line striping system that can generate a point cloud. However, the application is incredibly bandwidth/compute limited, and most SLAM systems I've found don't seem to fit the requirements well. The robot is incredibly slow, and I would likely be able to get a pair of images maybe every 5-10cm it travels, in an outdoor environment.
I've looked at rtabmap, specifically this example, but I can't run stereo odometry on the robot, and at this bandwidth I'm unsure if it would work remotely. I have no access to compass or gps data, only IMU data from accel+gyro.
Does anyone here have experience with remote slam for a low-bandwidth compute-limited platform?