Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Required changes for panda_moveit_config #188

Closed
wants to merge 11 commits into from

Commits on Nov 11, 2021

  1. Configuration menu
    Copy the full SHA
    6942e27 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2021

  1. Rename panda_arm.xacro -> arm.xacro

    ... and xacro:panda_arm -> xacro:arm
    to be consistent with hand.xacro
    rhaschke committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    a5d59fd View commit details
    Browse the repository at this point in the history
  2. Unify use of arm_id (arm.xacro) and ns (hand.xacro) to prefix

    IMO, prefix much better describes the purpose of these two variables
    in the present context, namely providing a name prefix to joints and links.
    rhaschke committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    5c08982 View commit details
    Browse the repository at this point in the history
  3. Use relative includes

    rhaschke committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    9d7af4c View commit details
    Browse the repository at this point in the history
  4. Use both, detailed meshes and coarse collision geometries

    They serve different purposes:
    - coarse collision geometries mimic the internal self-collision checking
      of the real-robot controller
    - mesh models should be use for collision checking with environmental objects
    rhaschke committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    33c713c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7b6bbed View commit details
    Browse the repository at this point in the history
  6. Unify real-world and Gazebo URDF descriptions

    - Declare inertial properties in a yaml file
    - Use xacro:inertial macro
    rhaschke committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    7f7eb90 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7961f52 View commit details
    Browse the repository at this point in the history
  8. Define hand_tcp frame

    ... in the center between and aligned with the fingers
    rhaschke committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    97e73fa View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    63ecb77 View commit details
    Browse the repository at this point in the history
  10. Merge PRs frankaemika#199 (modular-xacro), frankaemika#191 (drop-join…

    …t-states-desired) and frankaemika#194 (tool-frame) into develop
    rhaschke committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    e9d9cb2 View commit details
    Browse the repository at this point in the history