-
Notifications
You must be signed in to change notification settings - Fork 7
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
urdf arm description #173
base: master
Are you sure you want to change the base?
urdf arm description #173
Conversation
need to add the package to ci.yaml to get it to run the checks |
...ver_arm/uwrt_mars_rover_arm_description/uwrt_mars_rover_arm_description/urdf/arm_params.yaml
Show resolved
Hide resolved
<!-- default inertia --> | ||
<xacro:macro name="default_inertia"> | ||
<inertia ixx="0.4" ixy="0.0" ixz="0.0" iyy="0.4" iyz="0.0" izz="0.2"/> | ||
</xacro:macro> | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we should probably consolidate the shared macros into some top level package
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
would that include the geometry macros too?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think so. Just things that are shared between this xacro and my drivetrain xacro
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok. I left this as a task for #179
FYI, some of the checks may be erroneously failing until #171 merges |
what still needs to be done for this? |
No description provided.