Dev record/ROS [ROS] Moveit 활용하여 Puma 로봇 작동시키기 - 반응형 Moveit 설치 방법은 아래 포스팅 참고 https://barrer.tistory.com/112 [ROS] Ubuntu 18.04 ros melodic에 Moveit 설치하기 ROS에서 moveit을 설치 및 실행하는 방법 Movit 설치하기 - 기본 moveit 설치 sudo apt install ros-melodic-moveit -y - 사용에 따라 movelit visual tool, rviz visual tool 설치 sudo apt install ros-melodic-moveit-visual-tools ros-melodic barrer.tistory.com Puma560 로봇팔 모델을 실행하기 위해 Workspace 생성, gitclone 및 build 작업 진행 mkdir catkin_ws cd catkin_ws mkdir src cd src git clone https://github.com/nimasarli/puma560_description.git cd ../.. catkin_make Source 해주고 source devel/setup.bash Moveit setup assistant 실행 roslaunch moveit_setup_assistant setup_assistant.launch Moveit setup assistant 실행이 완료되면 create new moveit configuration package 클릭 해당 아이콘을 클릭하면 아래에 URDF를 로드할 수 있는 창이 생긴다. 여기서 우측의 Browse 버튼 클릭 puma 560 urdf 파일을 연다. 마지막으로 우측 하단의 load files를 클릭. URDF load가 정상적으로 되지 않을 경우 WSL을 사용하면서 xdisplay 설정이 안되어 있어 발생하는 경우일 가능성이 있음 이는 아래 포스팅 참고 https://barrer.tistory.com/114 [ROS] Moveit 실행시 발생하는 오류 REQUIRED process [moveit_setup_assistant-2] has died! 문제 상황 Moveit assistant를 정상적으로 launch 하여 작동하였지만 urdf 파일을 불러오는 도중 다음과 같은 오류를 발생하며 프로그램이 꺼지는 현상이 발생하였다. ============================================= barrer.tistory.com 반응형 공유하기 게시글 관리 Barrer. better 저작자표시 비영리 변경금지 'Dev record > ROS' 카테고리의 다른 글 Could not find a package configuration file provided by "moveit_core" with any of the following names: moveit_coreConfig.cmake moveit_core-config.cmake (0) 2023.08.27 CMake Error at /opt/ros/melodic/share/catkin/cmake/catkinConfig.cmake:83 (find_package): Could not find a package configuration file provided by (0) 2023.08.27 [ROS] Moveit 실행시 발생하는 오류 REQUIRED process [moveit_setup_assistant-2] has died! (0) 2023.08.27 [ROS] python에서 urdf 사용하기 urdfpy (0) 2023.08.06 [ROS] vscode urdf 자동완성 extension URDF (0) 2023.08.05 Contents 당신이 좋아할만한 콘텐츠 Could not find a package configuration file provided by "moveit_core" with any of the following names: moveit_coreConfig.cmake moveit_core-config.cmake 2023.08.27 CMake Error at /opt/ros/melodic/share/catkin/cmake/catkinConfig.cmake:83 (find_package): Could not find a package configuration file provided by 2023.08.27 [ROS] Moveit 실행시 발생하는 오류 REQUIRED process [moveit_setup_assistant-2] has died! 2023.08.27 [ROS] python에서 urdf 사용하기 urdfpy 2023.08.06 댓글 0 + 이전 댓글 더보기