Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
pablovela5620
/
MiniDPVO
like
7
Sleeping
App
Files
Files
Community
1
77e846b
MiniDPVO
/
mini_dpvo
/
lietorch
/
include
/
common.h
pablovela5620
initial commit with working dpvo
899c526
6 months ago
raw
Copy download link
history
blame
Safe
172 Bytes
#
ifndef
COMMON_H
#
define
COMMON_H
#
define
EIGEN_DEFAULT_DENSE_INDEX_TYPE int
#
define
EIGEN_RUNTIME_NO_MALLOC
#
define
EPS 1e-6
#
define
PI 3.14159265358979323846
#
endif