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

GitHub #313 #321

Merged
merged 4 commits into from
Apr 24, 2023
Merged

GitHub #313 #321

merged 4 commits into from
Apr 24, 2023

Commits on Apr 24, 2023

  1. Configuration menu
    Copy the full SHA
    9408396 View commit details
    Browse the repository at this point in the history
  2. ADD: parent + {xyz,rpy} params to franka_robot.xacro

    These can be used if you want to simulate the robot on a mobile base. In these
    cases the `$(arm_id)_link0` must not be connected to `world` but instead fixed
    to a link on the mobile robot instead. You could generate a custom combined
    platform + arm URDF like so:
    
    ```xml
    <robot>
      <xacro:include filename="$(find franka_description)/robots/common/franka_robot.xacro"/>
    
      <!-- Instantiate a mobile robot here, which defines a "base_link" -->
    
      <xacro:franka_robot
             robot="fr3"
             parent="base_link"
             xyz="0 0 0.25"
             rpy="0 0 ${pi/2}">
      </xacro:franka_robot>
    
    </robot>
    ```
    gollth committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    15d3c01 View commit details
    Browse the repository at this point in the history
  3. ADD: CHANGELOG entry

    gollth committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    e30b0d4 View commit details
    Browse the repository at this point in the history
  4. FIX: Unknown substitution "hand"

    ...is now a macro argument and not a xacro arg anymore
    gollth committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    121176d View commit details
    Browse the repository at this point in the history