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

Conversation

gollth
Copy link
Contributor

@gollth gollth commented Feb 1, 2023

Potential fix for #313

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>
```
...is now a macro argument and not a xacro arg anymore
@gollth gollth merged commit 3584069 into develop Apr 24, 2023
@gollth gollth deleted the github-#313 branch April 24, 2023 14:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant