Skip to content

Commit

Permalink
Include PTAM Android project
Browse files Browse the repository at this point in the history
  • Loading branch information
ahcorde committed Jul 8, 2017
1 parent e5824af commit a69a31f
Show file tree
Hide file tree
Showing 313 changed files with 57,637 additions and 0 deletions.
Binary file added .DS_Store
Binary file not shown.
40 changes: 40 additions & 0 deletions AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="vision.ar.monoslam"
android:versionCode="1"
android:versionName="1.0" >

<uses-sdk
android:minSdkVersion="8"
android:targetSdkVersion="17" />

<uses-permission android:name="android.permission.CAMERA"/>
<uses-feature android:name="android.hardware.camera" android:required="false"/>
<uses-feature android:name="android.hardware.camera.autofocus" android:required="false"/>
<uses-feature android:name="android.hardware.camera.front" android:required="false"/>
<uses-feature android:name="android.hardware.camera.front.autofocus" android:required="false"/>

<supports-screens android:resizeable="true"
android:smallScreens="true"
android:normalScreens="true"
android:largeScreens="true"
android:anyDensity="true" />

<application
android:allowBackup="true"
android:icon="@drawable/ic_launcher"
android:label="@string/app_name"
android:theme="@android:style/Theme.NoTitleBar.Fullscreen" >
<activity
android:name="vision.ar.monoslam.MainActivity"
android:label="@string/app_name"
android:screenOrientation="landscape"
android:configChanges="keyboardHidden|orientation">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
</application>

</manifest>
23 changes: 23 additions & 0 deletions Debug/.svn/all-wcprops
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
K 25
svn:wc:ra_dav:version-url
V 69
/users/ahcorde/tfm/!svn/ver/85/trunk/visualSLAM_mobile/monoslam/Debug
END
objects.mk
K 25
svn:wc:ra_dav:version-url
V 80
/users/ahcorde/tfm/!svn/ver/85/trunk/visualSLAM_mobile/monoslam/Debug/objects.mk
END
sources.mk
K 25
svn:wc:ra_dav:version-url
V 80
/users/ahcorde/tfm/!svn/ver/85/trunk/visualSLAM_mobile/monoslam/Debug/sources.mk
END
makefile
K 25
svn:wc:ra_dav:version-url
V 78
/users/ahcorde/tfm/!svn/ver/85/trunk/visualSLAM_mobile/monoslam/Debug/makefile
END
133 changes: 133 additions & 0 deletions Debug/.svn/entries
Original file line number Diff line number Diff line change
@@ -0,0 +1,133 @@
10

dir
86
https://svn.jderobot.org/users/ahcorde/tfm/trunk/visualSLAM_mobile/monoslam/Debug
https://svn.jderobot.org/users/ahcorde/tfm



2013-10-23T14:19:44.432630Z
85
ahcorde














534b68bb-11bd-4736-bcee-db01ebdd2b4b

objects.mk
file




2013-12-26T19:26:38.000000Z
f32f512c79adecff7f9ac3d4e580d3c1
2013-10-23T14:19:44.432630Z
85
ahcorde





















231

jni
dir

sources.mk
file




2013-12-26T19:26:38.000000Z
caf22157a4df1eb72d857ec0b895c6a3
2013-10-23T14:19:44.432630Z
85
ahcorde





















528

makefile
file




2013-12-26T19:26:38.000000Z
dde6ae91ffd45aa786f174b846f99be8
2013-10-23T14:19:44.432630Z
85
ahcorde





















1336

59 changes: 59 additions & 0 deletions Debug/.svn/text-base/makefile.svn-base
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
################################################################################
# Automatically-generated file. Do not edit!
################################################################################

-include ../makefile.init

RM := rm -rf

# All of the sources participating in the build are defined here
-include sources.mk
-include jni/subdir.mk
-include subdir.mk
-include objects.mk

ifneq ($(MAKECMDGOALS),clean)
ifneq ($(strip $(C++_DEPS)),)
-include $(C++_DEPS)
endif
ifneq ($(strip $(C_DEPS)),)
-include $(C_DEPS)
endif
ifneq ($(strip $(CC_DEPS)),)
-include $(CC_DEPS)
endif
ifneq ($(strip $(CPP_DEPS)),)
-include $(CPP_DEPS)
endif
ifneq ($(strip $(CXX_DEPS)),)
-include $(CXX_DEPS)
endif
ifneq ($(strip $(C_UPPER_DEPS)),)
-include $(C_UPPER_DEPS)
endif
endif

-include ../makefile.defs

# Add inputs and outputs from these tool invocations to the build variables

# All Target
all: monoslam

# Tool invocations
monoslam: $(OBJS) $(USER_OBJS)
@echo 'Building target: $@'
@echo 'Invoking: GCC C++ Linker'
g++ -o "monoslam" $(OBJS) $(USER_OBJS) $(LIBS)
@echo 'Finished building target: $@'
@echo ' '

# Other Targets
clean:
-$(RM) $(OBJS)$(C++_DEPS)$(C_DEPS)$(CC_DEPS)$(CPP_DEPS)$(EXECUTABLES)$(CXX_DEPS)$(C_UPPER_DEPS) monoslam
-@echo ' '

.PHONY: all clean dependents
.SECONDARY:

-include ../makefile.targets
8 changes: 8 additions & 0 deletions Debug/.svn/text-base/objects.mk.svn-base
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
################################################################################
# Automatically-generated file. Do not edit!
################################################################################

USER_OBJS :=

LIBS :=

27 changes: 27 additions & 0 deletions Debug/.svn/text-base/sources.mk.svn-base
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
################################################################################
# Automatically-generated file. Do not edit!
################################################################################

O_SRCS :=
CPP_SRCS :=
C_UPPER_SRCS :=
C_SRCS :=
S_UPPER_SRCS :=
OBJ_SRCS :=
ASM_SRCS :=
CXX_SRCS :=
C++_SRCS :=
CC_SRCS :=
OBJS :=
C++_DEPS :=
C_DEPS :=
CC_DEPS :=
CPP_DEPS :=
EXECUTABLES :=
CXX_DEPS :=
C_UPPER_DEPS :=

# Every subdirectory with source files must be described here
SUBDIRS := \
jni \

17 changes: 17 additions & 0 deletions Debug/jni/.svn/all-wcprops
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
K 25
svn:wc:ra_dav:version-url
V 73
/users/ahcorde/tfm/!svn/ver/85/trunk/visualSLAM_mobile/monoslam/Debug/jni
END
jni_part.d
K 25
svn:wc:ra_dav:version-url
V 84
/users/ahcorde/tfm/!svn/ver/85/trunk/visualSLAM_mobile/monoslam/Debug/jni/jni_part.d
END
subdir.mk
K 25
svn:wc:ra_dav:version-url
V 83
/users/ahcorde/tfm/!svn/ver/85/trunk/visualSLAM_mobile/monoslam/Debug/jni/subdir.mk
END
Loading

0 comments on commit a69a31f

Please sign in to comment.