Skip to content

Export URDF in Solidworks

eterpega edited this page Feb 22, 2018 · 4 revisions

Table Of Contents

Install Solidworks URDF exporter plugin

모델 수정 in Solidworks

  • 어셈블리 트리 수정

    • 최상위 어셈블리 트리상에 Link 모델이 되도록 어셈블리 재구성
    • Link 모델간의 mate 조건을 추가하여 구속조건 부여 (joint의 특성에 맞도록 구속조건 부여)
    • 어셈블리 및 파트의 물성치 설정 및 입력
    • 어셈블리 원점 및 좌표계 확인
    • 어셈블리 및 파트의 색상 및 텍스쳐 설정

모델 export in Solidworks

  • 모델 재생성 및 저장

  • export

    • Solidworks상의 메뉴에서 "File > Export to URDF" 실행

    • 좌측 툴바상에서 모델 트리 생성 및 변경(Link_name / Joint_name / select_component / coordinate_system / joint_type )

    • 모델트리 완성 후, "Preview and Export"클릭하여 내보내기 실행

    • Joint Property 설정(조인트타입/축방향/원점위치 등 확인)

    • Link Property 설정(원점/관성모멘트/Visual/Collision요소 등 확인)

    • Finish버튼을 클릭하여, urdf가 저장될 폴더 및 패키지이름 설정하여 저장 완료

export 파일 및 폴더 확인

  • export한 폴더의 트리구조는 아래와 같다.

    • [package_name]folder
      • [config]folder
        • joint_names_(package_name).yaml
      • [launch]folder
        • display.launch
        • gazebo.launch
      • [meshes]folder
        • (link1_name).stl
        • ...
        • (linkn_name).stl
      • [textures]folder
      • [urdf]folder
        • (package_name).urdf
      • CMakeLists.txt
      • package.xml

Additional Readings


[참고] Solidworks Gazebo SDF plugin

Download

  https://usfirst.collab.net/sf/go/projects.solidworks_robot_exporter/frs.solidworks_gazebo_export_plugin  
  * (latest released :  09/01/2015 7:44 PM)  

Documents

  https://s3.amazonaws.com/screensteps_live/exported/Wpilib/2078/2237/Exporting_overview.pdf?1478643518

tutorial movie

  https://www.youtube.com/watch?v=O_oK98bh5E0

sldwks Gazebo plugin install and documents

  https://usfirst.collab.net/sf/go/projects.solidworks_robot_exporter/frs.solidworks_gazebo_export_plugin    

  https://s3.amazonaws.com/screensteps_live/exported/Wpilib/2078/2237/Exporting_overview.pdf?1478643518  

Table of Contents




Clone this wiki locally