mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 09:30:25 +08:00
6 lines
132 B
Bash
6 lines
132 B
Bash
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
export PATH=~/workspace/rtabmap/build/bin:$PATH
|
||
|
|
export LD_LIBRARY_PATH=~/workspace/rtabmap/build/lib:$LD_LIBRARY_PATH
|
||
|
|
|