Docking-pose augmentation for mobile manipulation policies
Mobile manipulators need a docking-robust data pipeline, not just a better controller. DockAnywhere gives a concrete recipe: record a small set of demonstrations at one docking pose, split each trajectory into approach motion and contact-rich skill segments, keep the manipulation segment fixed, and regenerate only the approach for new feasible base poses. The paper also changes the camera setup for this workflow by using a fixed third-person RGB-D view, then edits observations in 3D point-cloud space so the new view and the reused action sequence stay aligned.
This looks practical for teams already running a two-stage stack with navigation followed by fixed-base manipulation. The reported failure is direct: plain DP3 falls from 88.6% success with one docking point to 17.8% when evaluated across five docking points. With DockAnywhere augmentation, overall success reaches 78.9%, and most of the gain appears by four augmented docking points. A cheap validation step is to take one existing mobile manipulation task, collect demonstrations from one dock, synthesize three or four nearby docks, and measure whether success at unseen stops recovers without recollecting the contact phase of the task.