ORB-SLAM2-CHINESE

(โ˜… 73)

๐Ÿš€ไธญๆ–‡ๆณจ้‡Š็‰ˆORB-SLAM2

ํŒŒ์ผ ํƒ์ƒ‰๊ธฐ

  • CMakeLists.txt
  • Dependencies.md
  • murartal2015.pdf
  • ORB-SLAM2ๆบ็ ่ฏฆ่งฃ.pdf
  • README.md

# CDN์œผ๋กœ ์‚ฌ์šฉํ•˜๊ธฐ

jsDelivr

jsDelivr๋Š” ๊ณต๊ฐœ GitHub ๋ฆฌํฌ์ง€ํ† ๋ฆฌ๋ฅผ ๋ณ„๋„ ์„ค์ • ์—†์ด CDN์œผ๋กœ ์ฆ‰์‹œ ์„œ๋น™ํ•ฉ๋‹ˆ๋‹ค. ๋ฒ„์ „๊ณผ ํŒŒ์ผ์„ ๊ณ ๋ฅด๋ฉด ์›นํŽ˜์ด์ง€์— ๋ฐ”๋กœ ๋ถ™์ผ ์ˆ˜ ์žˆ๋Š” ๋งํฌ์™€ ์˜ˆ์‹œ ์ฝ”๋“œ๊ฐ€ ๋งŒ๋“ค์–ด์ง‘๋‹ˆ๋‹ค.

๋ช…๋ น์–ด ์šฉ์–ด์ง‘

์ด ๋ฌธ์„œ์—์„œ ์‚ฌ์šฉ๋œ ๋ช…๋ น์–ด๋ฅผ ๋ชจ์•„๋ดค์Šต๋‹ˆ๋‹ค. ๋‚ฏ์„  ๋ช…๋ น์–ด๊ฐ€ ์žˆ๋‹ค๋ฉด ํŽผ์ณ์„œ ํ™•์ธํ•ด๋ณด์„ธ์š”.

๐Ÿ”

git clone

์„ค๋ช… ๋ณด๊ธฐ โ–ผ

Clone an existing repository.

git clone {{remote_repository_location}} {{path/to/directory}}

Clone an existing repository into a new directory (the default directory is the repository name):

git clone --recursive {{remote_repository_location}}

Clone an existing repository and its submodules:

git clone {{[-n|--no-checkout]}} {{remote_repository_location}}

Clone only the `.git` directory of an existing repository:

๐Ÿ”

python

์„ค๋ช… ๋ณด๊ธฐ โ–ผ

Python ์–ธ์–ด ์ธํ„ฐํ”„๋ฆฌํ„ฐ.
๋” ๋งŽ์€ ์ •๋ณด: <https://docs.python.org/using/cmdline.html>.

python

REPL(๋Œ€ํ™”ํ˜• ์…ธ) ์‹œ์ž‘:

python {{path/to/file.py}}

ํŠน์ • Python ํŒŒ์ผ ์‹คํ–‰:

python -i {{path/to/file.py}}

ํŠน์ • Python ํŒŒ์ผ ์‹คํ–‰ ํ›„ REPL ์‹œ์ž‘:

// repository documentation