Baxter Pose Following

Empower the Baxter robot to follow a human's pose.

[code]

With the help of other members of RIPL at TTIC, I developed the software to empower the Baxter robot to follow a human’s pose in real time. The system was showcased at the Museum of Science and Industry in Chicago for the 2022 and 2023 National Robotics Week, and at the University of Chicago for the 2023 South Side Science Festival. The installation gained great popularity upon its debute at the Museum of Science and Industry in Chicago and has since been featured at multiple public events.

  • With the RGB-D data streamed from an Intel RealSense camera, I took advantage of the state-of-the-art (as of 2023) pose model RTMPose-m for detecting human poses in the image stream.
  • Considering the potentially huge crowd, I implemented a robust tracking algorithm to focus on a highlighted pose across frames, while recognizing the user’s intention of transferring the focus to other people.
  • The 3D landmark positions of the highlighted pose are then used to compute and control the joint angles of the Baxter robot according to its kinematics.
  • Given that Baxter cannot move its arms at comparable speeds to a human, the target pose is frequently refreshed so that the robot always tries to catch up with the user’s real-time pose.