Skip to content

Instantly share code, notes, and snippets.

@RobinCPC
Last active April 11, 2016 10:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RobinCPC/c3fd13c80ba05233e22f to your computer and use it in GitHub Desktop.
Save RobinCPC/c3fd13c80ba05233e22f to your computer and use it in GitHub Desktop.
record how to create URDF from PMC step file

[ROS] How to transform PMC robot step file to STL for rviz

  1. load step to solidworks
  2. move joint rotation center to the origin of world
    • moving distance may depend on DH table
    • ROS will move parts to desired position according ot URDF file
  3. select needed parts (each joint may contain a lot of small part: screw or plate)
  4. save as... STL
  5. in advance option:
    • change to binary type
    • change unit to meter (original should be millimeter)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment