Skip to content

Latest commit

 

History

History
49 lines (31 loc) · 1.03 KB

File metadata and controls

49 lines (31 loc) · 1.03 KB

MonocularSLAMBaxter

Contents

Introduction

A naive algorithm to solve monocular SLAM problem in C++ using Baxter robot.

Usage

  1. Enable the Baxter robot and open its camera.
rosrun baxter_tools enable_robot.py -e
rosrun baxter_interface joint_trajectory_action_server.py --mode position
rosrun baxter_tools camera_control.py -o left_hand_camera -r 1280x800
  1. Save the pictures.
rosrun MonocularSLAMBaxter vision.py
  1. Let the robot move.
rosrun MonocularSLAMBaxter move.py
  1. Process the data collected.

Compile and execute dense_mapping.cpp .

Result

Feature extraction and matching.

The depth image after 5 iterations.

The depth image after 100 iterations.