๋ณธ๋ฌธ ๋ฐ”๋กœ๊ฐ€๊ธฐ

๐Ÿ’ป Computer/ROS

(6)
ROS Using Catkin Workspace ์ง€์ง€๊ณ  ๋ณถ๊ณ  ํ•˜๋‹ˆ๊นŒ ๊ฐ์ด ์žกํžˆ๊ณ  ์žˆ์Œ. ROS๋ผ๋Š” ์šด์˜์ฒด์ œ์—์„œ ๋‚ด๊ฐ€ ์–ด๋””์ฏค ์žˆ๋Š”์ง€๋Š” ์ž˜ ๋ชจ๋ฅด๊ฒ ์ง€๋งŒ.. ๋ฌดํŠผ. ์ผ๋‹จ ROS๋ฅผ ์œ„ํ•ด์„  Catkin์ด๋ผ๋Š” ๊ฑธ ์•Œ์•„์•ผํ•จ. catkin์ด๋ž€ ros package๋“ค์„ ๊ด€๋ฆฌํ•˜๋Š” workspace๋กœ, ๊ฐ package๋“ค์—๋Š” source๋“ค์ด ์žˆ์Œ. ๋ญ ์–ด๋””์„œ๋Š” "infra structure์™€ mark๋ฅผ ๊ด€๋ฆฌํ•˜๋Š” low-level ๋นŒ๋“œ์‹œ์Šคํ…œ"์œผ๋กœ ์„ค๋ช…ํ•œ๋‹ค. $ cd ~/catkin_ws/src $ catkin_create_pkg ์œ„ ๋ช…๋ น์–ด๋ฅผ ํ†ตํ•ด catkin_wsํด๋” ๋‚ด src ํด๋”์— ํŒจํ‚ค์ง€๋ฅผ ๋งŒ๋“ค๋ฉด ์ž๋™์œผ๋กœ CMakeLists.txt, package.xml, include, src๊ฐ€ ๋งŒ๋“ค์–ด์ง. (๋’ค์— ๋‘๊ฐœ๋Š” ๋นˆํด๋”) ์ผ๋‹จ CMakeLists.txt์—๋Š” ์—ฌ๋Ÿฌ ํ•จ์ˆ˜๋“ค์ด ๋“ค์–ด์žˆ..
Do you stuck in catkin_make problem? summary : delete catkin_ws and reinstall. That is the best answer. I ate up a HUGE amount of snacks because of stress from catkin_make. By the ROS tutorials, I'm on step of making catkin workspace. Until I made folder named catkin_ws, it worked. However when I tried to build? whatever input catkin_make on my shell, there's an error ----------------------------------------------------------------..