forked from ori-drs/ICPCUDA-pod
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Maurice Fallon
committed
Aug 22, 2015
1 parent
92a3562
commit 5585686
Showing
2 changed files
with
31 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,43 @@ | ||
# ICPCUDA-pod | ||
ICPCUDA-pod | ||
|
||
Might need to addjust | ||
Uses ICPCUDA to estimate motion (and velocity) | ||
|
||
Depends on bot_core types, kinect types and Consise args | ||
|
||
Compile as follows: | ||
|
||
: | ||
|
||
cd ICPCUDA-pod | ||
git submodule update --init --recursive | ||
make | ||
|
||
You might need to adjust you detected cuda architecture: | ||
|
||
: | ||
|
||
cd pod-build | ||
ccmake . | ||
|
||
Then set CUDA_ARCH_BIN to 30 | ||
|
||
Then make with one core: | ||
Then set CUDA_ARCH_BIN to 30. Then continue to make with one core : | ||
|
||
: | ||
cd .. | ||
cd ICPCUDA-pod | ||
make -j 1 | ||
|
||
|
||
Test program: | ||
|
||
ICP ~/logs/kinect/rgbd_dataset_freiburg1_desk/ -v | ||
: | ||
ICP ~/logs/kinect/rgbd_dataset_freiburg1_desk/ -v | ||
|
||
LCM applications: | ||
|
||
: | ||
se-icpcuda | ||
|
||
|
||
You might need to run with sudo permisions on first run | ||
|
||
|
||
Mihgt need to run with sudo permisions on first run |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters