Skip to content

jstraub/ptamRosBinaryFeatureRelocalization

Repository files navigation

PTAM-GPL with ROS Integration and Binary Feature Relocalization

This project adds two features to the original PTAM-GPL (https://github.com/Oxford-PTAM/PTAM-GPL.git) release:

What is PTAM

PTAM is a monocular SLAM (Simultaneous Localization and Mapping) system useful for real-time 6-DOF camera tracking in small scenes. It was originally developed as a research system in the Active Vision Laboratory of the University of Oxford, as described in the following papers:

  • Georg Klein and David Murray, "Parallel Tracking and Mapping for Small AR Workspaces", Proc. ISMAR 2007
  • Georg Klein and David Murray, "Improving the Agility of Keyframe-based SLAM", Proc. ECCV 2008

PTAM (Parallel Tracking and Mapping) released under GPLv3 and was obtain from https://github.com/Oxford-PTAM/PTAM-GPL.git see http://www.robots.ox.ac.uk/~gk/PTAM/ for version history (this code uses the GPL release of version v1.0-r114)

Installation of Necessary 3rd-party Code

Compiling PTAM-GPL with ROS Integration

  • export NAVVIS_WORKSPACE=/path/to/parent/folder/ to point to the parent folder of ptamBriefRelocalizeStandalone and 3rdparty
  • Compile the roswrapper:
    cd PTAM; 
    ./makeRos.sh; 
    cd ../
    
  • Compile PTAM itself:
    cd PTAM/build; 
    cmake ..; 
    make install; 
    cd ../../;
    
  • see ./CompilationNotes.txt for more information about compiling PTAM

Running PTAM-GPL with Binary Feature Relocalization

  • set the LD_LIBRARY_PATH
    export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$NAVVIS_WORKSPACE/3rdparty/libcvd:$NAVVIS_WORKSPACE/3rdparty/gvars3
    
  • use the script ./launchROS_PTAM.sh to run PTAM with relocalization on a rosbag (see ./launchROS_PTAM.sh -h for all options)
  • PTAM-GPL-ROS listens to ros topic 'camera/image_raw'

About

PTAM with ROS Integration and Binary Feature Relocalization

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages