Visual Manipulation with Legs

1Shanghai Jiao Tong University, 2UC San Diego, 3CMU

Our robot can move autonomously, see objects, and decide how to manipulate them to achieve the goal pose.

Abstract

    Animals have the ability to use their arms and legs for both locomotion and manipulation. We envision quadruped robots to have the same versatility. This work presents a system that empowers a quadruped robot to perform object interactions with its legs, drawing inspiration from non-prehensile manipulation techniques. The proposed system has two main components: a manipulation module and a locomotion module. The manipulation module decides how the leg should interact with the object, trained with reinforcement learning (RL) with point cloud observations and object-centric actions. The locomotion module controls the leg movements and body pose adjustments, implemented based on impedance control and Model Predictive Control (MPC). Besides manipulating objects with a single leg, the proposed system can also select from left or right legs based on the critic maps and move the object to distant goals through robot base adjustment. In the experiments, we evaluate the proposed system with the object pose alignment tasks both in simulation and in the real world, demonstrating object manipulation skills with legs more versatile than previous work.

System Overview

System Overview

Visual Manipulation with Legs: The operation of our system is divided into several distinct stages 1) A point cloud of the object is obtained through a depth camera mounted in front of the robot. 2) Object point cloud and transformed target pose are passed through our network. 3) The manipulation leg is selected by comparing the maximum Q-value. 4) The pre-contact, contact, and action information is sent to the Low-level control System. 5) The control system directs the Robot to conduct the action with the selected leg through impedance control while the Model Predictive Controller maintains the balance of the non-manipulation leg, the computed torques are sent to the robot.

Video

Visualization in the Real World

Object Flipping

Right Flip

Left Flip

Object Pushing

Coffee

Nutella

Nutella Down

Ham

Toy

Mustard

Multistep

Box

powder

Visualization

Task Visualization

Image 1

How our robot interacts with objects

Image 2

Our robot's camera view(colored)

Image 3

Our robot's camera view(depth)

Heatmap Visualization

Image 1

Box push

Image 2

Box left flip

Image 3

Tall object push

Image 4

Box flip + push

Heatmap Visualization: The blue points represent the goal point cloud. The color map illustrates the observed object point cloud (The purple points in Picture represent the final object's point cloud), with lighter colors indicating higher critic map scores. Red arrows indicate the motion parameters at a selected contact location. The policy selects different contact locations based on object geometries and goals.

Simulation Trajectory Visualization

Image 1

Box push (Random goal)

Image 2

Box Flip

Image 3

Multi-object push (Random goal)